v1.24.0 - Skills Integration π¨
π¨ 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
/skillspath - π 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-proBatch 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
--skillflag - Supabase tracking for skill downloads
- URL routing for
/skillspath
Fixed:
- Skills validation in download tracking API
- Skills search functionality
- Skills cart integration
Technical:
- Updated
generate_components_json.pywith 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