skill-update
Installation
SKILL.md
Skill Update Manager
Skill creation, versioning, and repository consistency management.
Semantic Versioning
| Change Type | Version | Example |
|---|---|---|
| Breaking changes | MAJOR | 1.0.0 -> 2.0.0 |
| New features | MINOR | 1.0.0 -> 1.1.0 |
| Bug fixes | PATCH | 1.0.0 -> 1.0.1 |
When to Increment
MAJOR (2.0.0):
- Skill name changes
- Moving a skill between categories or folders
- Core rules fundamentally change