Agent skill · Data & Analytics

pattern-miner

Mine historical data for patterns and predictive insights

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: BashRead
Path: skills/analysis/pattern-miner-mehdic-bazinga-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Invoke This Skill
  2. Your Task
  3. Step 1: Execute Pattern Mining Script
  4. Step 2: Read Generated Report
  5. Step 3: Return Summary
  6. Example Invocation
  7. Error Handling
  8. Notes
Ships with 1 file
  • metadata.json
Commands it runs
bash .claude/skills/pattern-miner/scripts/mine.sh
More from claude-skill-registry
All skills →
About this skill
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.

Keep going