@mrclrchtr/supi-claude-md
v2.4.1
Published
SuPi claude-md skills — CLAUDE.md/AGENTS.md maintenance workflows for pi
Maintainers
Readme
@mrclrchtr/supi-claude-md
CLAUDE.md/AGENTS.md maintenance skills for the pi coding agent.
Runtime instruction-file surfacing is owned by
@mrclrchtr/supi-code-intelligence: usecode_orientation(focus="packages/...")to see directory-local instruction files during orientation.
Install
pi install npm:@mrclrchtr/supi-claude-mdThis is a beta package. Install individually.
For local development:
pi install ./packages/supi-claude-mdWhat 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="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
