$npx -y skills add cathy-kim/skill-semver --skill example-skill> A simple example skill demonstrating version control structure
| 1 | # Example Skill |
| 2 | |
| 3 | > A simple example skill demonstrating version control structure |
| 4 | |
| 5 | **Version**: 1.0.0 |
| 6 | **Last Updated**: 2026-01-30 |
| 7 | |
| 8 | --- |
| 9 | |
| 10 | ## Purpose |
| 11 | |
| 12 | This skill demonstrates the proper versioning structure: |
| 13 | - Version header in SKILL.md |
| 14 | - CHANGELOG.md for tracking changes |
| 15 | - releases/ folder for version snapshots |
| 16 | |
| 17 | --- |
| 18 | |
| 19 | ## Usage |
| 20 | |
| 21 | Just an example - customize for your needs. |
| 22 | |
| 23 | --- |
| 24 | |
| 25 | ## Workflow |
| 26 | |
| 27 | 1. Read input |
| 28 | 2. Process |
| 29 | 3. Output result |