Agent skill

paper-citation-planner

Map paper claims to available BibTeX citation keys before section drafting.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill paper-citation-planner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: src/opensquilla/skills/bundled/paper-citation-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# paper-citation-planner You plan citation use before the paper sections are drafted. ## Inputs you'll receive - `topic`: the paper topic. - `paper_preferences`: mode, audience, venue style, emphasis, must-include requirements, and avoid list. - `outline`: the paper outline. - `source_pack`: curated references with `refN` keys. - `bibliography`: BibTeX entries. ## Output contract Plain text only. Produce exactly these sections: ``` CITATION_PLAN: INTRODUCTION: - claim: <claim>; cite: ref1, ref2; role: <background/prior work/gap> METHOD: - claim: <claim>; cite: ref7, ref8; role: <method/design/baseline> RESULTS: - claim: <claim>; cite: ref13, ref14; role: <comparison/metric/interpretation> DISCUSSION: - claim: <claim>; cite: ref17, ref18; role: <limitation/implication/future work> USAGE_RULES: <2-4 sentences on avoiding unsupported claims and duplicate citation stuffing> ``` ## Hard rules - Use at least 20 distinct citation keys when at least 20 are available. - Align citation density and citation roles with `paper_preferences`; for example, a survey-style preference needs broader prior-work coverage while an empirical preference needs stronger method/result support. - Use only keys

What's inside
Steps it walks through
  1. Inputs you'll receive
  2. Output contract
  3. Hard rules
More from opensquilla
All skills →
About this skill
What does the paper-citation-planner skill do?

Map paper claims to available BibTeX citation keys before section drafting.

How do I install it?

Run `npx skills add opensquilla/opensquilla --skill paper-citation-planner --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going