Agent Skills: Section Bindings

|

UncategorizedID: willoscar/research-units-pipeline-skills/section-bindings

Install this agent skill to your local

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

Skill Files

Browse the full folder contents for section-bindings.

Download Skill

Loading file tree…

.codex/skills/section-bindings/SKILL.md

Skill Metadata

Name
section-bindings
Description
|

Section Bindings

Load Order

Always read:

  • references/overview.md

Use scripts/run.py only for deterministic binding and report materialization:

  • read papers/core_set.csv as the authoritative paper pool
  • read outline/chapter_skeleton.yml as the chapter contract
  • read papers/papers_dedup.jsonl when available for richer metadata
  • write auditable binding artifacts without inventing papers

Inputs

  • papers/core_set.csv
  • outline/chapter_skeleton.yml
  • Optional: papers/papers_dedup.jsonl

Outputs

  • outline/section_bindings.jsonl
  • outline/section_binding_report.md

Asset contract

  • assets/output_contract.json

Script

Quick Start

  • python .codex/skills/section-bindings/scripts/run.py --workspace <workspace_dir>

All Options

  • --workspace <dir>: workspace containing the core set and chapter skeleton
  • --unit-id <id>: optional harness metadata
  • --inputs <semicolon-separated>: optional override from UNITS.csv
  • --outputs <semicolon-separated>: optional output override; defaults are outline/section_bindings.jsonl and outline/section_binding_report.md
  • --checkpoint <C*>: optional harness metadata

Examples

  • Bind papers to chapters before H3 decomposition:
    • python .codex/skills/section-bindings/scripts/run.py --workspace workspaces/<ws> --inputs 'papers/core_set.csv;outline/chapter_skeleton.yml;papers/papers_dedup.jsonl' --outputs 'outline/section_bindings.jsonl;outline/section_binding_report.md'