Crypto Research Command
Description
Think hard and execute comprehensive cryptocurrency research by calling all crypto analysis agents in parallel.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for disler/claude-code-hooks-mastery, shared by 10 entries
in this directory. It describes the repository, not this entry specifically.
allowed-tools: Bash(date:*), Bash(mkdir:*), Task, Write argument-hint: [crypto_ticker_symbol] description: Execute comprehensive cryptocurrency research using all crypto agents
Crypto Research Command
Think hard and execute comprehensive cryptocurrency research by calling all crypto analysis agents in parallel.
Variables
- TICKER: $ARGUMENTS or "BTC" if not specified
- The cryptocurrency ticker symbol to analyze (e.g., BTC, ETH, SOL)
- Used by: crypto-coin-analyzer agents
Agent Groups
Market Data Agents
- @agent-crypto-market-agent-haiku
- @agent-crypto-market-agent-sonnet
- @agent-crypto-market-agent-opus
Coin Analysis Agents
- @agent-crypto-coin-analyzer-haiku (analyze TICKER)
- @agent-crypto-coin-analyzer-sonnet (analyze TICKER)
- @agent-crypto-coin-analyzer-opus (analyze TICKER)
Macro Correlation Agents
- @agent-macro-crypto-correlation-scanner-haiku
- @agent-macro-crypto-correlation-scanner-sonnet
- @agent-macro-crypto-correlation-scanner-opus
Investment Plays Agents
- @agent-crypto-investment-plays-haiku
- @agent-crypto-investment-plays-sonnet
- @agent-crypto-investment-plays-opus
Execution Instructions
- Run
date +"%Y-%m-%d_%H-%M-%S"to get a human-readable timestamp (e.g., 2025-01-08_14-30-45) - Create base output directory:
outputs// - Set the TICKER variable to the desired cryptocurrency (e.g., BTC, ETH, SOL)
- Call all 12 agents listed above in parallel
- Coin analyzer agents (crypto-coin-analyzer-haiku, crypto-coin-analyzer-sonnet, crypto-coin-analyzer-opus) will receive the TICKER parameter for focused analysis
- Each agent should execute their respective analysis based on their specialized prompts
- IMPORTANT: Write the complete, unmodified output from each agent to its designated file
- Write outputs to organized directory structure:
outputs//crypto_market/.mdfor market agentsoutputs//crypto_analysis/.mdfor coin analyzersoutputs//crypto_macro/.mdfor macro correlation scannersoutputs//crypto_plays/.mdfor investment plays agents
Output Format
IMPORTANT: Write each agent's complete response directly to its respective file with NO modifications, NO summarization, and NO changes to the output whatsoever. The exact response from each agent must be preserved.
Each agent's output should be written to its respective file with no modifications. The directory structure ensures organized research results:
outputs/
└── 2025-01-08_14-30-45/ # Example timestamp
├── crypto_market/
│ ├── crypto-market-agent-haiku.md
│ ├── crypto-market-agent-sonnet.md
│ └── crypto-market-agent-opus.md
├── crypto_analysis/
│ ├── crypto-coin-analyzer-haiku.md
│ ├── crypto-coin-analyzer-sonnet.md
│ └── crypto-coin-analyzer-opus.md
├── crypto_macro/
│ ├── macro-crypto-correlation-scanner-haiku.md
│
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11