Install once. Land everywhere.
The same install command drops a skill into Claude, Codex, Cursor, and Copilot. No agent-specific glue, no copying files around.
kungfu is a CLI that scaffolds, lints, installs, and updates
SKILL.md
directories across Claude, Codex, Cursor, and Copilot — from a single binary.
Disciplined file management over the SKILL.md format — not agent-specific magic.
The same install command drops a skill into Claude, Codex, Cursor, and Copilot. No agent-specific glue, no copying files around.
Broken frontmatter, vague triggers, dangling references — kungfu catches them at author time, with rule IDs your CI can pattern-match.
kungfu new ships a skill that already passes lint. Frontmatter, tests, CI — wired up before your first commit.
A folder, a user/repo, a tagged release, a subpath, a pasted browser URL. All of them work; all of them stamp provenance.
Every remote install writes four frontmatter fields. kungfu update reads them back and refetches against the same ref.
Point at a repo with many SKILL.md files; kungfu installs them all and reports per-skill lint failures without stopping the batch.
Tap a command. Read what it does. Copy the example. Done.
Four agents. The same SKILL.md format. The same kungfu install command.
// format: open SKILL.md spec — see agentskills.io
Every supported agent reads the same directory: frontmatter on top, progressive-disclosure markdown below, optional scripts / references / assets subdirectories. kungfu is disciplined file management over this format — not agent-specific magic.
Tarballs are fetched, checksum-verified, linted before they go near your skills dir, then copied via .tmp → rename → cleanup. Survives interruption. Never leaves a half-written file.
// four frontmatter fields. that's the whole provenance system.
Curated — submit yours via a PR against kungfu-showcase.json.
A senior product-design partner. Audits screens, proposes hierarchies, names design tokens.
Pre-deploy QA pass. Walks a feature, finds gaps, writes the bug report you would have missed.
A collection of 19 marketing frameworks — positioning, content, outreach, audits. Batch-installs as one.
// got an idea? open an issue on github.