crypto_research

Execute comprehensive cryptocurrency research using all crypto agents

Content Preview
---
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 agent
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/crypto_research.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/crypto_research.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/commands/crypto_research.md

Related Skills