prime_tts
The prime_tts command initializes a new Claude Code agent session by analyzing the project's git-tracked files, directory structure, README, and documentation to build foundational context. Use this when starting work on an unfamiliar codebase to quickly understand the project's purpose, organization, and setup requirements before proceeding with development tasks.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/prime_tts.md -o ~/.claude/commands/prime_tts.mdprime_tts.md
# Prime This command loads essential context for a new agent session by examining the codebase structure and reading the project README. ## Instructions - Run `git ls-files` to understand the codebase structure and file organization - Read the README.md to understand the project purpose, setup instructions, and key information - Provide a concise overview of the project based on the gathered context ## Context - Codebase structure git accessible: !`git ls-files` - Codebase structure all: !`eza . --tree` - Project README: @README.md - Documentation: - @ai_docs/cc_hooks_docs.md - @ai_docs/uv-single-file-scripts.md When you finish run the tts summary agent, and let the user know you're ready to build.
Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.
AI research specialist that proactively gathers latest news and developments in LLMs, AI agents, and engineering. Use for staying current with AI/ML innovations, finding actionable insights, and discovering new tools and techniques.
Generates a new, complete Claude Code sub-agent configuration file from a user's description. Use this to create new agents. Use this Proactively when the user asks you to create a new sub agent.
Proactively triggered when work is completed to provide concise audio summaries and suggest next steps. If they say 'tts' or 'tts summary' or 'audio summary' use this agent. When you prompt this agent, describe exactly what you want them to communicate to the user. Remember, this agent has no context about any questions or previous conversations between you and the user. So be sure to communicate well so they can respond to the user. Be concise, and to the point - aim for 2 sentences max.
Implement the plan
Execute comprehensive cryptocurrency research using all crypto agents
Execute lightweight cryptocurrency research using haiku agents
Understand the current state of the git repository