원클릭으로
learn
Extract non-obvious session learnings into scoped AGENTS.md files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract non-obvious session learnings into scoped AGENTS.md files
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Checkpoint episodes and create handoff packs for multi-agent session continuity
Configure, test, benchmark, and manage embedding providers for semantic search and vector operations
Create and traverse typed relationships between episodes for dependency tracking and knowledge graphs
Manage episode tags for organization, filtering, and retrieval across the memory system
Generate task playbooks and explain patterns using learned strategies from episodic memory
Record and analyze recommendation sessions and feedback to drive the self-learning loop
| name | learn |
| description | Extract non-obvious session learnings into scoped AGENTS.md files |
| category | knowledge-management |
| trigger | after non-trivial task completion |
Extract non-obvious session learnings into scoped AGENTS.md files to preserve knowledge across sessions.
Activate after completing a non-trivial task to capture insights that would otherwise be lost.
AGENTS.md and agent_docs/building_the_project.md).AGENTS.md + agent_docs/AVAILABLE_SKILLS.md when adding skills).Place learnings in the most specific AGENTS.md file:
AGENTS.md.scripts/AGENTS.md..agents/skills/<name>/AGENTS.md.Every new non-obvious insight must be recorded in two places:
LESSON-NNN entry to agent_docs/LESSONS.md with Issue/Root Cause/Solution.AGENTS.md (this is what learn automates).If agent_docs/LESSONS.md does not exist yet, create it before relying on the dual-write workflow.
AGENTS.md.MAX_LINES_AGENTS_MD=150 constraint.agent_docs/LESSONS.md - Project-wide lessons log.AGENTS.md - Root agent guidance and constraints.agent_docs/README.md - Index of workflow-impacting reference files.