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/agricidaniel/ace-claude-code/claude-mdgit clone --depth 1 https://github.com/AgriciDaniel/ace-claude-codeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/agricidaniel/ace-claude-code/claude-md)<a href="https://agentmods.dev/instructions/agricidaniel/ace-claude-code/claude-md"><img src="https://agentmods.dev/badge/instructions/agricidaniel/ace-claude-code/claude-md.svg" alt="Measured on agentmods" height="20"></a>What 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.00380 | $0.00380 |
| Opus 5 | $0.00190 | $0.00190 |
| Sonnet 5 | $0.00076 | $0.00076 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
ace-claude-code CLAUDE.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 3d 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.
What it actually says
Ace
Ace is a unified multi-agent orchestration system for Claude Code.
Activation
To activate Ace, use one of these methods:
- Say "Ace" - Auto-detect project type and start
- Use slash commands -
/ace:helpfor full list
Quick Start
New Project (Greenfield)
/ace:new-project "My App"
/ace:create-roadmap
/ace:plan-phase 1
/ace:execute-plan
Existing Project (Brownfield)
/ace:map-codebase
/ace:new-project "My App"
# Continue as above...
Resume Session
/ace:progress # See where you are
/ace:resume-work # Restore context
Key Commands
| Command | Description |
|---|---|
/ace:new-project |
Initialize project |
/ace:create-roadmap |
Plan phases |
/ace:plan-phase [N] |
Create tasks |
/ace:execute-plan |
Run with parallel agents |
/ace:progress |
Check status |
/ace:help |
All commands |
Architecture
ORCHESTRATOR
|
+---------------+---------------+
| | |
ALPHA BETA GAMMA
Lead Lead Lead
| | |
mini mini mini
agents agents agents
Documentation
.ace/SKILL.md- Full orchestration system.ace/config.json- Configuration.ace/commands/*.md- Command definitions.ace/templates/- Document templates
Load the skill: Read .ace/SKILL.md to activate full Ace capabilities.
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.
- 3d ago First seen · 70 lines · 380 tokens per session scan A d9a459a5cfe2
ace-claude-code CLAUDE.md is an instructions file published in the GitHub repository AgriciDaniel/ace-claude-code (24 stars, last pushed 4mo ago), licensed MIT. It adds 380 tokens to every session, about $0.0019 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-30.
Other instructions, from other repositories
claude-obsidian GEMINI.md
Gemini CLI instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md as the canonical host-neutral contract. Skills live in skills/ /SKILL.md and the portable core lives in claudeobsidian/.
claude-obsidian AGENTS.md
AGENTS.md instructions for AgriciDaniel/claude-obsidian, covering claude-obsidian: agent instructions, product and vault boundaries, bootstrap, canonical skills and mutation protocol.
claude-obsidian copilot-instructions.md
Copilot instructions for AgriciDaniel/claude-obsidian: Read AGENTS.md before proposing changes. The repository is an Agent Skills package, Claude Code adapter, standard-library Python core, and deterministic vault template—not the default live user vault.
banana-claude CLAUDE.md
Instructions for AgriciDaniel/banana-claude, covering banana claude development contract, current architecture, provider state, verified 2026-08-29, development boundaries and python support.
claude-ads AGENTS.md
Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.
claude-ads CLAUDE.md
Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.