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-app
Build
npx @skills-house/build skills/my-skill
Install
npx @skills-house/install add my-skill --agent cursor

How it works

  1. CreateScaffold a new project with build + install tooling.
  2. BuildCompile skill source to spec-compliant dist.
  3. InstallWire built skills into Cursor, Claude, Codex, and more.

Example: skill-auditor

Validates Agent Skills before ship. Shows @include, references, and shared scripts.

View skill
skills/skill-auditor/SKILL.md
---
name: skill-auditor
description: Validate Agent Skills before ship.
---

@include /sections/workflow.md
Run [hello](fixture-helper/hello).