@mrclrchtr/supi-claude-md

SuPi claude-md skills — CLAUDE.md/AGENTS.md maintenance workflows for pi

Packages

Package details

extension

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
2.5.0
Published
Jul 19, 2026
Downloads
3,862/mo · 480/wk
Author
mrclrchtr
License
MIT
Types
extension
Size
69.2 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./src/extension.ts"
  ],
  "image": "https://raw.githubusercontent.com/mrclrchtr/supi/main/packages/supi-claude-md/assets/logo.png"
}

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.

Runtime instruction-file surfacing is owned by @mrclrchtr/supi-code-intelligence: use code_orientation(focus="packages/...") to see directory-local instruction files during orientation.

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 improve CLAUDE.md files across a repo
  • claude-md-revision — update CLAUDE.md or AGENTS.md with 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 extension
  • skills/claude-md-improver — bulk audit workflow
  • skills/claude-md-revision — targeted revision workflow