Repository terramate-docs
we use pnpm as our package manager, see here
Install all dependencies:
pnpm installCompile and Hot-Reload for Development
pnpm startWe use agent skills to speed up docs work (VitePress, build preflight, etc.). Cursor auto‑loads skills found under .cursor/skills/**/SKILL.md and skills installed via .agents/skills symlinks.
VitePress skill:
npx skills add https://github.com/antfu/skills --skill vitepressDocs build preflight skill (local):
- Already included in this repo at
.cursor/skills/docs-build-preflight/SKILL.md(no extra install needed).
Optional: helper to discover skills:
npx skills add https://github.com/vercel-labs/skills --skill find-skillsnpx skills updateIf a new skill doesn’t appear immediately, reload the editor window.
Alternatively, combine dependency updates with skills refresh:
pnpm run deps:update