experience-manager

experience-manager is a skill for Claude Code from konglong87/methodology-skills. It costs 17 tokens per session (2,863 once invoked), scanned A, original, MIT.

A project knowledge system for recording, finding, reviewing, and improving lessons learned. It stores rules, working strategies, technical knowledge, and past history at different levels.

In plain words
What is it for?
Use it before tasks to find relevant past experience, after tasks to record lessons, and at milestones to review risks, successes, and failures.
Why use it?
It helps an AI or development team reuse successful approaches and avoid repeating mistakes. It also provides a way to update advice when old experience is no longer valid.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Good fit Use it before tasks to find relevant past experience, after tasks to record lessons, and at milestones to review risks, successes, and failures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/konglong87/methodology-skills/experience-manager
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add konglong87/methodology-skills --skill experience-manager
Clone the repo
git clone --depth 1 https://github.com/konglong87/methodology-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for experience-manager

README.md
[![agentmods](https://agentmods.dev/badge/skills/konglong87/methodology-skills/experience-manager/github.svg)](https://agentmods.dev/skills/konglong87/methodology-skills/experience-manager)
Your own site
<a href="https://agentmods.dev/skills/konglong87/methodology-skills/experience-manager"><img src="https://agentmods.dev/badge/skills/konglong87/methodology-skills/experience-manager/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for experience-manager

Your own site · 80×15
<a href="https://agentmods.dev/skills/konglong87/methodology-skills/experience-manager"><img src="https://agentmods.dev/badge/skills/konglong87/methodology-skills/experience-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,863 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.02863
Opus 5 $0.00009 $0.01432
Sonnet 5 $0.00003 $0.00573
Haiku 4.5 $0.00002 $0.00286

Measured 9d ago against content hash 111ce7f7652b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

experience-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/experience-manager/SKILL.md · 389 lines

How it starts

The opening of the file, as written. The whole thing — 389 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Experience Manager - 经验管理技能

前置协议

环境检测

PROJECT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || echo "unknown")
mkdir -p memory/artifacts/experience-manager memory/retrospectives

调用方式

方式1:工件传递(推荐)

  • 检测工件:memory/artifacts/*/experience-*.json

方式2:用户直接调用

  • 使用 /experience-manager 命令

详细说明:参考 detailed-guide.md


Overview

experience-manager 是独立的知识管理技能,负责项目经验知识的沉淀、读取、复盘、反思,实现知识闭环,帮助AI避免重复错误,持续改进。

核心能力

  1. 经验沉淀:任务完成后,四层级同步沉淀
  2. 经验读取:任务开始前,智能检索历史经验
  3. 经验复盘:里程碑完成时,保留好的,改掉坏的
  4. 经验反思:验证有效性,提炼智慧
  5. 错误预防:检测风险,提供预防建议
  6. 效果追踪:记录应用效果,持续优化

关键价值

  • 避免重复错误,快速复用成功模式
  • 持续积累知识资产,形成自我进化闭环

核心原则

四层级沉淀机制

层级 文件 维度 优先级 用途
规则层 CLAUDE.md 做什么 最高 项目约定,强约束
策略层 AGENT.md 怎么做 AI执行策略,决策规则
知识层 MEMORY.md 学到了什么 技术知识,经验总结
历史层 MCP Memory 过去发生了什么 完整历史,智能检索

读取优先级:规则层 > 策略层 > 知识层 > 历史层

冲突处理:以高优先级为准。

持续改进原则

  • 好则加冕:成功经验升级为规则/策略
  • 错则改之:失败教训更新知识库
  • 动态更新:过时经验及时标记和更新

核心能力

能力1:经验沉淀(Save)

触发时机:任务完成后,由 goal-oriented 调用

执行步骤

  1. 接收请求工件(experience-save-request.json
  2. 生成回顾报告(memory/retrospectives/{task-id}.md
  3. 四层级同步沉淀(CLAUDE.md、AGENT.md、MEMORY.md、MCP Memory)
  4. 创建结果工件(save-result-{timestamp}.json

示例

// 输入
{
  "action": "save",
  "task_id": "2026-03-24_task-keywords",
  "lessons_learned": ["经验1", "经验2"],
  "errors_fixed": [{"error": "...", "fix": "..."}]
}

// 输出:四层级同步更新 + 结果工件

能力2:经验读取(Retrieve)

触发时机:任务开始前,由 goal-oriented、pilot 调用

执行步骤

  1. 接收请求工件(experience-request.json
  2. 四层级并行检索(关键词匹配 + 语义检索)
  3. 按优先级排序和去重
  4. 生成预防清单和推荐模式
  5. 创建结果工件(experience-result-{timestamp}.json

示例

## 📚 历史经验参考

### ⚠️ 错误预防(来自 CLAUDE.md)
- 预防措施1
- 预防措施2

### 🎯 可复用模式(来自 AGENT.md)
- 代码模式/流程模式

### 📖 技术知识(来自 MEMORY.md)
- 知识点1、知识点2

能力3:经验复盘(Review)

触发时机:里程碑完成时,由 goal-oriented 调用

目的:保留好的,改掉坏的,持续优化

Read the full file on GitHub · 389 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 389 lines · 17 tokens per session scan A 111ce7f7652b

Subscribe to this mod's changes

experience-manager is a skill published in the GitHub repository konglong87/methodology-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 2,863 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.