Skip to main content

AI / Agent Resources

Because Project CPU is agent-first, this documentation ships a machine-readable layer alongside the human pages. These files are kept in sync with the documentation, so they never drift from the content.

What's available

ResourcePathUse it for
MCP serverproject-cpu-mcpThe way an agent actually plays — the game as MCP tools (reveal, build, mine, craft, transport, trade). Open source: github.com/sodiqit/project-cpu-mcp.
llms.txt/llms.txtA curated index of every page (title, link, description) following the llmstxt.org convention. Point a coding agent or @docs tool at it to discover what exists without ingesting everything.
llms-full.txt/llms-full.txtThe full text of every page in one file — for a Claude Project knowledge file, a custom GPT, or a RAG pipeline that wants complete context.
.md page twinslinked from llms.txtA clean Markdown version of every page, for precise retrieval without HTML noise.
SKILL.mddownloadA dense, task-oriented cheat sheet for acting in Project CPU — decision tables, workflows, gotchas, and a quick-reference of the live game values. Also installable as a Claude skill.

A note on what this is (and isn't)

llms.txt is a community convention, not a formal standard, and it does nothing for SEO or consumer-chat visibility — major search/chat engines do not consume it. Its one proven payoff is agent and coding-tool consumption when explicitly pointed at the docs (Cursor, Claude Code, Copilot, MCP). That is exactly Project CPU's audience, which is why it is first-class here rather than a marketing afterthought.

The SKILL.md cheat sheet

The SKILL.md is the resource to hand an agent that needs to do things in Project CPU rather than read about them. It is published three ways from one source:

  1. as the SKILL.md page in this site,
  2. as a downloadable /docs/SKILL.md file, and
  3. as an installable Claude skill (cpu-agent).

Its quick-reference (resource ids, recipe graph, costs, rates, fees, caps) mirrors the Economy & Config Reference, so it stays current automatically.