agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph,
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill nature-polishing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nature-polishingContext preview
The summary Claude sees to decide when to auto-load this skill.
Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph,
name: nature-polishing description: Polish, restructure, or translate academic prose into Nature-leaning English using writing-strategy principles, curated Nature/Nature Communications article patterns, and phrase-level support from Academic Phrasebank. Use whenever the user asks to polish a manuscript paragraph, abstract, introduction, results, discussion, conclusion, title, methods section, or Chinese academic draft for publication-quality English. version: 5.0.2 author: Yuan1z skill rebuilt from course notes plus Academic Phrasebank
Use this skill to improve scientific writing at two levels:
The main strategy should come from the course notes in `Chapter1-Week1-7` and the curated article-pattern reference. The wording layer should come from `Academic Phrasebank`.
These files are reference support. Use them after the section's rhetorical job is clear.
| File | Open when | |---|---| | [references/published-article-patterns.md](references/published-article-patterns.md) | You need Nature/Nature Communications article-level writing patterns for abstracts, introductions, Results, Discussion, conclusions, or titles | | [references/writing-strategy.md](references/writing-strategy.md) | You need paragraph- or section-level argument repair before sentence polishing | | [references/section-moves.md](references/section-moves.md) | You need section-specific move orders or phrase patterns derived from Academic Phrasebank | | [references/phrasebank-playbook.md](references/phrasebank-playbook.md) | You need hedging, transition, evidence, limitation, or future-work phrase families | | [references/style-guardrails.md](references/style-guardrails.md) | You need academic-style checks, paragraph/sentence checks, article use, register, or mechanics |
Before editing, determine what kind of paper or section this is.
Do not use one narrative logic for all paper types.
For article-level rewrites, especially abstracts, introductions, Results openings, Discussion paragraphs, conclusions, and titles, also apply the writing patterns in `references/published-article-patterns.md`.
Most readers follow a stable sequence:
1. Is this relevant to me? 2. What is new here? 3. Do I trust it? 4. Can I reuse it? 5. What does it mean, and where are the boundaries?
Polishing should help the paper answer these questions in this order.
Strong papers often mirror an hourglass:
If a paragraph or section violates this architecture, rebuild it before polishing wording.
For a research article, a productive writing order is:
1. Results 2. Introduction and Conclusion 3. Title 4. Discussion 5. Materials and Methods 6. Authors 7. Abstract
For a methods paper, a productive writing order often begins with:
1. Methods 2. Results 3. Introduction 4. Conclusion 5. Discussion 6. Abstract
The skill should follow the logic of evidence and argument, not the raw order in which the user drafted sentences.
The paper's core argument includes:
AI may help polish, structure, or compare phrasings. AI should not invent or author the core argument. If the argument is weak or unclear, expose that weakness rather than hiding it under polished language.
Before rewriting, identify the main problem:
Prioritize in this order:
`paper type -> section job -> paragraph logic -> claim/evidence/boundary -> sentence polish`
The Introduction should:
Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…