Agent skill
dev-learner
Meta-skill — extract reusable skills from the current conversation. Identifies patterns that appeared 3+ times and proposes them as new skills. Pairs with skill-creator builtin.
Install this agent skill to your Project
npx add-skill https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/dev-learner
SKILL.md
Dev Learner
Derived from oh-my-claudecode (MIT, Yeachan Heo). Adapted for the EvoNexus Engineering Layer.
Meta-skill: scan the current conversation for patterns that appeared 3+ times and propose extracting them as reusable skills. The "self-improving workspace" feedback loop.
Use When
- A long session involved repeated workflows that aren't yet skills
- You want to formalize a pattern you keep manually invoking
- Post-EPIC retrospective: what should have been a skill but wasn't?
Do Not Use When
- Single-pattern conversation → no extraction value
- The pattern is too specific to one project → keep as agent memory
- The pattern is already a skill → just document it better
Workflow
Phase 1 — Pattern Detection
Scan the conversation for:
- Repeated workflows — same sequence of agents called 3+ times
- Repeated prompts — similar instructions issued repeatedly
- Repeated outputs — same artifact format produced multiple times
- Repeated handoffs — same agent pair invoked together repeatedly
Phase 2 — Extraction
For each detected pattern:
- Name it (e.g., "PR review pipeline", "Debug investigation flow")
- Describe the trigger
- Document the steps
- Identify the agents involved
- Identify the inputs and outputs
Phase 3 — Proposal
Propose the new skill:
- Name: suggested skill name (
dev-{action}if engineering,{prefix}-{action}otherwise) - Trigger: when to invoke
- Workflow: the steps
- Pairs with: which agents/skills
Phase 4 — Creation (optional)
If user accepts, hand off to skill-creator (builtin) to actually generate the skill file.
Output
## Learner Report — {session topic}
### Patterns Detected
1. **{Pattern name}**
- Occurrences: 4 times
- Steps: ...
- Suggested skill: `dev-{action}`
2. **{Pattern name}**
- ...
### Skill Proposals
[Detailed proposal for each detected pattern]
### Recommendation
[Which to extract first, which to skip]
Pairs With
skill-creator(builtin) — to generate the actual skill filecreate-agent(builtin) — if the pattern warrants a new agent instead- All 19 engineering agents (which patterns might be extracted from)
Anti-patterns
- Over-extraction (every 2-occurrence sequence becomes a skill)
- Under-extraction (missing genuine repeated patterns)
- Naming conflicts (proposing names that collide with existing skills)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
data-create-viz
Cria visualizações de dados de qualidade profissional com Python no tema Evolution (fundo escuro, acento
cs-customer-escalation
Empacota uma escalação para Devs, Produto ou Davidson com contexto completo. Use quando um bug precisa de atenção além do suporte normal, vários clientes reportam o mesmo problema, um cliente está ameaçando cancelar, ou um problema ficou sem resolução além do SLA. / Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.
mkt-draft-content
Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.
gog-tasks
Create, manage, and prioritize tasks and todo items. Convert emails to tasks, set priorities (P0-P3) and categories (Work/Personal/Errands/Admin), review daily priorities, track blocked and overdue tasks. Use when user mentions tasks, todos, action items, or wants to convert emails to tasks. Requires confirmation before creating or deleting tasks.
discord-get-messages
Retrieve messages from Discord channels via the Discord API. Use this skill when the user wants to read, search, or analyze messages from a Discord channel.
cs-customer-research
Pesquisa multi-fonte sobre pergunta ou tópico de cliente com atribuição de fontes. Use quando um cliente pergunta algo que precisa ser verificado, investigando se um bug foi reportado antes, verificando o que foi dito anteriormente a uma conta específica, ou coletando contexto antes de redigir uma resposta. / Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.
Didn't find tool you were looking for?