🎯 Release Highlights
Quality Improvements + Crypto Trading Plugins - This release addresses skill quality feedback from Richard Hightower, adds 5 crypto trading plugins, and introduces content quality validation to prevent future issues.
🙏 Contributors
- @RichardHightower - Quality reviews that drove validator improvements (#293, #294, #295)
- Jeremy Longshore - Skill fixes, validator enhancements, crypto plugins
✨ New Features
5 Crypto Trading Plugins
arbitrage-opportunity-finder- Cross-exchange arbitrage detectioncrypto-derivatives-tracker- Futures, perpetuals, and options monitoringcrypto-signal-generator- Technical analysis signal generationoptions-flow-analyzer- Options market flow analysistrading-strategy-backtester- Historical strategy backtesting
Content Quality Validation
New validator checks prevent low-quality skills from shipping:
validate_references_readme()- Files listed in README.md must existdetect_stub_scripts()- No Python stubs withpassor template commentsdetect_placeholder_text()- No REPLACE_ME, {variable} patternsdetect_boilerplate()- No generic "This skill provides automated assistance" text
🔧 Quality Fixes (Hightower Feedback)
| Skill | Before | After | Changes |
|---|---|---|---|
| generating-stored-procedures | 34/100 | 85+ | Rewrote SKILL.md, implemented 3 scripts, created 5 reference files |
| automating-database-backups | 54/100 | 85+ | Applied Progressive Disclosure, implemented 4 scripts, created 6 references |
| creating-kubernetes-deployments | 57/100 | 85+ | Expanded to 15+ error solutions, 8 examples, 4 references, 3 templates |
📊 Stats
- Total Skills: 739
- Plugins Added: 5
- Files Changed: 121+ files
- Lines Added: 19,000+
🔗 Links
🤖 Generated with Claude Code release automation