AutumnsGrove/ClaudeSkills
8 stars · Last commit 2025-10-26
Skills for Claude.ai and Claude Code
README preview
# Claude Skills Library A comprehensive collection of 16 production-ready Claude Skills covering document manipulation, testing, database management, API design, DevOps, code quality, and communication workflows. ## 📋 Guides & Resources - **[SKILL_CREATION_GUIDE.md](./SKILL_CREATION_GUIDE.md)** - Comprehensive guide for creating high-quality Claude Skills (1,247 lines) - **[SKILL_BUILDER_SUBAGENT.md](./SKILL_BUILDER_SUBAGENT.md)** - Magic prompt for spawning specialized skill-building agents ## 📚 Skills Overview ### Document Manipulation (3 skills) | Skill | Description | Files | |-------|-------------|-------| | **[xlsx](./xlsx/)** | Excel spreadsheet creation, editing, and analysis with formulas, charts, and data manipulation | SKILL.md + 3 Python scripts | | **[pptx](./pptx/)** | PowerPoint presentation creation with layouts, charts, and professional formatting | SKILL.md + Python helper | | **[pdf](./pdf/)** | PDF manipulation including text extraction, form filling, merging, and creation | SKILL.md + Python helper | ### Development & Testing (4 skills) | Skill | Description | Files |