From personal-skills
Maintain AGENTS.md, CLAUDE.md, CODEX.md, and similar repo instruction networks. Use when asked to create, edit, audit, prune, harmonize, compress, or route agent-facing guidance; when guidance files feel bloated, narrative, stale, duplicated, or too generic; when deciding whether a rule belongs in root instructions, nested owner instructions, a skill, a spec, an issue, ordinary docs, or a memory store; or when the user asks to scrutinize opportunities for new instruction files without defaulting to adding more files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/personal-skills:agents-md-stewardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep agent instruction networks concise, current, scoped, and behavior-changing.
Keep agent instruction networks concise, current, scoped, and behavior-changing. Prefer pruning, routing, and clearer ownership over adding another rule.
Do not use this skill for ordinary code edits, test fixes, reviews, or docs work unless agent-facing instruction files are being created, edited, audited, or routed.
AGENTS.md, CLAUDE.md, CODEX.md, or equivalent;Classify proposed guidance before writing:
| Kind | Home |
|---|---|
| Repo-wide invariant | Root instruction file |
| Path ownership, public surface, commands, local gotcha | Nearest nested instruction file |
| Repeatable workflow, decision routing, external reference procedure | Skill |
| Temporary plan, roadmap, implementation state | Spec or issue |
| Historical explanation or rationale | Ordinary docs or decision record, only if durable |
| Durable personal learning or recurring correction, not repo-invariant | Memory store, only with explicit user authorization and dedupe against existing entries |
| Generic advice, recap, agent shorthand, stale process | Delete |
Suggest a new AGENTS.md only when at least one condition holds:
If none hold, improve the existing owner file, skill, test, or code boundary.
For guidance-only edits, run:
git diff --check
Also run targeted stale-language searches for:
Report what moved, what was deleted, and why the remaining guidance earns its space.
When shaping or auditing an instruction network, apply the shared principles in
references/source-principles.md and these primary sources:
Use those sources to keep guidance tactical, project-specific, and free of generic advice, historical narrative, and behavior attractors that do not match repo intent.
npx claudepluginhub allmight97/agents --plugin personal-skillsGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.