farming-labs-docs
Installation
SKILL.md
@farming-labs/docs — Getting Started
Always consult the project docs (and /docs routes when available) for the latest API and examples.
@farming-labs/docs is a modern, flexible MDX-based documentation framework. Write markdown, get a polished docs site. Supported frameworks: Next.js, SvelteKit, Astro, Nuxt.
Quick reference
CLI
| Scenario | Command |
|---|---|
| Add docs to existing app | npx @farming-labs/docs@latest init |
| Start from scratch (bootstrap project) | npx @farming-labs/docs@latest init --template <next | nuxt | sveltekit | astro> --name <project-name> |