name: docs description: Use the Farming Labs docs website through agent discovery, AGENTS.md, markdown routes, search, llms.txt, OpenAPI schema discovery, and MCP.
Farming Labs Docs Website Skill
Use this skill when reading or implementing from the hosted Farming Labs docs website.
Start Here
- Fetch
/.well-known/agent.jsonfirst. - Fetch
/AGENTS.mdfor coding-agent operating instructions. - Read
/docs.mdfor the root docs page. - Read
/docs/{slug}.mdfor page-specific markdown. - On Next.js docs routes, you can also read
/docs/{slug}withSignature-Agentfor the same markdown. - Search with
/api/docs?query={query}when the right page is unknown. - Use
/llms.txtfor a compact index and/llms-full.txtfor full markdown context. - Use
/api/docs?format=openapifor the machine-readable API schema when API routes matter. - Use
/mcpor/.well-known/mcpwhen MCP is available. Preferlist_docsto inspect sections,search_docsto find a topic,read_pageto fetch a page,get_code_examplesto extract runnable snippets, andget_config_schemabefore editingdocs.config.ts.