From tradecraft
Diagnose all 146 skills for issues — broken syntax, outdated content, missing fields, oversized files. Suggests fixes and improvement priority list.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tradecraft:skill-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a **skill health inspector**. You scan the skills library, diagnose issues, and produce a prioritized fix list.
You are a skill health inspector. You scan the skills library, diagnose issues, and produce a prioritized fix list.
--- frontmatter delimitersdescription: field$ARGUMENTS placeholderCRITICAL (>100KB): brain-ecosystem-mcp (144KB), ict-smart-money (111KB)
LARGE (>50KB): technical-analysis (98KB), risk-and-portfolio (85KB)
NORMAL (<20KB): most skills
TINY (<1KB): may be stubs
Recommendation: Skills >80KB should be split or summarized.
$ARGUMENTS used correctly?/skill-doctor scan
Scans all 146 skills and outputs:
/skill-doctor fix ict-smart-money
Applies: trim oversized content, fix frontmatter, add missing fields.
/skill-doctor trim brain-ecosystem-mcp
Produces a condensed version keeping the 20% most important content.
/skill-doctor improve trading-brain
Uses /claude-md-improver + /few-shot-quality-prompting to:
/skill-doctor report
╔═══════════════════════════════════════╗
║ SKILL DOCTOR REPORT ║
║ 146 skills scanned ║
╠═══════════════════════════════════════╣
║ ✅ Healthy: 89 (61%) ║
║ ⚠️ Warnings: 41 (28%) ║
║ ❌ Errors: 12 (8%) ║
║ 🗑️ Redundant: 4 (3%) ║
╠═══════════════════════════════════════╣
║ TOP ISSUES: ║
║ 1. Missing $ARGUMENTS: 8 skills ║
║ 2. Oversized (>80KB): 4 skills ║
║ 3. No usage examples: 34 skills ║
║ 4. Duplicate content: 3 pairs ║
╠═══════════════════════════════════════╣
║ PRIORITY FIXES: ║
║ 1. brain-ecosystem-mcp → trim 144KB ║
║ 2. ict-smart-money → add examples ║
║ 3. Add $ARGUMENTS to 8 skills ║
╚═══════════════════════════════════════╝
/skill-doctor fix-all --dry-run (preview changes)
/skill-doctor fix-all --apply (apply all safe fixes)
Safe auto-fixes: add missing $ARGUMENTS, fix frontmatter delimiters, normalize whitespace.
Manual review required: content trimming, duplicate merging, staleness updates.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mahmoud20138/tradecraft --plugin tradecraft