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
| Group | Skills |
|---|---|
| Lifecycle | terreno-1-grow … terreno-5-taste |
| Terreno apps | backend, UI, data, schema, SDK |
| Docs | update-docs, update-agent-docs, architecture skills |
| GitHub | commit, 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:
.rulesync/skills/— repository skills (bun run rulesgenerates agent copies)plugins/terreno-planning/skills/— portable lifecycle stages<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.