├── .claude ├── agents │ ├── crypto │ │ ├── crypto-coin-analyzer-haiku.md │ │ ├── crypto-coin-analyzer-opus.md │ │ ├── crypto-coin-analyzer-sonnet.md │ │ ├── crypto-investment-plays-haiku.md │ │ ├── crypto-investment-plays-opus.md │ │ ├── crypto-investment-plays-sonnet.md │ │ ├── crypto-market-agent-haiku.md │ │ ├── crypto-market-agent-opus.md │ │ ├── crypto-market-agent-sonnet.md │ │ ├── crypto-movers-haiku.md │ │ ├── macro-crypto-correlation-scanner-haiku.md │ │ ├── macro-crypto-correlation-scanner-opus.md │ │ └── macro-crypto-correlation-scanner-sonnet.md │ ├── hello-world-agent.md │ ├── llm-ai-agents-and-eng-research.md │ ├── meta-agent.md │ └── work-completion-summary.md ├── commands │ ├── agent_prompts │ │ ├── crypto_coin_analyzer_agent_prompt.md │ │ ├── crypto_investment_plays_agent_prompt.md │ │ ├── crypto_market_agent_prompt.md │ │ ├── crypto_movers_agent_prompt.md │ │ ├── crypto_news_scanner_agent_prompt.md │ │ ├── crypto_price_check_agent_prompt.md │ │ └── macro_crypto_correlation_scanner_agent_prompt.md │ ├── all_tools.md │ ├── cook.md │ ├── cook_research_only.md │ ├── crypto_research.md │ ├── crypto_research_haiku.md │ ├── git_status.md │ ├── prime.md │ ├── prime_tts.md │ ├── question.md │ ├── sentient.md │ └── update_status_line.md ├── hooks │ ├── notification.py │ ├── post_tool_use.py │ ├── pre_compact.py │ ├── pre_tool_use.py │ ├── session_start.py │ ├── stop.py │ ├── subagent_stop.py │ ├── user_prompt_submit.py │ └── utils │ │ ├── llm │ │ ├── anth.py │ │ ├── oai.py │ │ └── ollama.py │ │ └── tts │ │ ├── elevenlabs_tts.py │ │ ├── openai_tts.py │ │ └── pyttsx3_tts.py ├── output-styles │ ├── bullet-points.md │ ├── genui.md │ ├── html-structured.md │ ├── markdown-focused.md │ ├── table-based.md │ ├── tts-summary.md │ ├── ultra-concise.md │ └── yaml-structured.md ├── settings.json └── status_lines │ ├── status_line.py │ ├── status_line_v2.py │ ├── status_line_v3.py │ └── status_line_v4.py ├── .env.sample ├── .gitignore ├── .mcp.json.sample ├── CLAUDE.md ├── README.md ├── ai_docs ├── anthropic_custom_slash_commands.md ├── anthropic_docs_subagents.md ├── anthropic_output_styles.md ├── anthropic_quick_start.md ├── cc_hooks_docs.md ├── cc_hooks_v0_repomix.xml ├── openai_quick_start.md ├── user_prompt_submit_hook.md └── uv-single-file-scripts.md ├── apps ├── hello.py └── hello.ts └── images ├── SubAgentChain.gif ├── SubAgentFlow.gif ├── genui.png ├── hooked.png └── subagents.png /.claude/agents/crypto/crypto-coin-analyzer-haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-coin-analyzer-haiku.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-coin-analyzer-opus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-coin-analyzer-opus.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-coin-analyzer-sonnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-coin-analyzer-sonnet.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-investment-plays-haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-investment-plays-haiku.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-investment-plays-opus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-investment-plays-opus.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-investment-plays-sonnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-investment-plays-sonnet.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-market-agent-haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-market-agent-haiku.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-market-agent-opus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-market-agent-opus.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-market-agent-sonnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-market-agent-sonnet.md -------------------------------------------------------------------------------- /.claude/agents/crypto/crypto-movers-haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/crypto-movers-haiku.md -------------------------------------------------------------------------------- /.claude/agents/crypto/macro-crypto-correlation-scanner-haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/macro-crypto-correlation-scanner-haiku.md -------------------------------------------------------------------------------- /.claude/agents/crypto/macro-crypto-correlation-scanner-opus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/macro-crypto-correlation-scanner-opus.md -------------------------------------------------------------------------------- /.claude/agents/crypto/macro-crypto-correlation-scanner-sonnet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/crypto/macro-crypto-correlation-scanner-sonnet.md -------------------------------------------------------------------------------- /.claude/agents/hello-world-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/hello-world-agent.md -------------------------------------------------------------------------------- /.claude/agents/llm-ai-agents-and-eng-research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/llm-ai-agents-and-eng-research.md -------------------------------------------------------------------------------- /.claude/agents/meta-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/meta-agent.md -------------------------------------------------------------------------------- /.claude/agents/work-completion-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/agents/work-completion-summary.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_coin_analyzer_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_coin_analyzer_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_investment_plays_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_investment_plays_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_market_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_market_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_movers_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_movers_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_news_scanner_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_news_scanner_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/crypto_price_check_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/crypto_price_check_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/agent_prompts/macro_crypto_correlation_scanner_agent_prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/agent_prompts/macro_crypto_correlation_scanner_agent_prompt.md -------------------------------------------------------------------------------- /.claude/commands/all_tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/all_tools.md -------------------------------------------------------------------------------- /.claude/commands/cook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/cook.md -------------------------------------------------------------------------------- /.claude/commands/cook_research_only.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/cook_research_only.md -------------------------------------------------------------------------------- /.claude/commands/crypto_research.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/crypto_research.md -------------------------------------------------------------------------------- /.claude/commands/crypto_research_haiku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/crypto_research_haiku.md -------------------------------------------------------------------------------- /.claude/commands/git_status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/git_status.md -------------------------------------------------------------------------------- /.claude/commands/prime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/prime.md -------------------------------------------------------------------------------- /.claude/commands/prime_tts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/prime_tts.md -------------------------------------------------------------------------------- /.claude/commands/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/question.md -------------------------------------------------------------------------------- /.claude/commands/sentient.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/sentient.md -------------------------------------------------------------------------------- /.claude/commands/update_status_line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/commands/update_status_line.md -------------------------------------------------------------------------------- /.claude/hooks/notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/notification.py -------------------------------------------------------------------------------- /.claude/hooks/post_tool_use.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/post_tool_use.py -------------------------------------------------------------------------------- /.claude/hooks/pre_compact.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/pre_compact.py -------------------------------------------------------------------------------- /.claude/hooks/pre_tool_use.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/pre_tool_use.py -------------------------------------------------------------------------------- /.claude/hooks/session_start.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/session_start.py -------------------------------------------------------------------------------- /.claude/hooks/stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/stop.py -------------------------------------------------------------------------------- /.claude/hooks/subagent_stop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/subagent_stop.py -------------------------------------------------------------------------------- /.claude/hooks/user_prompt_submit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/user_prompt_submit.py -------------------------------------------------------------------------------- /.claude/hooks/utils/llm/anth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/llm/anth.py -------------------------------------------------------------------------------- /.claude/hooks/utils/llm/oai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/llm/oai.py -------------------------------------------------------------------------------- /.claude/hooks/utils/llm/ollama.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/llm/ollama.py -------------------------------------------------------------------------------- /.claude/hooks/utils/tts/elevenlabs_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/tts/elevenlabs_tts.py -------------------------------------------------------------------------------- /.claude/hooks/utils/tts/openai_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/tts/openai_tts.py -------------------------------------------------------------------------------- /.claude/hooks/utils/tts/pyttsx3_tts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/hooks/utils/tts/pyttsx3_tts.py -------------------------------------------------------------------------------- /.claude/output-styles/bullet-points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/bullet-points.md -------------------------------------------------------------------------------- /.claude/output-styles/genui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/genui.md -------------------------------------------------------------------------------- /.claude/output-styles/html-structured.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/html-structured.md -------------------------------------------------------------------------------- /.claude/output-styles/markdown-focused.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/markdown-focused.md -------------------------------------------------------------------------------- /.claude/output-styles/table-based.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/table-based.md -------------------------------------------------------------------------------- /.claude/output-styles/tts-summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/tts-summary.md -------------------------------------------------------------------------------- /.claude/output-styles/ultra-concise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/ultra-concise.md -------------------------------------------------------------------------------- /.claude/output-styles/yaml-structured.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/output-styles/yaml-structured.md -------------------------------------------------------------------------------- /.claude/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/settings.json -------------------------------------------------------------------------------- /.claude/status_lines/status_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/status_lines/status_line.py -------------------------------------------------------------------------------- /.claude/status_lines/status_line_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/status_lines/status_line_v2.py -------------------------------------------------------------------------------- /.claude/status_lines/status_line_v3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/status_lines/status_line_v3.py -------------------------------------------------------------------------------- /.claude/status_lines/status_line_v4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.claude/status_lines/status_line_v4.py -------------------------------------------------------------------------------- /.env.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.env.sample -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.gitignore -------------------------------------------------------------------------------- /.mcp.json.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/.mcp.json.sample -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/README.md -------------------------------------------------------------------------------- /ai_docs/anthropic_custom_slash_commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/anthropic_custom_slash_commands.md -------------------------------------------------------------------------------- /ai_docs/anthropic_docs_subagents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/anthropic_docs_subagents.md -------------------------------------------------------------------------------- /ai_docs/anthropic_output_styles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/anthropic_output_styles.md -------------------------------------------------------------------------------- /ai_docs/anthropic_quick_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/anthropic_quick_start.md -------------------------------------------------------------------------------- /ai_docs/cc_hooks_docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/cc_hooks_docs.md -------------------------------------------------------------------------------- /ai_docs/cc_hooks_v0_repomix.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/cc_hooks_v0_repomix.xml -------------------------------------------------------------------------------- /ai_docs/openai_quick_start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/openai_quick_start.md -------------------------------------------------------------------------------- /ai_docs/user_prompt_submit_hook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/user_prompt_submit_hook.md -------------------------------------------------------------------------------- /ai_docs/uv-single-file-scripts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/ai_docs/uv-single-file-scripts.md -------------------------------------------------------------------------------- /apps/hello.py: -------------------------------------------------------------------------------- 1 | print("hello") -------------------------------------------------------------------------------- /apps/hello.ts: -------------------------------------------------------------------------------- 1 | console.log("hello"); -------------------------------------------------------------------------------- /images/SubAgentChain.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/images/SubAgentChain.gif -------------------------------------------------------------------------------- /images/SubAgentFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/images/SubAgentFlow.gif -------------------------------------------------------------------------------- /images/genui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/images/genui.png -------------------------------------------------------------------------------- /images/hooked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/images/hooked.png -------------------------------------------------------------------------------- /images/subagents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/HEAD/images/subagents.png --------------------------------------------------------------------------------