ace-claude-code CLAUDE.md

ace-claude-code CLAUDE.md is an instructions file for coding agents from AgriciDaniel/ace-claude-code. It costs 380 tokens per session, scanned A, original, MIT.

Project instructions for Ace, a system that coordinates multiple coding agents through Claude Code commands.

In plain words
What is it for?
For creating or continuing projects with commands such as roadmap creation, phase planning, parallel execution, progress checks, and help.
Why use it?
They give the agent a repeatable way to start projects, map existing code, plan work, run tasks, and resume progress.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/agricidaniel/ace-claude-code/claude-md
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/ace-claude-code

Wrote 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.

agentmods badge for ace-claude-code CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/agricidaniel/ace-claude-code/claude-md.svg)](https://agentmods.dev/instructions/agricidaniel/ace-claude-code/claude-md)
Your own site
<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>
Per session 380 This file is loaded in full into every session.
When invoked 380 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash d9a459a5cfe2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 70 lines

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:

  1. Say "Ace" - Auto-detect project type and start
  2. Use slash commands - /ace:help for 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.

Changes

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.

  1. 3d ago First seen · 70 lines · 380 tokens per session scan A d9a459a5cfe2

Subscribe to this mod's changes

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.

Related

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/.

AgriciDaniel/claude-obsidian · 219 tokens

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.

AgriciDaniel/claude-obsidian · 1,123 tokens

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.

AgriciDaniel/claude-obsidian · 186 tokens

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.

AgriciDaniel/banana-claude · 1,667 tokens

claude-ads AGENTS.md

Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.

AgriciDaniel/claude-ads · 401 tokens

claude-ads CLAUDE.md

Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.

AgriciDaniel/claude-ads · 280 tokens