hqhq1025/skill-miner
Use when mining coding-agent session history, archived transcripts, memories, or repeated local work to discover recurring workflows that should become new Agent Skills.
npx skills add https://github.com/hqhq1025/skill-optimizer --skill skill-miner
Mine real agent usage for new skill opportunities. The goal is to find repeated workflows, extract the reusable technique, and turn strong candidates into draft skills with evidence.
Do not use to tune an existing skill; use skill-personalizer. Do not use to publish a private skill publicly; use skill-generalizer.
scripts/scan_sessions.py for a first-pass sanitized cluster report when local session files or exported transcripts are available.AGENTS.md.skill-generalizer, or be skipped.Read discovery-rubric.md before doing a full session-history scan or creating candidate skill drafts.
Use scripts/scan_sessions.py --help for the deterministic scanner. It supports native Codex/Claude/Gemini-style local evidence, --export inputs for other agents, and --patterns for personalized workflow definitions. Treat its output as evidence for review, not as an automatic decision to create skills.
Take hqhq1025/skill-miner from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.