Aurelius CLAUDE.md

Aurelius CLAUDE.md is an instructions file for coding agents from PMDevSolutions/Aurelius. It costs 7,530 tokens per session, scanned C, original, MIT.

A CLAUDE.md project guide for Aurelius, a framework for building apps with React, Vue, Svelte, and React Native. It documents the project layout, commands, code checks, and development workflows.

In plain words
What is it for?
Use it when working on frontend or mobile app projects, design-to-code conversions, testing, or other Aurelius workflows.
Why use it?
It gives the coding agent repository-specific instructions so it can use the right files, scripts, and conventions.

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/pmdevsolutions/aurelius/claude-md
Clone the repo
git clone --depth 1 https://github.com/PMDevSolutions/Aurelius

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pmdevsolutions/aurelius/claude-md.svg)](https://agentmods.dev/instructions/pmdevsolutions/aurelius/claude-md)
Your own site
<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>
Per session 7,530 This file is loaded in full into every session.
When invoked 7,530 The same file — it is already loaded in full.
Security scan C 2 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.1 $0.07530 $0.07530
Opus 5 $0.03765 $0.03765
Sonnet 5 $0.01506 $0.01506
Haiku 4.5 $0.00753 $0.00753

Measured today against content hash 6eda23ca24bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

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`
CLAUDE.md · 640 lines

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

Read the full file on GitHub · 640 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. today First seen · 640 lines · 7,530 tokens per session scan C 6eda23ca24bd

Subscribe to this mod's changes

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.