@skills-house/createScaffold a new project with build + install tooling.
Framework
Not a skill catalog. Fork the framework, author your own skills, ship from your repo.
npx @skills-house/create my-appnpx @skills-house/build skills/my-skillnpx @skills-house/install add my-skill --agent cursor@skills-house/createScaffold a new project with build + install tooling.
@skills-house/buildCompile skill source to spec-compliant dist.
@skills-house/installWire built skills into Cursor, Claude, Codex, and more.
npx @skills-house/create my-appScaffold a new project with build + install tooling.
npx @skills-house/build skills/my-skillCompile skill source to spec-compliant dist.
npx @skills-house/install add my-skill --agent cursorWire built skills into Cursor, Claude, Codex, and more.
npx skills add owner/repo --skill nameInstall a skill (consumer)
Only SKILL.md is required. Use @include for fragments and markdown links for references (/references/foo.md), scripts (package/export), and skill dependencies.
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.
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.
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.
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.