meta-local-notes

Solid

Audit a CLAUDE.local.md — verify each claim live, fix drifted environment facts, cut findings duplicating versioned docs. Use when local notes are stale, or before appending a finding.

AI & Automation 58 stars 6 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Machine-Local Notes: Verify, Then Trim A `CLAUDE.local.md` is the only always-loaded context file with **no reviewer**. It is git-ignored, so it never appears in a diff, never gets a PR comment, and no CI check ever reads it. Every other doc in the repo is defended by review; this one is defended by nothing but somebody happening to look. So it rots in two directions at once, and both are invisible: 1. **Findings creep** — session conclusions get written where they are convenient rather than where they belong, duplicating `docs/adrs/`, `docs/roadmap.md`, or the issue tracker. 2. **Silent staleness** — environment facts that were true when written. Nothing re-checks them, and the file reads exactly as authoritative on the day it goes wrong as on the day it was right. A stale claim here is worse than no claim: it is loaded on *every turn*, it is specific, and it is trusted. The failure mode is a session confidently acting on a fact that stopped being true weeks ago. ## When to Use This Skill | Use this skill when... | Use a different skill when... | |---|---| | A machine-local notes file has gone stale, bloated, or contradicts the ADRs/roadmap | You want to move always-loaded content to an on-demand skill — use `meta-context-diet` (load cost, not truth) | | You are about to append a session finding to a `CLAUDE.local.md` and need the keep test | You want to turn a session's learnings into new rules — use `session-distill` | | You need environment claims veri...

Details

Author
laurigates
Repository
laurigates/claude-plugins
Created
8 months ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category