mine-transcripts
Mine real human conversations from CLI agents for bridge classifier training.
npx skills add majiayu000/claude-skill-registry --skill mine-transcripts --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.
--- name: mine-transcripts description: > Mine real human CLI conversation transcripts into labeled training data for bridge/classifier improvement. triggers: - mine transcripts - extract training data - mine conversations allowed-tools: - Bash - Read metadata: short-description: Mine CLI transcripts for classifier training provides: - mine-transcripts composes: [, task-monitor] --- # mine-transcripts Mine real human conversations from CLI agents for bridge classifier training. ## Purpose Train the bridge classifier on REAL human communication patterns, not synthetic templates. This enables personas like Embry to find the RIGHT experts when using /ask. **Two-tier training approach:** 1. **Developer (Graham)** - baseline attunement to real communication patterns 2. **Client** - specific adaptation to individual users ## Integration ``` ┌─────────────────────────────────────────────────────────────────┐ │ DATA SOURCES │ ├─────────────────────────────────────────────────────────────────┤ │ ~/.claude/projects/ Claude CLI conversations │ │ ~/.codex/history.jsonl Codex CLI (pure human input!) │ │ ~/.codex/sessions/ Codex session transcripts │ │ ~/.gemini/ Gemini CLI (if exists) │ │ ~/.pi
- Purpose
- Integration
- Dependencies
- Usage
- Output
- Emotional Context
- Scheduler Integration
- Triggers
Mine from all CLI agents Mine with deduplication against existing training data Mine and store to memory (creates lessons) Analyze coverage of existing training data Export for human review
What does the mine-transcripts skill do?
Mine real human conversations from CLI agents for bridge classifier training.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill mine-transcripts --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.
