Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Chris Powell avatar

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-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedJune 30, 2026
RepositoryChrisFmlyc/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 placeholder README.md, wires origin (creating the GitHub repo if you ask), pushes main.
  • /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:sync first, 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 on main/master and 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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.