Framework

Source → build → install

Not a skill catalog. Fork the framework, author your own skills, ship from your repo.

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

Framework packages

@skills-house/create

Scaffold a new project with build + install tooling.

@skills-house/build

Compile skill source to spec-compliant dist.

@skills-house/install

Wire built skills into Cursor, Claude, Codex, and more.

Commands

npx @skills-house/create my-app

Scaffold a new project with build + install tooling.

npx @skills-house/build skills/my-skill

Compile skill source to spec-compliant dist.

npx @skills-house/install add my-skill --agent cursor

Wire built skills into Cursor, Claude, Codex, and more.

npx skills add owner/repo --skill name

Install a skill (consumer)

skills-house pipeline

Authoring

Only SKILL.md is required. Use @include for fragments and markdown links for references (/references/foo.md), scripts (package/export), and skill dependencies.

Example skill

skill-auditor

Use when reviewing, publishing, or contributing Agent Skills. Validates SKILL.md frontmatter, directory naming, in-package links, and Agent Skills layout conventions before merge or release.

skills-house-build

Use when compiling skills-house source skills to Agent Skills dist. Covers @skills-house/build CLI, skill directory input, dist output paths, and @include/link addressing rules.

skills-house-create

Use when scaffolding a new skills-house project or bootstrapping the framework into a repo. Covers @skills-house/create CLI, generated layout, fresh-project constraints, and future .house isolation.

skills-house-install

Use when installing built skills-house dist into agent skill directories. Covers source/target model, install-skills CLI flags, scope, and the difference from skills.sh consumer installs.