enhance-claude-memory
Use when improving CLAUDE.md or AGENTS.md project memory files.
npx skills add agent-sh/agentsys --skill enhance-claude-memory --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# enhance-claude-memory Analyze project memory files (CLAUDE.md, AGENTS.md) for optimization. ## Cross-Tool Detection Searches for project memory files in order: 1. CLAUDE.md (Claude Code) 2. AGENTS.md (OpenCode, Codex) 3. .github/CLAUDE.md 4. .github/AGENTS.md ## File Hierarchy (Reference) **CLAUDE.md** (Claude Code): | Location | Scope | |----------|-------| | `~/.claude/CLAUDE.md` | Global (all projects) | | `.claude/CLAUDE.md` or `./CLAUDE.md` | Project root | | `src/.claude/CLAUDE.md` | Directory-specific | **AGENTS.md** (OpenCode, Codex, and other AI tools): | Location | Scope | |----------|-------| | `~/.config/opencode/AGENTS.md` or `~/.codex/AGENTS.md` | Global (all projects) | | `.opencode/AGENTS.md` or `./AGENTS.md` | Project root | | `src/AGENTS.md` | Directory-specific | Both files serve the same purpose: project memory for AI assistants. Use CLAUDE.md for Claude Code projects, AGENTS.md for cross-tool compatibility, or both for maximum coverage. ## Workflow 1. **Find** - Locate CLAUDE.md or AGENTS.md in project 2. **Read** - Load content and README.md for comparison 3. **Analyze** - Run all pattern checks 4. **Validate** - Check file/command references against filesys
- Cross-Tool Detection
- File Hierarchy (Reference)
- Workflow
- Detection Patterns
- 1. Structure Validation (HIGH Certainty)
- 2. Instruction Effectiveness (HIGH Certainty)
- 3. Content Positioning (HIGH Certainty)
- 4. Reference Validation (HIGH Certainty)
- 5. Efficiency Analysis (MEDIUM Certainty)
- 6. Quality Checks (MEDIUM Certainty)
- 7. Agent/Skill Definitions (MEDIUM Certainty)
- 8. Cross-Platform Compatibility (MEDIUM/HIGH Certainty)
- Output Format
- Pattern Statistics
What does the enhance-claude-memory skill do?
Use when improving CLAUDE.md or AGENTS.md project memory files.
How do I install it?
Run `npx skills add agent-sh/agentsys --skill enhance-claude-memory --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From agent-sh/agentsys, a repository with 923 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.