Capture significant learnings from the current work session. Structures insights for future sessions and updates agent memory.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Kastalien-Research/thoughtbox --skill capture-learning --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Capture Learning?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kastalien-research-capture-learning-thoughtbox)More formats (shields.io, HTML) on the badges page.
---
name: capture-learning
description: Capture significant learnings from the current work session. Structures insights for future sessions and updates agent memory.
argument-hint: "[optional topic or context]"
user-invocable: true
---
Reflect on the current session and capture learnings. Context: $ARGUMENTS
## Process
### 1. Reflect
- What was the main problem being solved?
- What non-obvious insights emerged?
- What patterns are reusable in future work?
- What failed and why?
### 2. Structure the Learning
Format each learning as:
```
### [Date]: [Title]
- **Issue**: [The problem encountered]
- **Solution**: [What worked]
- **Pattern**: [The reusable principle extracted]
- **Files**: [Key file references, if applicable]
- **Freshness**: HOT (actively relevant) | WARM (occasionally relevant) | COLD (reference only)
```
### 3. Store
Write the learning to the appropriate location:
- **Agent-specific patterns**: Update the relevant agent's project memory
- **Project-wide rules**: Add to `.Codex/rules/` as a new file or append to an existing one
- **Debugging insights**: Add to auto-memory `MEMORY.md`
### 4. Calibrate
Check existing learnings for staleness:
- Are any HOT items now WARM or COLD?
- Are any previous learnings contradicted by what we learned today?
- Remove or update anything that's no longer accurate.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!