Learner Skill
技能 已验证 活跃Extract 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.
功能
- 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
使用场景
- 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
非目标
- Extracting generic programming patterns that are easily Googleable
- Documenting standard refactoring techniques
- Saving simple library usage examples
- Capturing basic type definitions or boilerplate code
工作流
- 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.
实践
- Skill extraction methodology
- Knowledge formalization
- Pattern recognition
先决条件
- Claude Code CLI
- Claude Max/Pro subscription or Anthropic API key
安装
请先添加 Marketplace
/plugin marketplace add Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode@omc质量评分
已验证类似扩展
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.