crypto_research_haiku

Execute lightweight cryptocurrency research using haiku agents

Content Preview
---
allowed-tools: Bash(date:*), Bash(mkdir:*), Task, Write
argument-hint: [crypto_ticker_symbol]
description: Execute lightweight cryptocurrency research using haiku agents
---

# Crypto Research Haiku Command

Execute lightweight cryptocurrency research by calling only haiku versions of crypto analysis agents in parallel.

## Variables

- **TICKER**: $ARGUMENTS
  - The cryptocurrency ticker symbol to analyze (e.g., BTC, ETH, SOL)
  - Used by: crypto-coin-analyzer-haiku agent

## Agents

### Al
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/crypto_research_haiku.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/commands/crypto_research_haiku.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_haiku.md

Related Skills