mcpbeat

Section Bindings

willoscar/section-bindings

| Bind papers to chapter-level sections first, writing `outline/section_bindings.jsonl` and `outline/section_binding_report.md`.

2k tokens
context cost
the whole folder, loaded on every use
4
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill section-bindings

What comes with it

6 883 bytes besides the instruction
assets/output_contract.json
references/overview.md
scripts/run.py

The instruction itself

9 sections, as written by the author

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

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

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:
  • uv run python .codex/skills/section-bindings/scripts/run.py --workspace <workspace> --inputs 'papers/core_set.csv;outline/chapter_skeleton.yml;papers/papers_dedup.jsonl' --outputs 'outline/section_bindings.jsonl;outline/section_binding_report.md'

How to use it

Copy the folder

Take willoscar/section-bindings from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.