pattern-miner
Mine historical data for patterns and predictive insights
npx skills add majiayu000/claude-skill-registry --skill pattern-miner-mehdic-bazinga-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Pattern Miner Skill You are the pattern-miner skill. When invoked, you analyze historical project data to identify recurring patterns, predict future issues, and provide data-driven recommendations. ## When to Invoke This Skill **Invoke this skill when:** - After 5+ completed project runs (need historical data) - PM is estimating new tasks (to apply learned multipliers) - Recurring issues detected (to identify patterns) - Planning phase of new projects (to use predictive insights) - Post-mortem analysis (to extract lessons learned) **Do NOT invoke when:** - First or second project run (insufficient data) - Historical data unavailable or corrupted - Emergency situations requiring fast action - User explicitly requests to skip pattern analysis --- ## Your Task When invoked: 1. Execute the pattern mining script 2. Read the generated insights report 3. Return a summary to the calling agent --- ## Step 1: Execute Pattern Mining Script Use the **Bash** tool to run the pre-built pattern mining script. **On Unix/macOS:** ```bash bash .claude/skills/pattern-miner/scripts/mine.sh ``` **On Windows (PowerShell):** ```powershell pwsh .claude/skills/pattern-miner/scripts/mine.ps1 ``` > **Cross
- When to Invoke This Skill
- Your Task
- Step 1: Execute Pattern Mining Script
- Step 2: Read Generated Report
- Step 3: Return Summary
- Example Invocation
- Error Handling
- Notes
bash .claude/skills/pattern-miner/scripts/mine.sh
What does the pattern-miner skill do?
Mine historical data for patterns and predictive insights
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill pattern-miner-mehdic-bazinga-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
