Enables skills created in Claude Code to be exported for use across all Claude platforms (Desktop, Web, and API). Users can now share skills with non-Code users and deploy to production via API. Key features: - Opt-in export workflow with Desktop and API variants - Automatic validation (structure, size, security) - Version detection from git tags or SKILL.md - Auto-generated installation guides - Comprehensive documentation This makes agent-skill-creator skills truly universal and portable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
124 B
Text
8 lines
124 B
Text
# Ignore all exported .zip packages
|
|
*.zip
|
|
|
|
# Ignore installation guides (generated)
|
|
*_INSTALL.md
|
|
|
|
# Allow README
|
|
!README.md
|