Analyzes the current Claude Code session to identify reusable patterns and saves them as skill files for future use.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:learnThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /learn - Extract Reusable Patterns Analyze the current session and extract any patterns worth saving as skills. ## Trigger Run `/learn` at any point during a session when you've solved a non-trivial problem. ## What to Extract Look for: 1. **Error Resolution Patterns** - What error occurred? - What was the root cause? - What fixed it? - Is this reusable for similar errors? 2. **Debugging Techniques** - Non-obvious debugging steps - Tool combinations that worked - Diagnostic patterns 3. **Workarounds** - Library quirks - API limitations - Version-speci...
Analyze the current session and extract any patterns worth saving as skills.
Run /learn at any point during a session when you've solved a non-trivial problem.
Look for:
Error Resolution Patterns
Debugging Techniques
Workarounds
Project-Specific Patterns
Create a skill file at ~/.claude/skills/learned/[pattern-name].md:
# [Descriptive Pattern Name]
**Extracted:** [Date]
**Context:** [Brief description of when this applies]
## Problem
[What problem this solves - be specific]
## Solution
[The pattern/technique/workaround]
## Example
[Code example if applicable]
## When to Use
[Trigger conditions - what should activate this skill]
~/.claude/skills/learned/npx claudepluginhub instawerx/everything-claude-code185plugins reuse this command
First indexed Jan 22, 2026
Showing the 6 earliest of 185 plugins
/learnAnalyzes the current Claude Code session to identify reusable patterns and saves them as skill files for future use.
/learn-evalExtracts reusable patterns from the current session, evaluates quality against a checklist, and saves to the appropriate global or project skills directory.
/learn-evalExtracts reusable patterns from the session, self-evaluates quality via checklist and verdict, determines Global or Project save location, and saves approved skills.
/learnGuides users through Task Master capabilities with interactive suggestions, command discovery, and learning paths. Accepts optional arguments to tailor guidance to specific goals.
/learnScouts a codebase, learns its architecture and patterns, then generates or updates documentation with a validation-fix loop. Also supports check and summarize modes.
/learnAnalyzes the current Claude Code session to identify reusable patterns and saves them as skill files for future use.