@mrclrchtr/supi-claude-md
Skills to maintain CLAUDE.md and AGENTS.md guidance
Package details
Install @mrclrchtr/supi-claude-md from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@mrclrchtr/supi-claude-md- Package
@mrclrchtr/supi-claude-md- Version
7.1.0- Published
- Sep 16, 2026
- Downloads
- 2,038/mo · 196/wk
- Author
- mrclrchtr
- License
- MIT
- Types
- extension
- Size
- 68.3 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"image": "https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-claude-md/assets/social-preview.png",
"extensions": [
"./src/extension.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@mrclrchtr/supi-claude-md
CLAUDE.md/AGENTS.md maintenance skills for the pi coding agent.
@mrclrchtr/supi-code-intelligenceshows instruction files during directory orientation in trusted projects. Usecode_orientation({ focus: { path: "packages/..." } }).
Install
pi install npm:@mrclrchtr/supi-claude-md
This is a beta package. Install individually.
For local development:
pi install ./packages/supi-claude-md
What you get
This package exposes two skills through resources_discover:
claude-md-improver— audit and improveCLAUDE.mdfiles across a repoclaude-md-revision— updateCLAUDE.mdorAGENTS.mdwith durable project learnings from a session
The extension is intentionally thin: it only registers the bundled skills. It does not inject context, register tools, or add settings.
Instruction-file surfacing
Automatic tool-result injection was removed. Directory-local instruction files are now surfaced by supi-code-intelligence during explicit directory orientation:
code_orientation({ focus: { path: "packages/my-package" } })
That keeps arbitrary tool output clean while still making local instructions available when the agent intentionally orients into a package or directory.
Source
src/claude-md.ts— thin skill resource-discovery extensionskills/claude-md-improver— bulk audit workflowskills/claude-md-revision— targeted revision workflow
