cook

Run these 7 sub agent tasks simultaneously in parallel:

Content Preview
Run these 7 sub agent tasks simultaneously in parallel:

1. crypto-coin-analyzer: Analyze DOGE with full technical and sentiment analysis
2. crypto-market-agent: Get current market data for all major cryptocurrencies
3. llm-ai-agents-and-eng-research: Find latest AI agent frameworks and LLM engineering best practices
4. meta-agent: Create a 'security-vulnerability-scanner' agent that scans codebases for OWASP top 10 vulnerabilities
5. meta-agent: Create a 'performance-optimizer' agent that ident
How to Use

Recommended: Install to project (local)

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

Related Skills