
Repo
- Updated June 30, 2026
- ChrisFmlyc/ai-skills
Repo-based plugin system for managing and distributing AI skills. Use it to organize skills in version control and share them across projects.
Key points
- Repository-based skill management
- Version control for AI skills
Repo by the numbers
- Data as of Jul 8, 2026 (Skillselion catalog sync)
/plugin marketplace add ChrisFmlyc/ai-skills/plugin install repo@ai-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 30, 2026 |
|---|---|
| Repository | ChrisFmlyc/ai-skills ↗ |
What it does
Repository-based plugin for AI skill management
README.md
repo — personal repo workflow helpers
Four skills, one repo lifecycle:
/repo:init— bootstrap a brand-new repo in the current directory (never in a new wrapper folder). Commits a placeholderREADME.md, wiresorigin(creating the GitHub repo if you ask), pushesmain./repo:sync— post-merge git reset. Switches to the default branch, fetches with prune, fast-forwards to origin, and deletes the just-merged local feature branch. Slash-only; never auto-fires./repo:newbranch— start a new piece of work. Runs/repo:syncfirst, takes a one-line description, proposes a<prefix>/<slug>branch name (confirms via AskUserQuestion: accept / regenerate / type your own), then creates a worktree at../<repo>-worktrees/<prefix>-<slug>. Slash-only./repo:branch— branch-policy enforcement guardrail. Auto-fires on any branch creation, worktree creation, or commit verb. Refuses commits onmain/masterand refuses branch names that don't match one of the required prefixes (feat/,fix/,chore/,docs/,refactor/,rnd/,hotfix/). No bypasses.
/repo:init and /repo:branch auto-trigger when their associated verbs appear in the conversation. /repo:sync and /repo:newbranch only fire when invoked explicitly.
Install
From the ai-skills marketplace:
/plugin marketplace add ChrisFmlyc/ai-skills
/plugin install repo@ai-skills
Restart Claude Code so the new slash commands register.
Update
/plugin marketplace update ai-skills
/plugin update repo@ai-skills
Uninstall
/plugin uninstall repo@ai-skills
Related skills
AI & Agent Buildingagents