From dcode
Analyze a work session to identify repeatable patterns that could become reusable skills or commands. Use at the end of a productive session to capture workflows worth automating, when noticing repetitive multi-step tasks, or when wanting to improve personal productivity with Claude Code.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dcode:mine-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn productive sessions into reusable skills.
Turn productive sessions into reusable skills.
For designers who think: "I keep doing this same thing... there must be a better way."
Every time you solve a problem, you're creating a workflow. Most workflows get forgotten. This skill helps you capture the good ones before they disappear.
Look at what was accomplished:
Good skills have these traits:
| Trait | Why It Matters |
|---|---|
| Repeatable | Will be done again in future sessions |
| Multi-step | More than a single action |
| Generalizable | Works across different contexts |
| Time-saving | Automates tedious or error-prone work |
| Knowledge-heavy | Requires remembering specific patterns |
High value - Build these first:
Medium value - Build when you have time:
Lower value - Maybe don't bother:
For each potential skill, document:
## Suggested Skill: {name}
**Problem it solves:** {What pain point does this address?}
**Trigger:** {When would someone invoke this?}
**Steps it automates:**
1. {Step 1}
2. {Step 2}
3. {Step 3}
**Value:** High / Medium / Low
**Complexity to build:** Quick (1-2 hrs) / Medium (half-day) / Complex (day+)
If the user wants to create a skill:
---
name: skill-name
description: Clear description of what it does and when to use it
---
Based on this session, here are potential skills:
1. design-token-audit
2. responsive-check
3. figma-to-code-notes
Which of these would you like to create?
This skill is itself an example of workflow mining—it was created by noticing that "identifying reusable patterns" was a repeatable, valuable task.
npx claudepluginhub madebynoam/dcode --plugin dcodeDetects repeated workflow patterns from AI session transcripts and suggests reusable skills to automate them. Use when optimizing workflows.
Mines coding-agent session history, transcripts, and memories to discover recurring workflows and draft new Agent Skills from real usage evidence.
Scans opencode prompt history to detect recurring multi-step workflows and unmet needs, then proposes new skills or command templates to save time.