Git-native CLI for syncing AI agent skills across environments.
Skillpipe is a CLI built for AI agents. Define your agent skills once in a GitHub repository, install them into Claude Code (and other agent environments via adapters), keep them updated with a single command, and let agents propose improvements through Pull Requests.
npm install -g skillpipe
skillpipe init
skillpipe repo connect https://github.com/<you>/my-agent-skills
skillpipe install brand-analysisFull documentation lives under docs/:
- Getting started — install, init, connect a repo, install skills.
- For agents — why Skillpipe is built for AI agents and how they consume skills.
- Commands reference — every command, every flag.
- Skill format —
SKILL.mdfrontmatter and body. - Repository layout — structure a skills repo by hand (
skillpipe.json+skills/). - Targets & adapters — Claude Code, custom paths, future adapters.
- Security model — validation, secrets, PR-only flow.
- Contributing — project setup, code style, PR flow.
- Adding a new adapter — support a new agent target (Cursor, Codex, your own).
MIT — see LICENSE.
