farming-labs-docs

Scaffold MDX documentation projects across Next.js, SvelteKit, Astro, and Nuxt.

52|7|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/farming-labs/docs --skill farming-labs-docs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: farming-labs-docs
Source: https://github.com/farming-labs/docs/tree/main/examples/next/.agents/skills/farming-labs-docs
Command: npx skills add https://github.com/farming-labs/docs --skill farming-labs-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Get started quickly with @farming-labs/docs by providing an end-to-end guide for MDX-based documentation on Next.js, SvelteKit, Astro, and Nuxt, including CLI scaffolding, template selection, and theme CSS setup.

Core Features & Use Cases

  • CLI-driven bootstrap for multiple frameworks
  • Theme CSS integration and docs.config scaffolding
  • Guidance for manual setup and API reference scaffolding

Quick Start

Start by running the CLI to bootstrap a docs project for your framework.

Frequently Asked Questions about farming-labs-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold MDX documentation for Next.js or Astro?▼

Scaffold MDX documentation for Next.js or Astro by running the farming-labs/docs CLI init flow, which automatically detects your framework, applies theme CSS, and generates a ready-to-run docs site with docs.config.

What is the best way to bootstrap a docs site across multiple JavaScript frameworks?▼

Bootstrap a docs site across multiple JavaScript frameworks using the farming-labs/docs CLI, which provides framework detection, template selection, and standardized MDX scaffolding for Next.js, SvelteKit, Astro, and Nuxt.

Does the farming-labs/docs CLI support SvelteKit and Nuxt?▼

Yes, the farming-labs/docs CLI supports SvelteKit and Nuxt, automatically detecting the framework during the init flow to deliver standardized MDX docs scaffolding and theme CSS integration.

Can I set up i18n options when scaffolding an MDX docs project?▼

Yes, you can configure i18n options during the CLI init flow when scaffolding your MDX docs project, ensuring your generated documentation site supports internationalization out of the box.

How do I manually configure theme CSS and docs.config for my documentation?▼

Manually configure theme CSS and docs.config by following the end-to-end guide provided by the farming-labs/docs framework, which includes setup instructions and API reference scaffolding for custom integrations.