cli
Installation
SKILL.md
Use the @farming-labs/docs CLI
Choose the smallest command that satisfies the request, preview its effects when possible, and verify the resulting project or generated output.
Workflow
- Confirm the app/package root, framework, package manager, config path, and whether the request allows writes, network access, or deployment.
- Inspect
package.json, the lockfile, anddocs.config.ts[x]. In a monorepo, work from the app containing the framework dependency. - Select the command and read only its focused reference below.
- Prefer
--dry-run,--check, or--planbefore a material write when the command supports it. - Run the command with the project's package manager. Never place raw credentials in config, generated JSON, logs, or the command line when an environment-variable mechanism exists.
- Verify changed files, package versions, generated manifests, or the affected route.
- Report what changed, the verification result, and any manual follow-up.