Agent Skills: Chapter Skeleton

|

UncategorizedID: willoscar/research-units-pipeline-skills/chapter-skeleton

Install this agent skill to your local

pnpm dlx add-skill https://github.com/WILLOSCAR/research-units-pipeline-skills/tree/HEAD/.codex/skills/chapter-skeleton

Skill Files

Browse the full folder contents for chapter-skeleton.

Download Skill

Loading file tree…

.codex/skills/chapter-skeleton/SKILL.md

Skill Metadata

Name
chapter-skeleton
Description
|

Chapter Skeleton

Load Order

Always read:

  • references/overview.md

Use scripts/run.py only for deterministic materialization:

  • read outline/taxonomy.yml for retrieval-informed topic structure
  • read GOAL.md when present for scope hints
  • emit outline/chapter_skeleton.yml
  • preserve existing non-placeholder user work

Inputs

  • outline/taxonomy.yml
  • Optional: GOAL.md

Outputs

  • outline/chapter_skeleton.yml

Asset contract

  • assets/output_contract.json

Script

Quick Start

  • python .codex/skills/chapter-skeleton/scripts/run.py --workspace <workspace_dir>

All Options

  • --workspace <dir>: workspace containing outline/taxonomy.yml
  • --unit-id <id>: optional harness metadata
  • --inputs <semicolon-separated>: optional override from UNITS.csv
  • --outputs <semicolon-separated>: optional output override; default is outline/chapter_skeleton.yml
  • --checkpoint <C*>: optional harness metadata

Examples

  • Generate the chapter skeleton after taxonomy:
    • python .codex/skills/chapter-skeleton/scripts/run.py --workspace workspaces/<ws> --inputs 'outline/taxonomy.yml;GOAL.md' --outputs 'outline/chapter_skeleton.yml'