This automates the process of turning any GitHub repo into a structured skill directory that agents can actually use. It clones the source to a local folder, strips out the noise (installation guides, contributor docs, marketing copy), and distills the real documentation into bite-sized reference files organized by concept. Each reference gets frontmatter, code snippets, and source links. The whole thing gets indexed in a SKILL.md file and registered in your workspace AGENTS.md. The coverage loop is smart: it compares what you generated against the actual repo structure and fills gaps for major modules like auth or middleware. Useful if you're building agent workflows that need to reference framework APIs without wading through full documentation sites every time.
npx -y skills add hairyf/skills --skill create-skill-from-repo --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
anthropics/skills
obra/superpowers
github/awesome-copilot