dialogue-harvest

Solid

Mines improvement insights from long-form AI dialogue logs and long texts — an external or pasted corpus, not the current session (current-session wrap-up belongs to harvest-loop). First operation is sycophancy removal — separates speakers, strips the counterpart's agreement/restatement spans, converts the user's own utterances into falsifiable propositions, and labels each proposition induced (frame first introduced by the counterpart) or independent (originated with the user). Ships a drop counter so removed material is visible, never silently lost. Triggered by "mine insights from this chat log", "이 대화록에서 통찰 캐줘", "strip the agreement and show me what's actually mine", "동조 걷어내고 알맹이만", "what did I actually contribute in this thread".

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# dialogue-harvest Extracts the load-bearing propositions from a long AI-human dialogue (or long text) after removing the counterpart's sycophancy. Fills the gap between FH's loading assets (corpus-grounding-expander, video-ingest) and its mining assets (frontier-digest = feed items, field-harvest = git history, harvest-loop = session records): none of those mines an *argument-shaped* corpus, and a naive summarizer run on an AI dialogue returns "the user made several excellent points" — worthless, because most of the volume is agreement. **Why the first operation is sycophancy removal**: AI dialogue logs are dominated by agreement and restatement. Without stripping them first, extraction inflates the user's contribution; without provenance labeling (Step 4), "my insight" and "a frame the counterpart planted" are indistinguishable — which is exactly the failure this skill exists to prevent. ## Triggers - "mine insights from this chat log" / "이 대화록에서 통찰 캐줘" - "strip the agreement and show me what's actually mine" / "동조 걷어내고 알맹이만" - "what did I actually contribute in this thread" / "이 대화에서 내 몫이 뭐였지" - "turn this dialogue into propositions" / "이 대담 명제로 정리해줘" - `/dialogue-harvest {path or pasted log}` **Boundary**: wrapping up the *current session* → `harvest-loop`; this skill mines an external/pasted dialogue corpus. ## Step 0. Input Acquisition 1. **Path provided** → Read the file. 2. **Pasted log** → use as-is. 3. **No speaker structure detectable** (no turn markers, no n...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

harvest

Mines Claude Code session transcripts for the corrections that earn artifacts, the intake stage of the kitchen's loop. Extracts what the user actually said across recent sessions (via a bundled script that reduces multi-MB transcripts to user turns), dispatches readers to classify corrections, redirects, and repeated failures, dedups against the standing harness, and hands surviving candidates to the forge with evidence counts. Use on a cadence (end of a heavy week, after a project push), when a correction feels familiar, or before claiming a harness has no gaps; skip when recent sessions were light or single-topic.

3 Updated today
claudialnathan
AI & Automation Solid

harvest-loop

An 8-step self-evolution pipeline that runs after field sessions end (field-harvest → contention-layer → challenger + persona-innovator → synthesizer → Critic agent → harness-doctor → verify-bidirectional → curator), absorbing session learnings back into the FH ecosystem. Runs automatically at session end in the main dev environment; proposes execution first for external users. Triggered by "session harvest", "learning absorption", "fh evolution", or "harvest-loop". (The phrase "run the pipeline" is ceded to pipeline-conductor — use that for end-to-end verification sweeps.)

8 Updated today
chrono-meta
AI & Automation Listed

insight-harvester

Mines raw session learnings and /insights output into evidenced friction patterns and concrete config-diff proposals. Used by /vulyk-evolve. Trigger when asked to analyze learnings, find friction patterns, or prepare an evolution changeset.

1 Updated today
Black-coffe