🎨 Skills Integration Release
This release adds comprehensive support for Anthropic's official skills to the Claude Code Templates ecosystem.
✨ New Features
Skills Support
- 🎨 Added 19 official Anthropic skills to components library
- 📦 Organized skills into 4 meaningful categories
- 🌐 Full web interface integration at aitmpl.com
- 📊 Supabase analytics tracking for skill downloads
- 🔗 URL routing support for
/skills
path
- 🛒 Shopping cart support for batch skill installation
📁 Skills Categories
Creative Design (4 skills)
algorithmic-art
- Generate algorithmic art and visualizations
canvas-design
- Create canvas-based designs
slack-gif-creator
- Create animated GIFs for Slack
theme-factory
- Generate color themes and design systems
Development (5 skills)
artifacts-builder
- Build Claude artifacts
git-commit-helper
- Smart git commit messages
mcp-builder
- Create MCP integrations
skill-creator
- Build new custom skills
webapp-testing
- Web application testing
Document Processing (6 skills)
docx
- Microsoft Word document creation/editing
xlsx
- Excel spreadsheet manipulation
pptx
- PowerPoint presentation generation
pdf-anthropic
- PDF processing with Anthropic
pdf-processing
- Standard PDF operations
pdf-processing-pro
- Advanced PDF processing
Enterprise Communication (4 skills)
brand-guidelines
- Brand guideline management
email-composer
- Professional email composition
excel-analysis
- Excel data analysis
internal-comms
- Internal communications
🚀 Installation
Install individual skills:
npx claude-code-templates@latest --skill=creative-design/algorithmic-art
npx claude-code-templates@latest --skill=development/mcp-builder
npx claude-code-templates@latest --skill=document-processing/pdf-processing-pro
Batch installation:
npx claude-code-templates@latest \
--skill=creative-design/algorithmic-art \
--skill=development/git-commit-helper \
--skill=document-processing/docx \
--yes
📊 Package Information
- Package size: 319.2 kB (compressed), 1.6 MB (unpacked)
- Total files: 74
- Optimization: Components downloaded on-demand from GitHub
- npm:
claude-code-templates@1.22.2
🔗 Links
- 🌐 Web Interface: aitmpl.com/skills
- 📦 npm Package: claude-code-templates
- 📖 Documentation: GitHub Repository
- 🎯 Skills Repository: anthropics/skills
🙏 Attribution
Skills are based on Anthropic's official skills repository. Licensed under Apache 2.0 and Source-Available licenses. See ANTHROPIC_ATTRIBUTION.md for details.
📝 Full Changelog
Added:
- Skills component type support in CLI
- Skills scanning in component generation script
- Skills filter and cards in web interface
- Skills category organization system
- Skills installation via
--skill
flag
- Supabase tracking for skill downloads
- URL routing for
/skills
path
Fixed:
- Skills validation in download tracking API
- Skills search functionality
- Skills cart integration
Technical:
- Updated
generate_components_json.py
with skills scanning logic
- Enhanced
installIndividualSkill()
for category/skill-name paths
- Added skills to all web interface components
- Updated Vercel routing configuration