repo-skill-installer

Installation
SKILL.md

Repo Skill Installer

Use this skill when a skill should be hosted by this repository.

Workflow

  1. Resolve the skill source.

    • For third-party skills, prefer the GitHub repo path and skill name.
    • For manually hosted skills, use skills/<skill-name>/ as the canonical source.
  2. Update the canonical source.

    • Put repo-owned skills under skills/<skill-name>/.
    • Do not vendor third-party payloads there.
    • Keep .agents/skills/ as installer output only.
  3. Register the lock entry.

    • Use skills-lock.json as the only source/ref/hash metadata file.
    • For repo-owned skills, use this public repo path: https://github.com/HGZahn/agentic-coding/tree/master/skills/<skill-name>.
Installs
36
GitHub Stars
3
First Seen
May 14, 2026
repo-skill-installer — hgzahn/agentic-coding