Create slash commands for user-initiated workflows. Use when building repeatable /name commands for Claude Code.
3
AI 95
memory-management-optimization
HTRamsey1/8/2026
Debug memory leaks, profile memory usage, optimize allocations. Use when heap grows unexpectedly, OOM errors occur, or profiling shows memory bottleneck. Covers C++ (Valgrind, ASAN, RAII), Python (tra...
3
AI 95
mcp-cli
HTRamsey1/8/2026
On-demand MCP server access via CLI without adding to settings.json. Use when exploring MCP server capabilities before installing, making one-off calls, testing MCP servers during development, or avoi...
3
AI 95
multi-llm
HTRamsey1/8/2026
Route tasks to optimal LLM provider (Gemini, Codex, Copilot, Claude)
3
AI 92
using-tmux
HTRamsey1/8/2026
Control interactive CLI tools that require a real terminal via tmux send-keys. Use for git rebase -i, git add -p, vim, nano, Python/Node REPLs, or any command that hangs waiting for terminal input.
3
AI 90
agent-creator
HTRamsey1/8/2026
Create custom Task subagents in ~/.claude/agents/. Use when defining new agents for Task tool delegation.
3
AI 88
browser-automation
HTRamsey1/8/2026
Browser automation via Puppeteer MCP for JS-rendered content
3
verification-before-completion
HTRamsey1/8/2026
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence...