docs
Build machine-readable documentation sites across six web frameworks
All Skills in This Repository (7)
Pure Emerald Level Indicatorsfarming-labs-docs
Scaffold MDX documentation projects across Next.js, SvelteKit, Astro, and Nuxt.
configuration
Configure docs.config.ts for Next.js, SvelteKit, Astro, and Nuxt documentation settings.
creating-themes
Create and publish custom Docs themes with createTheme() and extendTheme().
page-actions
Adds Copy Markdown and Open in LLM buttons to docs pages.
getting-started
Bootstrap MDX documentation for Next.js, SvelteKit, Astro, or Nuxt.
ask-ai
Configure an AI chat in documentation projects using docs as context.
cli
Scaffold and upgrade documentation projects across multiple frameworks using the farming-labs/docs CLI.
Frequently Asked Questions
FAQPage SchemaHow to install farming-labs/docs skills?โผ
Run `npx skills add farming-labs/docs --all -g -y` in your terminal to install all skills in this suite globally.
What does farming-labs/docs do?โผ
It is an MDX documentation framework that renders polished docs sites and automatically exposes machine-readable markdown routes, llms.txt, sitemaps, and an MCP server for coding agents.
Which frameworks does farming-labs/docs support?โผ
It supports Next.js, TanStack Start, Farm.js, SvelteKit, Astro, and Nuxt through dedicated adapters, all configured from a single docs.config file.
How do agents read docs built with this framework?โผ
Agents fetch /.well-known/agent.json for discovery, then read .md page routes, llms.txt, or the built-in MCP server instead of scraping HTML.
Can I customize the docs theme?โผ
Yes. Pick from twelve built-in themes or create your own with createTheme() and extendTheme(), then import the matching CSS in your global stylesheet.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core