Self Improving Agent
技能 已验证 活跃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.
To curate Claude Code's auto-memory into durable, structured project knowledge, ensuring that valuable learnings are captured, promoted to enforced rules, and extracted into reusable skills.
功能
- Analyzes AI auto-memory (`MEMORY.md`) for patterns
- Promotes proven learnings to project rules (`CLAUDE.md`, `.claude/rules/`)
- Extracts recurring solutions into reusable skills
- Checks memory health and capacity
- Provides explicit knowledge saving to auto-memory
使用场景
- Reviewing what Claude has learned about your project
- Graduating a pattern from notes to enforced rules
- Turning a debugging solution into a reusable skill
- Checking memory health and capacity
非目标
- Directly managing AI conversation history
- Replacing the core functionality of Claude Code's auto-memory
- Generating entirely new AI models or agents
工作流
- Analyze MEMORY.md for promotion candidates, stale entries, consolidation opportunities
- Approve and promote a pattern from MEMORY.md to CLAUDE.md or `.claude/rules/`
- Extract a proven pattern into a standalone skill
- Check memory health dashboard (line counts, topic files, recommendations)
- Explicitly save important knowledge to auto-memory
Practical Utility
- info:Edge casesThe SKILL.md mentions limitations of auto-memory (e.g., 200-line limit, lack of judgment) which are indirectly addressed by the skill's purpose, but specific failure modes and recovery steps for the skill's own operations are not detailed.
安装
请先添加 Marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install self-improving-agent@claude-code-skills质量评分
已验证类似扩展
Ctx Doctor
100运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Lean Ctx
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
Semgrep Rule Creator
100Creates custom Semgrep rules for detecting security vulnerabilities, bug patterns, and code patterns. Use when writing Semgrep rules or building custom static analysis detections.