Getting started
Build your first skill
Write instructions in plain language. The framework handles packaging and install.
Create
npx @skills-house/create my-appBuild
npx @skills-house/build skills/my-skillInstall
npx @skills-house/install add my-skill --agent cursorSteps
Describe what the agent should do in SKILL.md.
Scaffold a project with @skills-house/create.
Compile skills with @skills-house/build.
Install into your agent with @skills-house/install.
The agent loads the skill when a task matches its description.
Core commands
Create
npx @skills-house/create my-appBuild
npx @skills-house/build skills/my-skillInstall
npx @skills-house/install add my-skill --agent cursormy-app/
skills/my-app-skill/SKILL.md ← edit this
scripts/ ← shared helpers
skills-dist/ ← @skills-house/build output
internal-scripts/
build/ ← @skills-house/build
install/ ← @skills-house/install