tradermonty/skill-idea-miner
Mine Claude Code session logs for skill idea candidates. Use when running the weekly skill generation pipeline to extract, score, and backlog new skill ideas from recent coding sessions.
This is a copy. The original lives at baggat236/skill-idea-miner.
npx skills add https://github.com/tradermonty/claude-trading-skills --skill skill-idea-miner
Automatically extract skill idea candidates from Claude Code session logs,
score them for novelty, feasibility, and trading value, and maintain a
prioritized backlog for downstream skill generation.
python3 scripts/run_skill_generation_pipeline.py --mode weeklypyyaml packageclaude --version to verify)~/.claude/projects/<project>/ (created automatically by Claude Code)# Dry-run: preview mined candidates without LLM scoring
python3 scripts/mine_session_logs.py --dry-run --output-dir reports/
# Full mining with scoring (requires Claude CLI)
python3 scripts/mine_session_logs.py --output-dir reports/
# Score existing candidates
python3 scripts/score_ideas.py \
--candidates reports/raw_candidates.yaml \
--output-dir logs/
~/.claude/projects/timestamp fieldtype: "user", userType: "external")skills/*/ path references)is_error flags, exception keywords)raw_candidates.yamlskills/*/SKILL.md frontmatterlogs/.skill_generation_backlog.yamlgenerated_at_utc: "2026-03-08T06:00:00Z"
period: {from: "2026-03-01", to: "2026-03-07"}
projects_scanned: ["claude-trading-skills"]
sessions_scanned: 12
candidates:
- id: "raw_2026w10_001"
title: "Earnings Whispers Image Parser"
source_project: "claude-trading-skills"
evidence:
user_requests: ["Extract earnings dates from screenshot"]
pain_points: ["Manual image reading"]
frequency: 3
raw_description: "Parse Earnings Whispers screenshots to extract dates."
category: "data-extraction"
updated_at_utc: "2026-03-08T06:15:00Z"
ideas:
- id: "idea_2026w10_001"
title: "Earnings Whispers Image Parser"
description: "Skill that parses Earnings Whispers screenshots..."
category: "data-extraction"
scores: {novelty: 75, feasibility: 60, trading_value: 80, composite: 73}
status: "pending"
references/idea_extraction_rubric.md — Signal detection criteria and scoring rubricscripts/mine_session_logs.py — Session log parserscripts/score_ideas.py — Scorer and deduplicatorTake tradermonty/skill-idea-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.