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

  1. Create or edit the Skill locally.
  2. Sync the Skill into the canonical repository:
Installs
1
GitHub Stars
1
First Seen
14 days ago
skills-repo-manager — nanameru/agent-skills