Skip to main content
Version: 57.2.0

Install agent skills

Install Terreno's agent skills into another repo or agent with the skills CLI.

npx skills add FlourishHealth/terreno
npx skills add FlourishHealth/terreno --skill terreno-1-grow

That copies the committed skills/ tree: lifecycle stages (Grow, Pick, Roast, Brew, Taste), repository skills, and published package skills.

What you get

GroupSkills
Lifecycleterreno-1-growterreno-5-taste
Terreno appsbackend, UI, data, schema, SDK
Docsupdate-docs, update-agent-docs, architecture skills
GitHubcommit, PR, review, verify, release, deploy

skills.sh.json at the repo root groups those names on skills.sh.

Keep copies in sync (Terreno maintainers)

Canonical sources:

  1. .rulesync/skills/ — repository skills (bun run rules generates agent copies)
  2. plugins/terreno-planning/skills/ — portable lifecycle stages
  3. <package>/.ai/skills/ — published package skills; these overlay the repo copies

Regenerate the installable tree:

bun run skills:sync
bun run check:lifecycle-skills

Do not hand-edit skills/.

Write human docs with the skills

Skills read architecture docs before changing code. After a user-visible or architectural change, update docs/ in the same slice using update-docs. See lifecycle plugin and the documentation contract.