Commit d6b27f4
feat: Add skills integration with categorization and web interface support
## Skills System
- Add 19 Anthropic skills to components/skills/ with proper categorization
- Create 4 skill categories: creative-design, development, document-processing, enterprise-communication
- Add ANTHROPIC_ATTRIBUTION.md with license information (Apache 2.0 and Source-Available)
## Data Generation
- Update generate_components_json.py to handle skills with category/skill-name structure
- Skills now use SKILL.md inside category directories
- Extract descriptions from skill frontmatter
- Support proper path generation: category/skill-name
## CLI Installation
- Update installIndividualSkill() to support category/skill-name format
- Handle both "skill-name" and "category/skill-name" installation paths
- Improve error messages with category suggestions
- Download additional files (scripts/, reference/, templates/) via GitHub API
## Web Interface
- Add skills filter chip with "NEW" label and 🎨 icon to docs/index.html
- Update JavaScript to support skills filtering and categorization
- Add skills support to shopping cart system
- Generate correct installation commands: --skill=category/skill-name
- Update data-loader.js, index-events.js, and cart-manager.js for skills
## Skills Included
### Creative & Design (4)
- algorithmic-art, canvas-design, slack-gif-creator, theme-factory
### Development (5)
- artifacts-builder, git-commit-helper, mcp-builder, skill-creator, webapp-testing
### Document Processing (6)
- docx, pdf-anthropic, pdf-processing, pdf-processing-pro, pptx, xlsx
### Enterprise Communication (4)
- brand-guidelines, email-composer, excel-analysis, internal-comms
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4e92c7a commit d6b27f4
File tree
310 files changed
+8671
-8715
lines changed- .claude
- cli-tool
- bin
- components/skills
- creative-design
- algorithmic-art
- templates
- canvas-design
- canvas-fonts
- slack-gif-creator
- core
- templates
- theme-factory
- themes
- development
- artifacts-builder
- scripts
- git-commit-helper
- mcp-builder
- reference
- scripts
- skill-creator
- scripts
- webapp-testing
- examples
- scripts
- document-processing
- docx
- ooxml
- schemas
- ISO-IEC29500-4_2016
- ecma/fouth-edition
- mce
- microsoft
- scripts
- validation
- scripts
- templates
- pdf-anthropic
- scripts
- pdf-processing-pro
- scripts
- pdf-processing
- pptx
- ooxml
- schemas
- ISO-IEC29500-4_2016
- ecma/fouth-edition
- mce
- microsoft
- scripts
- validation
- scripts
- xlsx
- enterprise-communication
- brand-guidelines
- email-composer
- excel-analysis
- internal-comms
- examples
- src
- analytics-web
- docs
- js
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
310 files changed
+8671
-8715
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments