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/pmdevsolutions/aurelius/claude-mdgit clone --depth 1 https://github.com/PMDevSolutions/AureliusWrote 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/pmdevsolutions/aurelius/claude-md)<a href="https://agentmods.dev/instructions/pmdevsolutions/aurelius/claude-md"><img src="https://agentmods.dev/badge/instructions/pmdevsolutions/aurelius/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.1 | $0.07530 | $0.07530 |
| Opus 5 | $0.03765 | $0.03765 |
| Sonnet 5 | $0.01506 | $0.01506 |
| Haiku 4.5 | $0.00753 | $0.00753 |
Grade C, and why
Aurelius CLAUDE.md scanned grade C with 2 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 today.
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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
> **Keeping counts in sync:** When adding or removing agents, skills, scripts, or hooks, update all count references across the project. Search for the old count number in `*.md` files to find all references: `CLAUDE.md` Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
> **Keeping counts in sync:** When adding or removing agents, skills, scripts, or hooks, update all count references across the project. Search for the old count number in `*.md` files to find all references: `CLAUDE.md` How it starts
The opening of the file, as written. The whole thing — 640 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
This is a Claude Code-integrated multi-framework app development framework providing specialized agents, skills, scripts, and design-to-code conversion pipelines. Supports React, Vue 3, Svelte/SvelteKit, and React Native (Expo) output targets.
The framework is designed for:
- Multi-framework app development (React/Next.js/Vite/Remix, Vue 3, SvelteKit, React Native/Expo)
- Figma-to-code, Canva-to-code, Screenshot/URL-to-code, and Conversation-to-code (generated Figma designs) conversion with Tailwind CSS
- Comprehensive testing (Vitest, React Testing Library, Playwright, Storybook)
- Full product lifecycle support (engineering, design, testing, marketing, operations)
Project Structure
project-root/
├── .claude/ # Claude Code configuration
│ ├── agents/ # 56 specialized agents
│ ├── skills/ # 24 React-specific skills
│ ├── commands/ # Custom slash commands
│ ├── hooks/ # Hook scripts (automated hooks configured in settings.json)
│ └── pipeline.config.json # Pipeline thresholds, iteration limits, app types
├── scripts/ # Development automation scripts
├── packages/ # TypeScript pipeline packages (pnpm workspace)
│ └── pipeline/ # Design-to-code core: InDesign IDML parser + IR (@aurelius/pipeline)
├── renderers/ # Pluggable framework renderer manifests (renderer.json + schema)
├── templates/ # Starter configs (ESLint, Tailwind, Vitest, Chrome ext, PWA, etc.)
├── docs/ # Documentation
│ ├── figma-to-react/ # Figma conversion pipeline docs
│ ├── canva-to-react/ # Canva conversion pipeline docs
│ ├── screenshot-to-app/ # Screenshot/URL conversion pipeline docs
│ ├── conversation-to-app/ # Conversation pipeline docs (generated Figma designs)
│ ├── indesign-to-react/ # InDesign IDML conversion pipeline docs
│ ├── multi-framework/ # Multi-framework output target docs
│ └── react-development/# React development standards
└── CLAUDE.md # This file
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.
- today First seen · 640 lines · 7,530 tokens per session scan C 6eda23ca24bd
Aurelius CLAUDE.md is an instructions file published in the GitHub repository PMDevSolutions/Aurelius (8 stars, last pushed 20d ago), licensed MIT. It adds 7,530 tokens to every session, about $0.0377 per session on Opus 5. A static security scan graded it C with 2 findings (reads agent configuration directories, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other instructions, from other repositories
Figma-to-Code_MCP CLAUDE.md
Instructions for vincegx/Figma-to-Code_MCP, covering claude.md, project overview, essential commands, docker environment (primary) and start the application (hot reload enabled).
tiptap tiptap.instructions.md
Instructions for ueberdosis/tiptap, covering tiptap, what is tiptap, repository layout, npm scripts and linting & formatting.
mobilegym AGENTS.md
Instructions for Purewhiter/mobilegym, covering agents.md, project overview, type-checking strategy, eslint and with data graph generation.
figwright CLAUDE.md
Claude Code instructions for awdr74100/figwright: Read AGENTS.md first — it's the single source of guidance for this repo: architecture, layout, tech stack, commands, conventions, release flow, and gotchas.
figma-ios-codegen AGENTS.md
Instructions for mythkiven/figma-ios-codegen, covering project agent rules, 必读规则文件, 何时启用本流程, 铁律(最高优先级) and 架构(1 → 2 → 4;阶段 3 仓外).
tamagui CLAUDE.md
Claude Code instructions for tamagui/tamagui, a project described as: Style React fast with 100% parity on React Native, an optional UI kit, and optimizing compiler.