Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/markdonish/round-table-workspace/agents-mdgit clone --depth 1 https://github.com/MarkDonish/round-table-workspaceWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.01299 | $0.01299 |
| Opus 5 | $0.00649 | $0.00649 |
| Sonnet 5 | $0.00260 | $0.00260 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
round-table-workspace AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Project entrypoint for this repository. Keep this file short and repo-local so it works the same way on Windows, Mac, and Codex Cloud.
Always-On Rules
- Do not fabricate missing facts. If information is insufficient, say
信息缺失. - Keep outputs practical, clear, and structured. Avoid slogans, fluff, and unsupported certainty.
- Distinguish facts, inferences, uncertainties, and recommendations when doing multi-agent or multi-perspective work.
- Do not enter
/roomor/debateunless the user explicitly starts with that command or is already continuing inside that mode. - Prefer repo-relative paths and repo-local references over machine-specific absolute home-directory paths.
Source Of Truth
Treat this repository as the long-term source of truth for the round-table system.
Primary source directories:
README.mdLAUNCH.mdAGENTS.mddocs/schemas/agents/config/roundtable_core/scripts/skills_src/evals/prompts/examples/.codex/skills/debate-roundtable-skill/.codex/skills/room-skill/.codex/skills/agent-builder-skill/.codex/skills/*/roundtable-profile.md.claude/skills/(Claude Code project-skill adapter layer only; not protocol implementation)
Historical material lives under:
reports/artifacts/
Development Sync
For every new development task, follow:
docs/source-truth-map.mddocs/development-sync-protocol.mddocs/release-readiness.mdwhen deciding launch readiness or remaining blockersdocs/release-candidate-scope.mdwhen creating a launch/support claimdocs/agent-continuity-checkpoints.mdwhen host-level memory is read-only or another agent will continue the workdocs/superpowers/local-development-integration.mdwhen local Superpowers is installed
Default rule:
- develop locally
- verify locally
- commit verified changes
- push to
origin/main - report completed work, verification, and remaining gaps
Do not treat exploratory local edits as complete work.
Do not treat reports/ as the active implementation source.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 145 lines · 1,299 tokens per session scan A 1b01f7dc816a
round-table-workspace AGENTS.md is an instructions file published in the GitHub repository MarkDonish/round-table-workspace (2 stars, last pushed 18d ago), licensed MIT. It adds 1,299 tokens to every session, about $0.0065 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
mancode AGENTS.md
AGENTS.md instructions for whitelonng/mancode, covering agents.md, 命令, 模块路由, 变更约束 and mancode bootstrap.
Agent-Workflow-Kit AGENTS.md
AGENTS.md instructions for Bita71/Agent-Workflow-Kit, covering codex adapter, what codex picks up, text triggers, codex roles and artifacts.
Agent-Workflow-Kit CLAUDE.md
Claude Code instructions for Bita71/Agent-Workflow-Kit, covering claude adapter, claude's role and rules.
aider-desk AGENTS.md
AGENTS.md instructions for hotovo/aider-desk, covering agents.md, common commands, development, type checking and linting and formatting.
crystal CLAUDE.md
Instructions for stravu/crystal, covering crystal - multi-session claude code manager, project overview, references, implementation status: ✅ complete and ✅ implemented features.
easy-cheese python.instructions.md
Instructions for paulnsorensen/easy-cheese, covering hard rules, what to flag and what not to flag.