Install
$ agentstack add skill-sidiangongyuan-codex-skills-library-paper-section-playbook ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Paper Section Playbook
Scope and complement
This skill answers "how should this section be structured and what should each paragraph do?" for papers in CV, 3D perception, and autonomous driving venues (CVPR / ICCV / ECCV / NeurIPS / CoRL).
For sentence-level prose polish (word choice, punctuation, terminology consistency, em-dash rules, etc.), defer to paper-refinement-skills instead. Both skills may be active at once; this one operates at the section and paragraph level, the other at the sentence level.
When to load this skill
- The user is planning or restructuring a paper section, not just polishing prose.
- The user asks "how do I write the Intro / Method / Experiments / etc."
- The user is rebutting a reviewer comment about section structure, motivation, or framing.
- The user wants exemplar-based guidance ("how do top papers do X").
Routing
- Identify which section the user is working on.
- Read the matching file under
sections/for the structural playbook (paragraph functions, decision tree, common reviewer red flags). - If the user is choosing between writing styles, consult
decision-trees/paper-type-router.mdto identify their paper type (new method / new task / new analysis / system / dataset), then apply the corresponding branch in the section file. - For Related Work, method motivation, experiment framing, or exemplar-based guidance, use
$research-evidencewhen citation support or top-venue precedent is uncertain. Prefer CVPR, ICCV, ECCV, ICLR, NeurIPS/NIPS, and ICML before secondary autonomous-driving or robotics venues unless the topic requires them. - Use the worked skeletons and templates in the relevant section file when the user wants concrete patterns.
- After drafting, run the section file's self-review checklist and
checklists/reviewer-redflags.mdfor the relevant section.
Authoring principle
Section files combine patterns from cited, high-impact exemplar papers with the generalized principles in references/design-rationale.md. Treat exemplars as evidence, not authority. Keep a rule only when it has a traceable source or a clear rationale with stated conditions.
Do not invent generic writing advice. If a rule has no source, it does not belong here.
Section files
sections/abstract.md— authoredsections/introduction.md— authoredsections/related-work.md— authoredsections/method.md— authoredsections/experiments.md— authoredsections/conclusion.md— authored
(Files appear as the corresponding section is elicited and ratified by the user.)
Post-use feedback loop (meta-rule)
This skill is a working hypothesis, not a fixed rulebook. After each real paper application:
- Record where a recommendation failed, drew justified pushback, or conflicted with venue or paper constraints.
- If a rule produced a bad recommendation in context, do not silently follow it next time. Either:
- Narrow the rule (add the condition under which it applies), or
- Flip the rule's default (if the user's corrected choice is the better general default), or
- Remove the rule (if it was over-generalized guidance).
- Update
references/design-rationale.mdonly when the lesson is generalizable; do not preserve private conversations, project identifiers, or dated interaction logs. - User-originating preferences always outrank inferred rules from exemplars.
Signals to watch for:
- "Why did you put X in Y?" → the placement rule is probably over-normative.
- "I don't need to follow this, I'll do Z instead." → the default may be wrong for this user's venue/style.
- "This feels defensive / redundant / apologetic." → the rule is adding ceremony, not substance.
When in doubt, ask the user to ratify the update before applying it to the skill file.
Cross-skill handoff
After this skill produces a section draft or restructuring plan, hand off to paper-refinement-skills for sentence-level polish. Do not duplicate prose-polish rules here. For substantial edits, also check that section-level claims still match the paper's tables, figures, citations, notation, and rendered cross-references.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: sidiangongyuan
- Source: sidiangongyuan/codex-skills-library
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.