skills-repo-manager
Installation
SKILL.md
Skills Repo Manager
Use this skill to keep Skills durable. Treat GitHub as the source of truth and local agent skill directories as installed copies.
Mental Model
- Canonical source: a GitHub repository such as
nanameru/agent-skills. - Installed copy:
~/.agents/skills/<name>,~/.claude/skills/<name>, project.agents/skills/<name>, etc. - Installer:
npx skills add .... - Publisher: ordinary
git add,git commit,git push.
The Skills CLI installs, lists, removes, and updates Skills. It does not replace Git for committing and pushing changes.
Standard Workflow
- Create or edit the Skill locally.
- Sync the Skill into the canonical repository: