mace CLAUDE.md

mace CLAUDE.md is an instructions file for coding agents from sravanskumar/mace. It costs 1,263 tokens per session, scanned A, original, MIT.

Project instructions for MACE, a server that checks and fixes regional content rules on Adobe Experience Manager websites through its built-in web interfaces.

In plain words
What is it for?
Listing AEM pages, scanning for content-rule violations, viewing styles, and fixing violations through natural-language requests.
Why use it?
They explain the system's purpose, layout, technology, rules, and available tools so an assistant can work on it accurately.

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/sravanskumar/mace/claude-md
Clone the repo
git clone --depth 1 https://github.com/sravanskumar/mace

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 mace CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/sravanskumar/mace/claude-md.svg)](https://agentmods.dev/instructions/sravanskumar/mace/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/sravanskumar/mace/claude-md"><img src="https://agentmods.dev/badge/instructions/sravanskumar/mace/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,263 This file is loaded in full into every session.
When invoked 1,263 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.01263 $0.01263
Opus 5 $0.00632 $0.00632
Sonnet 5 $0.00253 $0.00253
Haiku 4.5 $0.00126 $0.00126

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

Security

Grade A, and why

mace 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 · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MACE — Context for AI Assistants

This file gives Claude (and other AI tools) concise context when working in this repository.

What MACE is

MACE (MCP-Assisted Content Enforcement) is an MCP server that enforces regional content governance on Adobe Experience Manager (AEM) using native AEM APIs only (no custom AEM code). It is used from Claude Desktop or Cursor: users run natural-language prompts that map to tools (list pages, scan violations, list styles, fix violations). Governance rules are defined in a JSON file; the server resolves policies from page templates when not explicitly set.

Tech stack

  • Runtime: Node.js 18+
  • Language: TypeScript (compiled to dist/)
  • Protocol: Model Context Protocol (MCP), stdio transport
  • AEM: HTTP only — QueryBuilder, Sling GET (.infinity.json), Sling POST. No Maven, no custom AEM bundles.

Repository layout

Path Purpose
src/index.ts MCP server entry; registers 5 tools and routes CallTool to handlers.
src/governance-config.ts Loads and parses governance-rules.json; rule/component lookup; no restart needed for rule changes.
src/aem-client.ts HTTP client for AEM (GET/POST); uses .env for URL and credentials.
src/template-policy-resolver.ts Resolves Content Policy path from page template (cq:template → policies → component mapping).
src/policy-styles.ts Fetches policy styles (cq:styleGroups) and resolves style label ↔ ID.
src/tools/*.ts One file per tool: list-pages, list-violations, list-styles, update-style, fix-violations.
governance-rules.example.json Example governance rules (v1.1 schema). Users copy to governance-rules.json (gitignored).
.env AEM URL, credentials, timeouts; loaded from project root. Not committed.
scripts/run-acceptance.cjs Acceptance script that calls tool handlers against a live AEM (requires AEM + .env).
docs/MACE-UseCase-Architecture.pdf Architecture and setup documentation.

Read the full file on GitHub · 68 lines

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 · 68 lines · 1,263 tokens per session scan A 49d652989b2f

Subscribe to this mod's changes

mace CLAUDE.md is an instructions file published in the GitHub repository sravanskumar/mace (2 stars, last pushed 5mo ago), licensed MIT. It adds 1,263 tokens to every session, about $0.0063 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.