claudeindex
cadrianmae's avatar
Author

Mae

@cadrianmae
1
Marketplaces
15
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

cadrianmae-claude-marketplace

cadrianmae-claude-marketplace

Plugins:15
Skills:0
1
0

Plugins

Plugin

session

Flat session management system with .current-session tracking. Adapted from iannuttall/claude-sessions. Includes commands for starting, ending, updating, listing, and resuming development sessions.

Plugin

context

Hierarchical parent-child session context handoff system. Pass context between sessions using /context:send and /context:receive. Auto-creates /tmp/claude-ctx/ directory. Supports optional subject and custom paths. Files use pattern: /tmp/claude-ctx/ctx-{direction}-{subject}.md

Plugin

track

Automatic reference and prompt tracking via hooks for academic work. Tracks WebSearch/WebFetch/Read/Grep sources and major prompts to claude_usage/ directory. Hooks-based automation (PostToolUse, SessionEnd). Export to bibliography, methodology, BibTeX, timeline. Configurable verbosity, [User]/[Claude] attribution.

Plugin

nvr

Neovim Remote integration - automatically open files in the correct neovim instance based on working directory. Auto-discovers sockets across multiple projects with natural language interface.

Plugin

session-management

Flat session management system with .current-session tracking. Adapted from iannuttall/claude-sessions. Includes commands for starting, ending, updating, listing, and resuming development sessions.

Plugin

context-handoff

Hierarchical parent-child session context handoff system. Pass context between sessions using /context:send and /context:receive. Auto-creates /tmp/claude-ctx/ directory. Supports optional subject and custom paths. Files use pattern: /tmp/claude-ctx/ctx-{direction}-{subject}.md

Plugin

ref-tracker

Reference and research tracking for academic work. Automatically tracks WebSearch/WebFetch sources and major prompts to CLAUDE_SOURCES.md and CLAUDE_PROMPTS.md. Configurable verbosity, [User]/[Claude] attribution, toggle auto-tracking, managed via .claude/.ref-autotrack marker and .claude/.ref-config settings.

Plugin

datetime

Natural language date/time parsing and calculations using native GNU date command. Parse expressions like 'tomorrow', 'next week', '3 days', calculate date differences, get current date/time. Zero dependencies. Includes auto-invoked skill for proactive temporal awareness.

Plugin

code-pointer

Claude-only skill that opens files in VSCode at specific line and column positions. Auto-invoked when explaining code, debugging, pointing to TODOs, or guiding users to exact file locations. Uses VSCode CLI with progressive disclosure reference docs.

Plugin

semantic-search

Natural language semantic search for codebases and notes using odino CLI with BGE embeddings. Auto-invoked skill for conceptual queries ('where is...', 'how does... work'). Slash commands (/semq:search, /semq:index, /semq:status, /semq:here) with automatic directory traversal. Fully local, 100% offline after setup.

Plugin

pandoc

Document conversion toolkit for Pandoc with templates, validation, and format-specific helpers. Convert markdown to PDF, DOCX, HTML, and presentations with smart defaults and YAML frontmatter validation. Includes academic paper templates, BibTeX examples, and Makefile for automation.

Plugin

cadrianmae-integration

Integrate marketplace plugins into CLAUDE.md using @ imports. Scans installed plugins, generates documentation with skills and commands, creates marketplace-plugins.md, and adds import to user-level or project-level CLAUDE.md. Uses /integrate command with scope selection.

Plugin

feedback

Track bugs and feature requests for cadrianmae-claude-marketplace plugins. Use /feedback:bug and /feedback:feature to append timestamped entries to the marketplace's FEEDBACK.md.

Plugin

gencast

Auto-invoke gencast to generate podcasts from documents. Always uses --minimal flag. Supports all CLI options: planning, styles, audiences, voices, dialogue/plan saving.

Plugin

tool-docs

Documentation agents for command-line tools (pandoc, postgres, git, docker). Provides pandoc-guide agent for expert documentation lookup with WebFetch integration and tool-lookup skill for offline quick references. Auto-triggers on tool queries.