modify template
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user