Agent skill

mine-transcripts

Mine real human conversations from CLI agents for bridge classifier training.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mine-transcripts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-ml/mine-transcripts/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

--- 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

What's inside
Steps it walks through
  1. Purpose
  2. Integration
  3. Dependencies
  4. Usage
  5. Output
  6. Emotional Context
  7. Scheduler Integration
  8. Triggers
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going