32 lines
963 B
Markdown
32 lines
963 B
Markdown
# CLAUDE.md Management for Codex
|
|
|
|
Codex-compatible port of Anthropic's CLAUDE.md Management plugin.
|
|
|
|
This plugin helps maintain project instruction files:
|
|
|
|
- `AGENTS.md` for Codex project instructions
|
|
- `CLAUDE.md` for Claude Code project context
|
|
- `.agents.local.md` and `.claude.local.md` for local-only notes when a project uses them
|
|
|
|
## Skills
|
|
|
|
| Skill | Purpose |
|
|
| --- | --- |
|
|
| `claude-md-improver` | Audit instruction files against the current codebase, report quality gaps, and propose targeted updates. |
|
|
| `revise-claude-md` | Capture durable session learnings into the right instruction file after user approval. |
|
|
|
|
## Example Prompts
|
|
|
|
```text
|
|
Use claude-md-management to audit my AGENTS.md and CLAUDE.md files.
|
|
```
|
|
|
|
```text
|
|
Use revise-claude-md to capture useful learnings from this session.
|
|
```
|
|
|
|
## Source
|
|
|
|
Adapted from Anthropic's official Claude plugin:
|
|
https://github.com/anthropics/claude-plugins-official/tree/main/plugins/claude-md-management
|