Agent skill · Security

atlas-ledger

Companion to atlas-contract. Auto-invoked by its Final Audit on caught drift; also use after Post Reviews or user requests to record a mistake. Distills drift into WHEN/DON'T/INSTEAD clauses, writes to Atlas.md after confirmation.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill atlas-ledger --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 15 KB
Bundled scripts: none
Version: 2.2.0
Declared author: wede-wx
Path: skills/atlas-ledger/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Atlas Ledger v2.2 Give the Atlas series a memory. ## Contents 1. [Output Language](#1-output-language) 2. [When To Run](#2-when-to-run) 3. [Distillation (the core)](#3-distillation-the-core) — Steps 1–6 4. [Atlas.md format](#4-atlasmd-format) 5. [Clause maintenance](#5-clause-maintenance-keep-the-ledger-alive-not-ossified) 6. [Integration with atlas-contract](#6-integration-with-atlas-contract-the-read-back-half) 7. [Final Principle](#7-final-principle) ## Quick reference ```text caught drift (auto handoff from Final Audit / Post Review / Phase Check / user request) → Step 1 state facts, not motive → Step 2 draft WHEN / DON'T / INSTEAD → Step 3 four gates: Actionability → Replay → Generalization → Over-reach → Step 4 first occurrence = Observation [O#]; repeat or high-severity = Clause [L#] → Step 5 propose, ATLAS_STOP, write only after user confirms → Step 6 merge-first into Atlas.md; confirmed clauses ≤ 15 ``` `atlas-contract` defends the goal **within one conversation**, but it starts from zero every time — it does not know where this project drifted before. `atlas-ledger` closes that gap: when a drift is caught, it distills the lesson into a permanent, project-local **contrac

What's inside
Steps it walks through
  1. Contents
  2. Quick reference
  3. Core idea
  4. When to Use
  5. Step 1 — State the drift as observable facts, not motive
  6. Step 2 — Draft the clause: WHEN / DON'T / INSTEAD
  7. Step 3 — Four acceptance gates (record only if it passes ALL four)
  8. Step 4 — Provisional vs confirmed
  9. Step 5 — Propose, then write only after confirmation
  10. Step 6 — Write to Atlas.md, merging first
  11. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the atlas-ledger skill do?

Companion to atlas-contract. Auto-invoked by its Final Audit on caught drift; also use after Post Reviews or user requests to record a mistake. Distills drift into WHEN/DON'T/INSTEAD clauses, writes to Atlas.md after confirmation.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill atlas-ledger --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going