From ai-conversation-intelligence
Capture learnings after completing tasks - prompts for surprises, mistakes, and validated patterns to save as memory
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-conversation-intelligence:capture-learningsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
After completing a task, capture non-obvious learnings that should persist to future conversations.
After completing a task, capture non-obvious learnings that should persist to future conversations.
Ask the user:
Surprises & Non-obvious Discoveries:
Mistakes & Corrections:
Validated Patterns:
| If it's about... | Type | Example |
|---|---|---|
| How you prefer to work | feedback | "Don't reformat unrelated code" |
| A non-obvious behavior or gotcha | feedback | "Scout fixtures must be imported in specific order" |
| Current work context or deadline | project | "Feature freeze on 2026-04-01" |
| Where to find information | reference | "API metrics in Grafana at ..." |
Write to ~/.claude/projects/<project>/memory/knowledge/ with frontmatter:
---
name: feedback_[topic]
description: One-line description of the lesson
type: feedback
---
[State the rule/pattern clearly]
**Why:** [Reason — incident, constraint, or validated approach]
**How to apply:** [When/where this guidance kicks in]
Update MEMORY.md index with a new entry.
If this is the second time correcting the same mistake:
~/.agents/rules/If this is the third time:
git log)npx claudepluginhub patrykkopycinski/patryks-treadmill-claude-plugins --plugin ai-conversation-intelligenceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.