distributions/claude/skills/natural-center-extraction/SKILL.md
Apply narratological scoring to a text, transcript, or recording transcript — rating contiguous spans for pathos, logos, ethos, kairos, and density — then extract the single highest-scoring contiguous block as the work's Natural Center, with a scoring table and justification. Triggers on "find the natural center", "extract the most dramatic moment", "what's the strongest passage", or pulling the peak block from a long artifact for a short, excerpt, or trailer.
npx skillsauth add organvm-iv-taxis/a-i--skills natural-center-extractionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Every sufficiently long artifact has a passage where its energies converge — the block a reader quotes, a trailer cuts to, an editor pulls. This skill finds that block by scoring rather than vibes, and returns it verbatim with the evidence for why it wins.
Excerpt selection is usually done by skimming, which favors openings and recency. Algorithmic scoring over all contiguous candidates surfaces centers that skimming misses — the buried turn in hour two of a transcript, the paragraph where argument and feeling finally coincide. The output feeds distribution work (shorts, pull-quotes, abstracts) with a defensible selection rather than a taste call.
| Axis | What it measures | High-scoring signals | |------|------------------|---------------------| | pathos | felt intensity | stakes made personal; vulnerability; register shifts; concrete sensory detail | | logos | argumentative force | a claim completed in-block (setup → turn → consequence); evidence meeting assertion | | ethos | voice authority | the speaker most distinctly themselves; earned credibility on display; coinages dense | | kairos | timeliness/pivot | the moment the piece turns; before/after asymmetry; decision points; reversals | | density | compression | ideas-per-sentence; no warm-up or wind-down inside the block; every line load-bearing |
Each axis scored 0–10 per candidate block. Axes are scored independently then combined — a block must not be pre-selected because one axis shouts.
[...]. The Natural Center is found, not assembled.When composites tie (within ~5%):
# Natural Center — {source} ({date})
**Block:** units {n}–{m} ({word-count}w, target {t}) | **Weighting:** {profile}
> {the block, verbatim, contiguous}
## Scoring table
| Block | pathos | logos | ethos | kairos | density | Σ |
|-------|--------|-------|-------|--------|---------|---|
| u12–u15 | 7 | 9 | 6 | 9 | 8 | 39 | ← NATURAL CENTER
| u03–u06 | 8 | 5 | 7 | 4 | 6 | 30 |
| …top 5 candidates… |
## Justification
{one paragraph: why this block; which axes carried it; what the runner-up
lacked; per-axis evidence lines for the winner}
For serialized distribution (a thread, a cut-down series), re-run with the winner's span masked to find secondary centers. Label them C2, C3 — never promote a secondary to "the" center; the hierarchy is part of the finding.
development
Dry-run audit + targeted cleanup for shell command history. Currently wraps atuin (stats today, prune, dedup with dated preview artifacts); extensible to zsh/bash/mcfly backends. Always previews before applying — apply commands are echoed for the human to run, never auto-executed. Triggers on "/shell-history-hygiene", "audit atuin", "audit shell history", "clean shell history", "atuin prune", "atuin dedup", "shell history hygiene", "history cleanup". Replaces ad-hoc one-liners (e.g. `... | tee cmd > file.txt` which wrote two files, swallowed dedup output, and left a junk `cmd` file).
tools
Guided Cowork setup — install role-matched plugins, connect your tools, try a skill.
development
Manage AI agent session lifecycles with structured phases (FRAME, SHAPE, BUILD, PROVE), context preservation across sessions, handoff protocols, and session metadata tracking. Triggers on session management, agent lifecycle, or multi-session workflow requests.
tools
Parse a session transcript into a structured Session Governance Index — an annotated bibliography of every file modified and commit made, internal-energy accounting (tool uses, estimated tokens), shipped-vs-tasked atom tally, and classification of missing items as Gaps or Vacuums. Triggers on "visibility-schema-substrate-sweep", "session cascade audit", "session governance audit", or any request to summarize what a session actually produced versus what it was asked to produce.