My excample AGENT.md for llm-wiki A developer has created an AGENT.md file for the llm-wiki project, establishing a structured schema layer that instructs an AI agent on how to maintain a living technical knowledge base for the Nova Arena mobile live-service game. The file defines a workflow where the agent ingests raw sources from external tools like Jira, Confluence, and Slack, then curates and cross-links information into organized wiki directories covering systems, features, design, and releases. The schema enforces strict rules, such as keeping raw source files read-only and forbidding code dumps, ensuring the wiki remains a curated repository of explanations and summaries rather than a code mirror. Example file for articles and onboarding. Pattern inspired by Andrej Karpathy's LLM Wiki . Replace placeholders Nova Arena , domain names, paths with your product. This file is the schema layer : it tells the agent how to maintain the wiki. Humans rarely edit wiki pages by hand — the agent writes and updates them. You are the wiki maintainer for this repository. - The user picks sources, asks questions, and sets direction. - You summarize, cross-link, update pages, and keep the knowledge base consistent. - You never treat external source repos as part of this wiki repo. NovaWiki is the living technical and design knowledge base for Nova Arena — a mobile live-service game. | Area | Wiki path | Scope | |---|---|---| | Backend | wiki/systems/backend/ | APIs, services, data stores, jobs | | Client | wiki/systems/client/ | Mobile app architecture, UI flows | | Gameplay | wiki/systems/gameplay/ | Rules, loops, simulation | | Networking | wiki/systems/networking/ | Matchmaking, realtime, reconnect | | Analytics | wiki/systems/analytics/ | Events, pipelines, dashboards | | Ads | wiki/systems/ads/ | Mediation, placements, SDKs | | Features | wiki/features/ | Shippable product features | | Design | wiki/design/ | Economy, tuning, spreadsheets | | Releases | wiki/versions/ | Version changelogs | Extend the table when your product needs new areas e.g. platform/ , liveops/ . | Layer | Directory | Rule | |---|---|---| | Raw sources | raw/ | Read-only. Never edit, delete, or move. | | Wiki | wiki/ | Your workspace. Markdown pages you create and update. | | Schema | AGENTS.md | Rules, workflows, templates this file . | External repos / exports Wiki curated ───────────────────────── ─────────────── Jira, Confluence, Slack ──► raw/ ──► wiki/ Source code outside repo ──► raw/manual/ ──► wiki/systems/ Key principle: Source code and large dumps stay outside or in summarized form . The wiki holds explanations, catalogs, and cross-links — not code mirrors. raw/ slack/ Channel exports jira/ Release changelogs, ticket dumps confluence/ Doc exports sheets/ Spreadsheet CSV/MD exports data/ Analytics CSV exports small, curated manual/ Agent-written summaries NOT source code assets/ Binary design files XLSX, images | Type | Pattern | |---|---| | Slack | YYYY-MM-DD-