Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install willoscar-research-units-pipeline-skills-codex-skills-section-briefsgit clone https://github.com/WILLOSCAR/research-units-pipeline-skills.gitcp research-units-pipeline-skills/SKILL.MD ~/.claude/skills/willoscar-research-units-pipeline-skills-codex-skills-section-briefs/SKILL.md--- name: section-briefs description: | Build chapter-level briefs (`outline/section_briefs.jsonl`) from chapter skeleton plus section bindings before stable H3 decomposition. **Trigger**: section briefs, chapter planning cards, section-first briefs, 章节 brief, 章级 brief. **Use when**: section bindings exist and the run needs chapter-level rationale and decomposition guidance before emitting stable H3 ids. **Skip if**: `outline/section_briefs.jsonl` already exists and is refined. **Network**: none. **Guardrail**: NO PROSE; do not invent papers; emit planning constraints, not reader-facing text. --- # Section Briefs ## Load Order Always read: - `references/overview.md` Use `scripts/run.py` only for deterministic brief assembly. ## Inputs - `outline/chapter_skeleton.yml` - `outline/section_bindings.jsonl` - Optional: `GOAL.md` ## Outputs - `outline/section_briefs.jsonl` ## Asset contract - `assets/output_contract.json` ## Script ### Quick Start - `python .codex/skills/section-briefs/scripts/run.py --workspace <workspace_dir>`