Documentation
README
Package Skill for Distribution
Validate and package a Claude Code Skill into a distributable zip file
Instructions
This command validates and packages an existing skill for distribution. Follow these steps:
Phase 1: Skill Selection
-
Identify the skill to package
- Determine skill location (personal or project)
- Verify skill exists and has SKILL.md
- Check current state of the skill
-
Pre-package checks
- Ensure all TODOs are completed
- Verify documentation is finalized
- Check that examples are tested
Phase 2: Validation
- Run quick validation
- Use the quick_validate.py script
- Check YAML frontmatter validity
- Verify required fields (name, description)
- Check for prohibited characters
- Validate directory structure
This is the opening of the README. Read the full README on GitHub.