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/maddhruv/absolute/claude-mdgit clone --depth 1 https://github.com/maddhruv/absoluteWrote 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/maddhruv/absolute/claude-md)<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>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 | $0.00786 | $0.00786 |
| Opus 5 | $0.00393 | $0.00393 |
| Sonnet 5 | $0.00157 | $0.00157 |
| Haiku 4.5 | $0.00079 | $0.00079 |
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.
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
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.
- 4d ago First seen · 75 lines · 786 tokens per session scan A a572c5834d39
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.
Other instructions, from other repositories
realreel CLAUDE.md
Claude Code instructions for juliangay/realreel, covering real reel - video factory and running services.
marketingskills AGENTS.md
AGENTS.md instructions for coreyhaines31/marketingskills, covering agents.md, repository overview, repository structure, build / lint / test commands and versioning.
botmux CLAUDE.md
Claude Code instructions for deepcoldy/botmux, covering botmux, 构建 & 运行, bun 开发链路, worktree 的 nodemodules:共享还是独立(改前必读) and 编译态(单文件二进制)注意.
SearChat CLAUDE.md
Claude Code instructions for yokingma/SearChat, covering claude.md, project overview, architecture, monorepo structure and key technologies.
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).
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…