con un clic
character-arc
Track and analyze character development arcs throughout the manuscript
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Track and analyze character development arcs throughout the manuscript
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Outline creation patterns for fiction and nonfiction book structures, including chapter breakdowns, scene planning, and narrative arc mapping.
Grounded prose composition workflow including pre-write queries, consistency checks, and post-write entity extraction for database-backed writing.
Run editing passes over completed sections for voice consistency, timeline verification, contradiction flagging, and citation coverage
Load research corpus into the database by processing files, directories, or URLs through semantic chunking, embedding generation, entity extraction, and relationship building
Analyze BRD and existing corpus to identify knowledge gaps, then generate prioritized research tasks for filling those gaps
Generate writing tasks from BRD structure and corpus, creating chapter/section tasks with dependencies, pre-write queries, and consistency checks
| name | character-arc |
| description | Track and analyze character development arcs throughout the manuscript |
| category | analysis |
Analyze character development and track character arcs across the narrative.
/character-arc --character anna
/character-arc --all
Analyzes:
SELECT
section.sequence,
section.content,
character.description
FROM character:anna<-appears_in<-section
ORDER BY section.sequence