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

  1. Confirm the app/package root, framework, package manager, config path, and whether the request allows writes, network access, or deployment.
  2. Inspect package.json, the lockfile, and docs.config.ts[x]. In a monorepo, work from the app containing the framework dependency.
  3. Select the command and read only its focused reference below.
  4. Prefer --dry-run, --check, or --plan before a material write when the command supports it.
  5. 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.
  6. Verify changed files, package versions, generated manifests, or the affected route.
  7. Report what changed, the verification result, and any manual follow-up.

Invocation

Installs
2
GitHub Stars
53
First Seen
13 days ago
cli — farming-labs/docs