distributions/direct/example/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 a-organvm/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
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
development
Conducts a full automated autopsy of the current workspace directory to map files, identifies structural issues, proposes a restructuring plan (the signal), and establishes unified governance using templates. Use this skill when a user asks to map, restructure, reorganize, or apply new governance to an existing messy repository.
testing
Design engaging workshops, conference talks, and educational presentations. Covers learning objectives, activity design, slide craft, and facilitation techniques. Triggers on workshop design, presentation prep, talk structure, or training session requests.
development
Designs reliable webhook systems with proper delivery guarantees, retry logic, signature verification, and idempotent processing for event-driven integrations.