Install
$ agentstack add skill-s-choung-research-skills-paper-sections ✓ 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-sections
Fork of global scientific-writing skill, specialized to the author's voice via paper-style. Absorbs former paper-citation-format skill as section 7 below.
Dependencies
- Load
paper-styleMode 1 first. Use its output as hard constraint.
Section playbooks
Introduction (target: 3-5 paragraphs)
- Topic paragraph - field-level fact opener. Define acronyms parenthetically. Citation density 0.9-1.3 refs/sentence. See STYLE_PROFILE G1.
- Gap/motivation paragraph - quantitative gap statement, one subordinate clause. See STYLE_PROFILE G2. Consider bridge B1 (Paradox-Pivot) or B3 (Enumerated-Walls) sparingly.
- Solution/approach paragraph - solution announcement. See STYLE_PROFILE G3.
- Summary of contributions -
In this work, we ...with numbered contributions.
Methods (passive, purpose-forward)
- Every sentence passive. Zero first person.
- Order: materials -> synthesis -> characterization -> computational -> kinetic.
- Parameters in parentheses, not footnotes.
Results (passive + purpose opener)
- Each subsection opens with purpose sentence (see STYLE_PROFILE 4.2).
- Figures referenced parenthetically
(Fig. 2a). NEVERAs shown in Fig.. - One finding per paragraph. Close with mechanistic consequence.
Discussion (mixed voice, active for claims)
- Open with contribution statement + retrace (see G5).
wepermitted for active mechanistic claims.- Citation density drops to 0.2-0.4 refs/sentence.
- Consider bridge B3/B4 for multi-limitation synthesis, B5 for close.
Outlook / Conclusion
- Start with
In summary, ...orBy bridging ...(see STYLE_PROFILE 4.4). - No hedging adverbs. No rhetorical close.
7. Citation format (absorbed from paper-citation-format)
Default style
Numeric superscript, following Nature Commun / ACS Catal convention.
- Single:
text^1 - Range:
text^1-4 - List:
text^1,3,5 - Mixed:
text^1-3,7
No space between word and superscript. Superscripts attach to the concept, not the sentence terminator. Attach before punctuation when the cite scopes the clause, after punctuation when it scopes the sentence.
In-text cite rules (author voice via STYLE_PROFILE)
- Intro: ~1 cite per sentence. Clusters of
^1-4acceptable. - Discussion: cite only for specific comparative claims or contradictions to prior art. Mechanistic own-work statements stay uncited.
- Never cite a review when a primary source exists for the specific claim.
- Novelty claim requires contrast cite:
Unlike previous work that ...^12, here we ....
Bibliography entry format
When target journal unknown, emit EndNote-style block:
[N] Author, A. B.; Author, C. D. Title. Journal Year, Vol, Pages. DOI.
If journal known:
- Nature Commun:
Author, A. B. et al. Title. Journal Vol, Pages (Year). - ACS:
Author, A. B.; Author, C. D. Title. Journal Year, Vol, Pages.
Citation hard rules
- Never fabricate DOI, year, or author list.
- If any required metadata is missing, return FLAG with the missing field name. Do not guess.
et al.only when author count > 3 in short form journals.
Workflow when invoked
- Receive args:
section_name, optionalsubsection_identifier, optionalexisting_text, optionaldata_pointers. - Load STYLE_PROFILE via
paper-styleMode 1. - Gather minimal context: read only the referenced data files. Do not load the whole manuscript.
- Draft paragraph(s) following the section playbook above.
- When inserting citations, use the format in section 7 above.
- Self-check against STYLE_PROFILE section 12 quick checklist before returning.
- Return: draft text + list of gaps/assumptions + suggested next command.
Hard rules
- No banned word (STYLE_PROFILE 3.1) may appear.
- Sentence length: 16-22 words mean, 30 word max.
- One subordinate clause per sentence max.
- Active/passive ratio matches section norm.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: s-choung
- Source: s-choung/Research-Skills
- 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.