Agent skill · AI & Agents

enhance-claude-memory

Use when improving CLAUDE.md or AGENTS.md project memory files.

agent-sh404★ · +29/wk · 2 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add agent-sh/agentsys --skill enhance-claude-memory --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Version: 5.1.0
Path: .kiro/skills/enhance-claude-memory/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 923
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Cross-Tool Detection
  2. File Hierarchy (Reference)
  3. Workflow
  4. Detection Patterns
  5. 1. Structure Validation (HIGH Certainty)
  6. 2. Instruction Effectiveness (HIGH Certainty)
  7. 3. Content Positioning (HIGH Certainty)
  8. 4. Reference Validation (HIGH Certainty)
  9. 5. Efficiency Analysis (MEDIUM Certainty)
  10. 6. Quality Checks (MEDIUM Certainty)
  11. 7. Agent/Skill Definitions (MEDIUM Certainty)
  12. 8. Cross-Platform Compatibility (MEDIUM/HIGH Certainty)
  13. Output Format
  14. Pattern Statistics
More from agentsys
All skills →
About this skill
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.

Keep going