🎨 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 visualizationscanvas-design
- Create canvas-based designsslack-gif-creator
- Create animated GIFs for Slacktheme-factory
- Generate color themes and design systems
Development (5 skills)
artifacts-builder
- Build Claude artifactsgit-commit-helper
- Smart git commit messagesmcp-builder
- Create MCP integrationsskill-creator
- Build new custom skillswebapp-testing
- Web application testing
Document Processing (6 skills)
docx
- Microsoft Word document creation/editingxlsx
- Excel spreadsheet manipulationpptx
- PowerPoint presentation generationpdf-anthropic
- PDF processing with Anthropicpdf-processing
- Standard PDF operationspdf-processing-pro
- Advanced PDF processing
Enterprise Communication (4 skills)
brand-guidelines
- Brand guideline managementemail-composer
- Professional email compositionexcel-analysis
- Excel data analysisinternal-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.24.0
🔗 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
Previous Release: v1.23.0 - Component Security Validation System