distributions/codex/skills/narratological-algorithms/SKILL.md
Distill artist/theorist narrative principles into formal, implementable algorithmic frameworks. Use when asked to extract, formalize, or systematize narrative techniques from any storytelling source—filmmakers, writers, theorists, game designers, showrunners. Triggers on requests involving narrative principle extraction, story structure analysis, craft methodology formalization, or creating implementable storytelling protocols.
npx skillsauth add organvm-iv-taxis/a-i--skills narratological-algorithmsInstall 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.
Transform narrative principles from artists, theorists, and practitioners into formal, implementable algorithmic frameworks.
Identify source type to calibrate extraction approach:
| Type | Characteristics | Extraction Focus | |------|-----------------|------------------| | Theorist | Prescriptive texts (McKee, Aristotle) | Direct principle extraction | | Practitioner | Interviews, commentary, production docs | Reverse-engineering from stated methods | | Classical | Ancient/foundational texts (Poetics, Natyasastra) | Translation of archaic terminology | | Analyst | Secondary analysis of creator's work | Validation against primary sources |
Always prioritize primary sources over secondary analysis:
When using secondary sources, validate principles against primary evidence. Flag where principles are inferred vs. directly stated.
For each identified principle:
EXTRACT:
1. Locate source statement (direct quote when available)
2. Identify underlying mechanism (why it works)
3. Formulate as rule or constraint
4. Determine scope (universal vs. context-specific)
5. Map to existing narrative theory where applicable
Generate output following the canonical structure. See references/output-template.md for the full template.
Required sections:
Optional sections (as warranted):
Convert principles to implementable forms:
| Source Form | Target Form | |-------------|-------------| | Conceptual statement | Constraint rule | | Process description | Pseudocode function | | Best practice | Validity test | | Comparison | Decision table | | Taxonomy | Classification tree |
See references/formalization-patterns.md for detailed examples.
Identify 3-7 meta-principles that underpin the creator's entire approach:
AXIOM_CRITERIA:
- Foundational (other principles derive from it)
- Non-negotiable in the creator's worldview
- Distinguishes this approach from alternatives
- Stated explicitly or demonstrated consistently
Format axioms with unique identifiers: [CREATOR_INITIALS]-A[N]
Before finalizing, verify:
When source material is medium-specific, include adaptation guidance for:
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.