question
The question slash command analyzes a project's structure and documentation to answer user inquiries without modifying files. Use this command when you need information about how the project is organized, what files exist, what the project does, or how components relate to each other, relying on git file listings and README documentation to provide comprehensive answers.
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/question.md -o ~/.claude/commands/question.mdquestion.md
# Question Answer the user's question by analyzing the project structure and documentation. This prompt is designed to provide information and answer questions without making any code changes. ## Instructions - **IMPORTANT: This is a question-answering task only - DO NOT write, edit, or create any files** - **IMPORTANT: Focus on understanding and explaining existing code and project structure** - **IMPORTANT: Provide clear, informative answers based on project analysis** - **IMPORTANT: If the question requires code changes, explain what would need to be done conceptually without implementing** ## Execute - `git ls-files` to understand the project structure ## Read - README.md for project overview and documentation ## Analysis Approach - Review the project structure from git ls-files - Understand the project's purpose from README - Connect the question to relevant parts of the project - Provide comprehensive answers based on analysis ## Response Format - Direct answer to the question - Supporting evidence from project structure - References to relevant documentation - Conceptual explanations where applicable ## Question $ARGUMENTS
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