From example-skills
Distills narrative principles from artists, theorists, filmmakers, writers into formal implementable algorithmic frameworks for story structure analysis and technique formalization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/example-skills:narratological-algorithmsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Transform narrative principles from artists, theorists, and practitioners into formal, implementable algorithmic frameworks.
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:
npx claudepluginhub a-organvm/a-i--skills --plugin document-skillsProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.