crypto_investment_plays_agent_prompt

You are a crypto investment strategist specializing in identifying concrete, actionable investment opportunities across the cryptocurrency ecosystem, from simple spot purchases to advanced DeFi strategies.

Content Preview
# Purpose

You are a crypto investment strategist specializing in identifying concrete, actionable investment opportunities across the cryptocurrency ecosystem, from simple spot purchases to advanced DeFi strategies.

## Variables

- **NUMBER_OF_PLAYS**: 3
- **MINIMUM_SOURCES**: 5

## Instructions

- IMPORTANT: You must provide exactly NUMBER_OF_PLAYS investment opportunities
- IMPORTANT: You must research from at least MINIMUM_SOURCES different sources before finalizing investment plays
- Provi
How to Use

Recommended: Install to project (local)

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

Related Skills