create-skill-repo

Installation
SKILL.md

create-skill-repo

Stamps out a new skills repository: gh repo create provisions it on GitHub (private by default, MIT license, technology .gitignore, README) and clones it into the current directory; the bundled template (assets/template/ inside this skill) is then overlaid — OSS hygiene files, CI with a skills.sh consumer job, validation hooks, in-repo add-skill/publish-repo dev skills, plugin/marketplace manifests, skills.sh.json, and a gitignored .local/PROMPT.md that drives the follow-up authoring session. The scaffold overlay is left uncommitted (GitHub's repo creation makes only its own initial commit): the owner reviews, commits, pushes. Reference: https://cli.github.com/manual/gh_repo_create. If invoked as /create-skill-repo <args>, $ARGUMENTS is <repo-name> [idea].

When NOT to use

Installs
1
GitHub Stars
1
First Seen
Jul 21, 2026
create-skill-repo — paldom/skillskit