auto-memory-pro
Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alirezarezvani/auto-memory-proWhat This Skill Does
Auto-Memory-Pro is a sophisticated intelligence layer designed to evolve alongside your project. While Claude Code’s built-in memory automatically tracks project patterns and session insights in MEMORY.md, these notes often become cluttered, repetitive, or difficult to manage over time. Auto-Memory-Pro automates the curation process, transforming raw logs into high-value project documentation. It identifies recurring patterns, validates successful debugging solutions, and promotes these insights into enforced CLAUDE.md rules or standalone reusable skills. By acting as a gardener for your project's institutional knowledge, it ensures that your AI agent remains consistent, efficient, and increasingly capable of handling project-specific nuances without re-learning the same lessons.
Installation
Installation is straightforward depending on your preferred environment. For OpenClaw users, simply execute the following command in your terminal:
clawhub install openclaw/skills/skills/alirezarezvani/auto-memory-pro
If you are integrating via the Codex CLI, use: ./scripts/codex-install.sh --skill self-improving-agent. For standard Claude Code environments, ensure you add the plugin via: /plugin marketplace add alirezarezvani/claude-skills followed by /plugin install self-improving-agent@claude-code-skills.
Use Cases
This skill is ideal for projects where project velocity is high and architectural standards are constantly evolving. Key use cases include:
- Refining Project Standards: Automatically moving tribal knowledge from scratchpads into your formal
CLAUDE.mdfile. - Debugging Efficiency: Converting a complex one-time fix for a recurring bug into an automated rule, ensuring the agent doesn't repeat past mistakes.
- Knowledge Cleanup: Periodic pruning of
MEMORY.mdto ensure the most relevant context is kept within the first 200 lines for optimal agent performance. - Onboarding Context: Preparing a project for a new team member by condensing fragmented memory into clear, enforced rule sets.
Example Prompts
- "Review my MEMORY.md and suggest which recurring patterns should be graduated to our .claude/rules/ directory for better enforcement."
- "I just fixed a tricky dependency conflict; use the
/si:extractcommand to create a reusable skill so Claude handles this configuration automatically in the future." - "Run a health check on my project memory and show me which topics are stale or taking up unnecessary context space."
Tips & Limitations
- Be Selective: Use
/si:promotefor stable architectural patterns, but avoid promoting experimental code that might change frequently. - Hierarchy Matters: Always prioritize formalizing rules in
.claude/rules/for file-specific behavior, as these provide the most surgical guidance for the agent. - Review Periodically: Even though the process is automated, always perform a final visual inspection of promoted rules to ensure the generated documentation aligns with your current team standards.
- Limit: The skill relies on the agent's ability to interpret
MEMORY.md. If your memory file has grown massive and lacks structure, the first analysis pass might require your manual guidance to help the agent focus on key areas.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alirezarezvani-auto-memory-pro": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
intl-expansion
International market expansion strategy. Market selection, entry modes, localization, regulatory compliance, and go-to-market by region. Use when expanding to new countries, evaluating international markets, planning localization, or building regional teams.
marketing-strategy-pmm
Product marketing skill for positioning, GTM strategy, competitive intelligence, and product launches. Use when the user asks about product positioning, go-to-market planning, competitive analysis, target audience definition, ICP definition, market research, launch plans, or sales enablement. Covers April Dunford positioning, ICP definition, competitive battlecards, launch playbooks, and international market entry. Produces deliverables including positioning statements, battlecard documents, launch plans, and go-to-market strategies.
paid-ads
When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ad copy,' 'ad creative,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' or 'audience targeting.' This skill covers campaign strategy, ad creation, audience targeting, and optimization.
qms-audit-expert
ISO 13485 internal audit expertise for medical device QMS. Covers audit planning, execution, nonconformity classification, and CAPA verification. Use for internal audit planning, audit execution, finding classification, external audit preparation, or audit program management.
code-reviewer
Code review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists.