getting-started

Bootstrap MDX documentation for Next.js, SvelteKit, Astro, or Nuxt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Instantly bootstrap and configure an MDX-based documentation site for Next.js, SvelteKit, Astro, or Nuxt using the Farming Labs docs framework.

Core Features & Use Cases

  • CLI-driven initialization that detects your framework and scaffolds a complete docs setup including config, layout, CSS, and sample pages.
  • Optional i18n scaffolding, API reference integration, and framework-specific routing ready for immediate development.
  • Easy theme selection and a guided path from project bootstrap to a working documentation site.

Quick Start

Run npx @farming-labs/docs init in your project to bootstrap a docs site for your framework.

Frequently Asked Questions about getting-started

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

FAQPage Schema
How do I bootstrap MDX documentation for an existing Next.js or Nuxt project?

Run npx @farming-labs/docs init to bootstrap MDX documentation for existing Next.js or Nuxt projects. The CLI detects your framework and scaffolds config, layout, CSS imports, and sample pages automatically.

Can I scaffold i18n content and API references into my docs setup?

Yes, during initialization interactive prompts offer optional scaffolding for i18n content and API references. This generates the necessary routing and configuration alongside your base layout and sample pages.

Does this docs framework detection support SvelteKit and Astro?

Framework detection supports SvelteKit and Astro alongside Next.js and Nuxt. The CLI identifies your platform and applies the appropriate framework-specific routing, layout, and configuration files for your docs.

What is the best way to configure MDX theming for a new documentation site?

The best way to configure MDX theming is through the CLI initialization process, which provides interactive theme selection. It generates a docs.config file and applies your chosen theme to the layout and CSS.

Do I need to manually install dependencies when setting up these docs?

No, manual dependency installation is not required. The CLI initialization handles dependency installation automatically while generating your config, layout, CSS imports, and sample pages for your framework.