Agent Skillsrohitg00/agentmemory › memory-discipline

memory-discipline

GitHub

规范 Agent 记忆读写流程,通过任务前检索、决策时保存及纠正后学习,提升长期工作效果。适用于非平凡任务启动、决策落地或调试解决时的记忆管理场景。

plugin/skills/memory-discipline/SKILL.md rohitg00/agentmemory

Trigger Scenarios

开始执行非平凡任务前 关键决策确定后 调试问题解决后

Install

npx skills add rohitg00/agentmemory --skill memory-discipline -g -y
More Options

Non-standard path

npx skills add https://github.com/rohitg00/agentmemory/tree/main/plugin/skills/memory-discipline -g -y

Use without installing

npx skills use rohitg00/agentmemory@memory-discipline

指定 Agent (Claude Code)

npx skills add rohitg00/agentmemory --skill memory-discipline -a claude-code -g -y

安装 repo 全部 skill

npx skills add rohitg00/agentmemory --all -g -y

预览 repo 内 skill

npx skills add rohitg00/agentmemory --list

SKILL.md

Frontmatter
{
    "name": "memory-discipline",
    "description": "The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.",
    "user-invocable": false
}

Memory only pays off when reads happen before the work and writes happen at decision points. This loop is the skill; every tool call in it is mechanical.

Quick start

memory_smart_search { "query": "auth refresh flow", "project": "myrepo", "limit": 5 }

at task start, then at each settled decision:

memory_save { "content": "Chose cursor pagination over offset; offset scans broke past 100k rows in db/list.ts.", "concepts": "cursor-pagination, offset-scan-limit", "files": "src/db/list.ts" }

Why

Hooks capture what happened automatically. What they cannot capture is judgment: which fact mattered, which decision was settled, which correction should change future behavior. That judgment applied at the right moments is this discipline.

Workflow

  1. Task start, before reading code for any nontrivial task: memory_smart_search with the task topic and the project name. Spend the first tool call here; a hit saves rediscovery, a miss costs one call.
  2. Mid-task, the moment a decision settles or a gotcha resolves: memory_save with the decision AND the reason, 2-5 specific concepts, real file paths. Save at the moment of resolution; end-of-session batch saves lose the reasons.
  3. On user correction of your approach: save a lesson instead of a memory (the lesson skill). Lessons carry confidence and resurface before similar work; memories carry facts.
  4. Before repeating a task type you have been corrected on: memory_lesson_recall with the task type as query.
  5. Session end: stop. Hooks summarize and consolidate; a manual recap save duplicates them.

What qualifies

Save: settled decisions with reasons, non-obvious constraints discovered by debugging, environment facts not derivable from the repo. Skip: anything readable from the code, transient state, secrets, and step-by-step narration (hooks already captured it).

Anti-patterns

WRONG: finish implementing, then search memory to double-check, and batch-save a summary of everything done.

RIGHT: search first, save each decision as it settles, let hooks own the summary.

Checklist

  • First tool call on a nontrivial task was a project-scoped search.
  • Every save carries the reason, not just the conclusion.
  • Corrections became lessons, not memories.
  • Nothing saved that the repo or hooks already record.

See also

  • recall, remember: the user-invoked forms of the read and write sides.
  • lesson: the correction loop this discipline hands off to.

Troubleshooting

See ../_shared/TROUBLESHOOTING.md if memory_smart_search or memory_save is not available.

Version History

  • 2d38daf Current 2026-08-19 18:52

Same Skill Collection

plugin/skills/agentmemory-architecture/SKILL.md
plugin/skills/agentmemory-config/SKILL.md
plugin/skills/agentmemory-hooks/SKILL.md
plugin/skills/agentmemory-mcp-tools/SKILL.md
plugin/skills/agentmemory-rest-api/SKILL.md
plugin/skills/commit-context/SKILL.md
plugin/skills/commit-history/SKILL.md
plugin/skills/forget/SKILL.md
plugin/skills/handoff/SKILL.md
plugin/skills/lesson/SKILL.md
plugin/skills/recall/SKILL.md
plugin/skills/recap/SKILL.md
plugin/skills/remember/SKILL.md
plugin/skills/session-history/SKILL.md
plugin/skills/write-agentmemory-skill/SKILL.md
plugin/skills/agentmemory-agents/SKILL.md

Metadata

Files
0
Version
2d38daf
Hash
f73a39df
Indexed
2026-08-19 18:52

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 12:59
浙ICP备14020137号-1 $방문자$