Author, build, and ship Agent Skills
Open-source framework. Freeform source, one build step, install to Cursor, Claude, Codex, and more.
Create
npx @skills-house/create my-appBuild
npx @skills-house/build skills/my-skillInstall
npx @skills-house/install add my-skill --agent cursorHow it works
- Create — Scaffold a new project with build + install tooling.
- Build — Compile skill source to spec-compliant dist.
- Install — Wire built skills into Cursor, Claude, Codex, and more.
Example: skill-auditor
Validates Agent Skills before ship. Shows @include, references, and shared scripts.
View skillskills/skill-auditor/SKILL.md
---
name: skill-auditor
description: Validate Agent Skills before ship.
---
@include /sections/workflow.md
Run [hello](fixture-helper/hello).