Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › implement vs tracking-crypto-prices

implement vs tracking-crypto-prices

Two Security Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameimplementtracking-crypto-prices
DescriptionFull-power feature implementation using parallel subagents for backend, frontend, testing, and security. Coordinates architecture design, code generation, test coverage, and quality verification in a single workflow…Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arb — from ranaroussi/yfinance
CategorySecuritySecurity
Sub-categorysecurity-miscsecurity-misc
Tags
AuthorOrchestKitJeremy Longshore <[email protected]>
LicenseMITMIT
Install/add-skill implement/add-skill tracking-crypto-prices

Tag overlap

Shared

Only in implement

Only in tracking-crypto-prices

Sample code from each SKILL.md

implement

/ork:implement user authentication
/ork:implement --model=opus real-time notifications
/ork:implement dashboard analytics

tracking-crypto-prices

   python ${CLAUDE_SKILL_DIR}/scripts/price_tracker.py --symbol BTC
   python ${CLAUDE_SKILL_DIR}/scripts/price_tracker.py --symbols BTC,ETH,SOL
   ```
2. Use watchlists to scan predefined groups (available: `top10`, `defi`, `layer2`, `stablecoins`, `memecoins`):
   ```bash
   python ${CLAUDE_SKILL_DIR}/scripts/price_tracker.py --watchlist top10     # Top 10 by market cap
   python ${CLAUDE_SKILL_DIR}/scripts/price_tracker.py --watchlist defi      # DeFi tokens
   python ${CLAUDE_SKILL_DIR}/scri…

When to choose each

implement — Full-power feature implementation using parallel subagents for backend, frontend, testing, and security. Coordinates architecture design, code generation, test coverage, and quality verification in a single workflow…

tracking-crypto-prices — Track real-time cryptocurrency prices across exchanges with historical data and alerts. Provides price data infrastructure for dependent skills (portfolio, tax, DeFi, arb — from ranaroussi/yfinance

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open implement → Open tracking-crypto-prices →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Security skills · Top 100