Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.56 KB

File metadata and controls

23 lines (16 loc) · 1.56 KB

Guidance for AI agents

This repo is @farming-labs/docs — an MDX-based documentation framework for Next.js, TanStack Start, SvelteKit, Astro, and Nuxt.

Skills (skills.sh / Agent Skills specification)

Skills are under skills/farming-labs/ and divided by topic. Use the skill that matches the task.

Task Skill
Setup, init, theme CSS, docs.config getting-started
CLI: init, upgrade, flags (--template, --name, --theme, etc.) cli
Create or share a theme (createTheme, extendTheme, npm) creating-themes
Ask AI / AI chat configuration ask-ai
Page actions (Copy Markdown, Open in LLM) page-actions
docs.config options (entry, theme, staticExport, sidebar, etc.) configuration
  • Skills index: skills/farming-labs/README.md
  • Install (Skills CLI): npx skills add farming-labs/docs or pnpm dlx skills add farming-labs/docs (yarn/bun: yarn dlx / bunx) — then pick your preferred skill(s) when prompted.

Skills conform to the Agent Skills specification (frontmatter name matches parent directory, description under 1024 chars).

For full installation steps and examples, see the README and the docs site (e.g. /docs routes in the repo).