cadrianmae
@cadrianmae
Public Skills
Tool Documentation Quick Reference
by cadrianmae
This skill should be used when the user asks for "quick reference", "show me examples for [tool]", "common commands for pandoc", "how do I use pandoc", "pandoc cheatsheet", "show pandoc examples", "tool-lookup", or needs fast offline access to command-line tool commands without detailed explanations. Load when user wants working examples at a glance, not troubleshooting or in-depth documentation.
code-pointer
by cadrianmae
Use the VSCode CLI to open files at specific line and column positions when explaining code, debugging, pointing to TODOs, or guiding users to specific locations in files. Automatically invoked when Claude needs to show users exactly where in a file to look.
help
by cadrianmae
This skill should be used when the user asks for help with tracking, how to use the track plugin, tracking documentation, what tracking commands are available, how hooks-based tracking works, track plugin overview, or explanation of verbosity settings. Displays comprehensive documentation covering commands, file formats, verbosity settings, academic workflow examples, v2.0 architecture, and migration from v1.x.
init
by cadrianmae
This skill should be used when the user asks to initialize tracking, set up reference tracking, enable automatic source tracking, create tracking files, or start using the track plugin for the current project. Creates claude_usage/ directory with sources.md and prompts.md files, configures hooks-based automatic tracking with verbosity settings, and enables PostToolUse and SessionEnd hooks.
ref-tracker
by cadrianmae
DEPRECATED in v2.0 - Replaced by hooks-based tracking. This skill is no longer needed. Use /track:init to enable automatic hooks-based tracking instead.
auto
by cadrianmae
This skill should be used when the user asks to enable tracking, disable tracking, toggle auto-tracking, turn on/off automatic tracking, pause tracking, resume tracking, or control hooks-based tracking state. Manages .claude/.ref-autotrack marker file to activate/deactivate PostToolUse and SessionEnd hooks for automatic source and prompt tracking.
update
by cadrianmae
DEPRECATED in v2.0 - Retroactive scanning no longer needed with hooks-based tracking
config
by cadrianmae
This skill should be used when the user asks to view tracking configuration, adjust tracking settings, configure what gets tracked, change tracking verbosity, set export path, customize prompt tracking, customize source tracking, or modify .claude/.ref-config settings. Supports interactive mode with AskUserQuestion or direct key=value updates for PROMPTS_VERBOSITY, SOURCES_VERBOSITY, and EXPORT_PATH.
export
by cadrianmae
This skill should be used when the user asks to export tracked data, generate bibliography, create methodology section, export to BibTeX, generate citations, create timeline, or produce formatted output from tracked sources and prompts. Supports formats: bibliography (Markdown numbered list), methodology (Markdown sections), bibtex (BibTeX entries), citations (numbered citations), and timeline (chronological activity log). Exports to configurable path from .claude/.ref-config.
nvr-open
by cadrianmae
This skill should be used when the user asks to "open a file", "show me the file", "navigate to line", "jump to line", "view the code", "edit file", "go to line", "open at line", "use nvr", "open in neovim", "open in my editor", or requests opening any file in their editor. Automatically discovers the correct neovim instance based on working directory and opens files at specific lines.
nvr-status
by cadrianmae
This skill should be used when the user asks "what neovim is active", "which editor am I using", "show nvim status", "what's my active editor", "check neovim instance", or wants to know which neovim instance is connected to the current project.
nvr-list
by cadrianmae
This skill should be used when the user asks to "list neovim instances", "show all nvim", "what neovim processes are running", "list all editors", "show all active neovim", or wants to see all running neovim instances across all projects.
nvr-workspace
by cadrianmae
This skill should be used when the user asks to "show workspace", "what's my environment", "workspace context", "where am I working", "show current project context", or wants to understand their current development environment including directory, git info, and neovim instance.
send
by cadrianmae
Send context to parent, child, or sibling session before switching
datetime
by cadrianmae
Use the date command via Bash tool whenever you or the user mention time, dates, or temporal concepts. Verify current date/time before ANY temporal response, as environment context may be outdated. Parse expressions like "tomorrow", "next week", "3 days", "in 2 weeks", "next Monday at 3pm". Proactively invoke for deadlines, schedules, time-sensitive tasks, week numbers, or any date/time reference.
update
by cadrianmae
Update the current development session with progress notes
list
by cadrianmae
List all development sessions
integration
by cadrianmae
Integrate cadrianmae marketplace plugins into CLAUDE.md. Scans installed plugins and generates documentation section listing available skills and commands. User chooses between user-level (global) or project-level (current project only) integration.
gencast
by cadrianmae
Auto-invoke gencast to generate podcasts from documents when user mentions podcast, audio, or dialogue generation
current
by cadrianmae
Show the current session status
resume
by cadrianmae
Resume a previous development session
end
by cadrianmae
End the current development session with summary
receive
by cadrianmae
Receive context from parent, child, or sibling session
pandoc
by cadrianmae
Automatically assist with Pandoc document conversions when user mentions converting markdown to PDF/DOCX/HTML or other formats. Validate YAML frontmatter, check dependencies (bibliography, images), and provide format-specific conversion guidance. Use when user asks about citations, academic papers, presentations, or document generation from markdown.
start
by cadrianmae
Start a new development session
help
by cadrianmae
Display help for the session management system
semantic-search
by cadrianmae
Use semantic search to find relevant code and documentation when user asks about specific functionality, features, or implementation patterns. Automatically invoke when user asks "where is...", "how does... work", "find code that...", or similar conceptual queries. More powerful than grep for concept-based searches. Uses odino CLI with BGE embeddings for fully local semantic search.