Learner Skill
Skill Verifiziert AktivExtract a learned skill from the current conversation
To automatically capture and formalize valuable insights discovered during development, turning hard-won knowledge into reusable skills for future use.
Funktionen
- Extracts learned skills from conversations
- Defines expertise criteria for quality skills
- Provides a structured workflow for skill extraction
- Classifies learnings into Expertise or Workflow types
- Saves skills in project- or user-level locations
Anwendungsfälle
- When you solve a tricky bug and want to document the principle for future reference
- When you discover a non-obvious workaround specific to your codebase
- When you uncover undocumented behavior that impacts the project
- To create a repository of team-specific problem-solving heuristics
Nicht-Ziele
- Extracting generic programming patterns that are easily Googleable
- Documenting standard refactoring techniques
- Saving simple library usage examples
- Capturing basic type definitions or boilerplate code
Workflow
- Gather specific error, symptom, or confusion, including exact error messages, file paths, and line numbers.
- Document the exact fix, including code snippets, file paths, and configuration changes.
- Identify keywords (error fragments, file names, symptoms) that signal the problem for future triggers.
- Validate the skill against quality criteria: specificity, non-Googleability, precise solutions, and good triggers.
- Classify the learned insight as either 'Expertise' (domain knowledge, pattern, gotcha) or 'Workflow' (operational procedure).
- Save the skill to the appropriate location (project-level or user-level) using the required YAML frontmatter format.
Praktiken
- Skill extraction methodology
- Knowledge formalization
- Pattern recognition
Voraussetzungen
- Claude Code CLI
- Claude Max/Pro subscription or Anthropic API key
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omcQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Extract
100Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.
Mcp Setup
100Configure popular MCP servers for enhanced agent capabilities
Deepinit
100Deep codebase initialization with hierarchical AGENTS.md documentation
Agent Worker Specialist
100Agent skill for worker-specialist - invoke with $agent-worker-specialist
Orchestrate
100Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.
Context Compression
100This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.