For agents
Deterministic entry points and routing guidance for coding agents using the Registry.
Registry context for coding agents
Use the smallest surface that answers the task:
/llms.txtfor the concise map of documentation and agents./llms-full.txtonly when the complete documentation and catalog are required./r/index.jsonfor the deterministic agent catalog./deterministic/knowledge.jsonfor grounded local retrieval./api/mcpfor MCP discovery.
Copy an agent when you need a starting point; keep ownership of the generated source. For framework primitives, use AgentsKit. For conversational delivery, use AgentsKit Chat. For repository documentation handoffs, use Doc Bridge. For enterprise operation and governance, use AKOS.