A collection of AI Skills for managing and evolving your skill library. These tools help you create, maintain, and continuously improve AI skills from GitHub repositories.
| Skill | Description |
|---|---|
| github-to-skills | Convert GitHub repos into AI skills automatically |
| skill-manager | Manage skill lifecycle - check updates, list, delete |
| skill-evolution-manager | Evolve skills based on user feedback and experience |
Automated factory for converting GitHub repositories into specialized AI skills.
- Fetches repository metadata (README, latest commit hash)
- Creates standardized skill directory structure
- Generates
SKILL.mdwith extended frontmatter for lifecycle management - Creates wrapper scripts for tool invocation
/github-to-skills <github_url>
Or: "Package this repo into a skill: "
/github-to-skills https://github.com/yt-dlp/yt-dlp
Lifecycle manager for GitHub-based skills.
- Audit: Scan local skills folder for GitHub-based skills
- Check: Compare local commit hashes against remote HEAD
- Report: Generate status report (Stale/Current)
- Update: Guided workflow for upgrading skills
- Inventory: List all skills, delete unwanted ones
/skill-manager check # Scan for updates
/skill-manager list # List all skills
/skill-manager delete <name> # Remove a skill
| Script | Purpose |
|---|---|
scan_and_check.py |
Scan directories, parse frontmatter, check remote versions |
update_helper.py |
Backup files before update |
list_skills.py |
List installed skills with metadata |
delete_skill.py |
Permanently remove a skill |
Continuously improve skills based on user feedback and conversation insights.
- Session Review: Analyze skill performance after conversations
- Experience Extraction: Convert feedback into structured
evolution.json - Smart Stitching: Persist learned best practices into
SKILL.md
/evolve
Or: "Save this experience to the skill"
- Review: Agent analyzes what worked/didn't work
- Extract: Creates structured JSON with preferences, fixes, custom prompts
- Persist: Merges into
evolution.json - Stitch: Updates
SKILL.mdwith learned best practices
| Script | Purpose |
|---|---|
merge_evolution.py |
Incrementally merge new experience data |
smart_stitch.py |
Generate/update best practices section in SKILL.md |
align_all.py |
Batch re-stitch all skills after updates |
- Clone this repository:
git clone https://github.com/KKKKhazix/Khazix-Skills.git- Copy desired skills to your Claude skills directory:
# Windows
copy /E Khazix-Skills\github-to-skills %USERPROFILE%\.claude\skills\
# macOS/Linux
cp -r Khazix-Skills/github-to-skills ~/.claude/skills/- Restart Claude to load the new skills.
- Python 3.8+
- Git (for checking remote repositories)
- PyYAML (
pip install pyyaml)
+------------------+ +----------------+ +------------------------+
| github-to-skills | --> | skill-manager | --> | skill-evolution-manager|
+------------------+ +----------------+ +------------------------+
| | |
Create new Maintain & Evolve &
skills from update skills improve based
GitHub repos on feedback
The Complete Skill Lifecycle:
- Create: Use
github-to-skillsto wrap a GitHub repo as a skill - Maintain: Use
skill-managerto check for updates and upgrade - Evolve: Use
skill-evolution-managerto capture learnings and improve
MIT
Contributions are welcome! Feel free to:
- Report issues
- Submit pull requests
- Share your own skills
KKKKhazix
If you find these skills useful, consider giving this repo a star!