absolute CLAUDE.md

absolute CLAUDE.md is an instructions file for coding agents from maddhruv/absolute. It costs 786 tokens per session, scanned A, original, MIT.

A set of instructions for Absolute, a development workflow with separate skills for planning, building, improving, and auditing software projects.

In plain words
What is it for?
Use it when maintaining Absolute's skills, documentation, project configuration, or engineering-health workflows.
Why use it?
It helps an agent follow the repository's structure and use the appropriate workflow for each kind of development task.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/maddhruv/absolute/claude-md.svg)](https://agentmods.dev/instructions/maddhruv/absolute/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/maddhruv/absolute/claude-md"><img src="https://agentmods.dev/badge/instructions/maddhruv/absolute/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 786 This file is loaded in full into every session.
When invoked 786 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.00786 $0.00786
Opus 5 $0.00393 $0.00393
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

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

Security

Grade A, and why

absolute 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 4d 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 · 75 lines

How it starts

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

Absolute

A focused development workflow engine for AI coding agents: eleven separate skills, each invoked directly — a one-time setup (absolute-init), a build loop (absolute-work, absolute-spec, absolute-ui, absolute-simplify, absolute-docs) and an engineering-health family (absolute-upgrade, absolute-audit, absolute-prune, absolute-debt, absolute-deflake).

Project Structure

skills/
  absolute-init/              # One-time setup: interview + detect → config
    SKILL.md                  # Skill definition (frontmatter + full flow)
    README.md                 # Skill landing page
  absolute-work/              # End-to-end SDLC
    SKILL.md
    README.md
    references/               # Deep-dive guides (intake-playbook, spec-writing, execution-model, etc.)
  absolute-spec/              # Lightweight standalone spec
    SKILL.md
    README.md
  absolute-ui/                # Polished UI design
    SKILL.md
    README.md
    references/               # 25 topic guides (typography, color, forms, etc.)
  absolute-simplify/          # Diff-scoped code simplification
    SKILL.md
    README.md
    references/               # Language guides (golang, javascript, react, python, css, sql, tests, catalog)
  absolute-docs/              # Diátaxis-driven documentation
    SKILL.md
    README.md
    references/               # Doc-type guides (tutorials, how-tos, reference, etc.)
  absolute-upgrade/           # Dependency upgrades
    SKILL.md
    README.md
    references/health-engine.md
  absolute-audit/             # Vulnerability & security scan
    SKILL.md
    README.md
    references/health-engine.md
  absolute-prune/             # Dead code & dependency cleanup
    SKILL.md
    README.md
    references/health-engine.md
  absolute-debt/              # Lint & typecheck debt paydown
    SKILL.md
    README.md
    references/health-engine.md
  absolute-deflake/           # Flaky test fixes
    SKILL.md
    README.md
    references/health-engine.md
CONTRIBUTING.md               # Full contribution guide

Read the full file on GitHub · 75 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. 4d ago First seen · 75 lines · 786 tokens per session scan A a572c5834d39

Subscribe to this mod's changes

absolute CLAUDE.md is an instructions file published in the GitHub repository maddhruv/absolute (209 stars, last pushed 2mo ago), licensed MIT. It adds 786 tokens to every session, about $0.0039 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

realreel CLAUDE.md

Claude Code instructions for juliangay/realreel, covering real reel - video factory and running services.

juliangay/realreel · 78 tokens

marketingskills AGENTS.md

AGENTS.md instructions for coreyhaines31/marketingskills, covering agents.md, repository overview, repository structure, build / lint / test commands and versioning.

coreyhaines31/marketingskills · 2,517 tokens

botmux CLAUDE.md

Claude Code instructions for deepcoldy/botmux, covering botmux, 构建 & 运行, bun 开发链路, worktree 的 nodemodules:共享还是独立(改前必读) and 编译态(单文件二进制)注意.

deepcoldy/botmux · 4,000 tokens

SearChat CLAUDE.md

Claude Code instructions for yokingma/SearChat, covering claude.md, project overview, architecture, monorepo structure and key technologies.

yokingma/SearChat · 852 tokens

InvestSkill GEMINI.md

Gemini CLI instructions for yennanliu/InvestSkill, covering investskill — gemini cli setup & usage guide, installation & setup, quick start, navigate to the investskill directory and start gemini cli (loads gemini.md automatically).

yennanliu/InvestSkill · 3,074 tokens

DevoxxGenieIDEAPlugin GEMINI.md

Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…

devoxx/DevoxxGenieIDEAPlugin · 257 tokens