claude-code-tresor CLAUDE.md

claude-code-tresor CLAUDE.md is an instructions file for coding agents from alirezarezvani/claude-code-tresor. It costs 5,338 tokens per session, scanned A, original, MIT.

A development guide for Claude Code Tresor, a collection of utilities, agents, skills, commands, and prompt templates for Claude Code. It explains the repository’s purpose, structure, and development commands.

In plain words
What is it for?
Use it to navigate or develop the repository’s autonomous skills, expert agents, slash commands, workflow tools, and prompt templates.
Why use it?
It helps contributors understand where different automation components live and how the project is organized before changing it.

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

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 claude-code-tresor CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alirezarezvani/claude-code-tresor/claude-md.svg)](https://agentmods.dev/instructions/alirezarezvani/claude-code-tresor/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/alirezarezvani/claude-code-tresor/claude-md"><img src="https://agentmods.dev/badge/instructions/alirezarezvani/claude-code-tresor/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,338 This file is loaded in full into every session.
When invoked 5,338 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.1 $0.05338 $0.05338
Opus 5 $0.02669 $0.02669
Sonnet 5 $0.01068 $0.01068
Haiku 4.5 $0.00534 $0.00534

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

Security

Grade A, and why

claude-code-tresor 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 6d 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 · 618 lines

How it starts

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

CLAUDE.md - Development Guide

For Claude Code instances working with Claude Code Tresor

🎯 Repository Purpose

Claude Code Tresor is a comprehensive collection of professional-grade utilities for Claude Code:

  • 8 Autonomous Skills: Automatic background helpers (NEW in v2.0!)
  • 8 Core Agents: Production-ready expert sub-agents for deep analysis
  • 133 Extended Agents: Specialized agents organized by team and function (v2.5+)
  • 19 Slash Commands: Workflow automation and intelligent orchestration (NEW v2.7!)
    • 4 Development commands
    • 5 Tresor Workflow commands
    • 10 Orchestration commands (Security, Performance, Operations, Quality)
  • 20+ Prompt Templates: Production-ready prompts for common development scenarios
  • Development Standards: Style guides, Git workflows, and team collaboration guidelines

Author: Alireza Rezvani | License: MIT | Created: September 16, 2025 | Updated: November 19, 2025 (v2.7.0)

🏗️ Architecture

claude-code-tresor/
├── skills/                     # 8 Autonomous Skills (v2.0+)
│   ├── development/            # code-reviewer, test-generator, git-commit-helper
│   ├── security/               # security-auditor, secret-scanner, dependency-auditor
│   └── documentation/          # api-documenter, readme-updater
├── subagents/                  # 133 Agents - PRIMARY LOCATION (v2.7+)
│   ├── core/                   # 8 core production agents
│   ├── engineering/            # 54 engineering specialists
│   ├── design/                 # 7 design specialists
│   ├── marketing/              # 11 marketing specialists
│   ├── product/                # 9 product specialists
│   ├── leadership/             # 14 leadership & strategy
│   ├── operations/             # 6 operations specialists
│   ├── research/               # 7 research specialists
│   ├── ai-automation/          # 9 AI/ML & automation
│   └── account-customer-success/ # 8 account & CS specialists
├── agents/                     # [Deprecated v2.7] Symlinks to subagents/core/
├── commands/                   # 19 Slash Commands (v2.7+)
│   ├── development/scaffold/   # Project/component scaffolding
│   ├── workflow/               # 6 workflow commands (review, prompt-*, todo-*, handoff-*)
│   ├── testing/test-gen/       # Test generation
│   ├── documentation/docs-gen/ # Documentation generation
│   ├── security/               # 3 NEW: audit, vulnerability-scan, compliance-check
│   ├── performance/            # 2 NEW: profile, benchmark
│   ├── operations/             # 3 NEW: deploy-validate, health-check, incident-response
│   └── quality/                # 2 NEW: code-health, debt-analysis
├── prompts/                    # 20+ Prompt templates
├── standards/                  # Development standards
├── examples/                   # Real-world workflows
├── sources/                    # Extended library (200+ components)
├── documentation/              # Comprehensive documentation
│   ├── guides/                 # Installation, getting-started, troubleshooting
│   ├── reference/              # Technical reference docs
│   ├── workflows/              # Workflow examples
│   └── plans/                  # Architecture and planning docs
├── NAVIGATION.md               # NEW v2.7: Repository navigation guide
├── MIGRATION.md                # NEW v2.7: Upgrade guide
├── WORKFLOW-GUIDE.md           # NEW v2.7: Tresor Workflow Framework guide
└── scripts/                    # Installation utilities

Read the full file on GitHub · 618 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. 6d ago First seen · 618 lines · 5,338 tokens per session scan A 35958ab2b0aa

Subscribe to this mod's changes

claude-code-tresor CLAUDE.md is an instructions file published in the GitHub repository alirezarezvani/claude-code-tresor (769 stars, last pushed 2mo ago), licensed MIT. It adds 5,338 tokens to every session, about $0.0267 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.