Add the marketplace
/plugin marketplace add cadrianmae/claude-marketplaceInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Flat session management system with .current-session tracking. Adapted from iannuttall/claude-sessions. Includes commands for starting, ending, updating, listing, and resuming development sessions.
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
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.
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.
Flat session management system with .current-session tracking. Adapted from iannuttall/claude-sessions. Includes commands for starting, ending, updating, listing, and resuming development sessions.
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
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.
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.
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.
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.
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.
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.
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.
Auto-invoke gencast to generate podcasts from documents. Always uses --minimal flag. Supports all CLI options: planning, styles, audiences, voices, dialogue/plan saving.
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.