agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
This skill should be used when the user asks for a publication-quality scientific figure or table, wants help choosing the right chart for results, needs a paper-ready pubfig or pubtab workflow, wants a figure + companion table for a results section, wants an Excel sheet turned
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill publication-chart-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/publication-chart-skillContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks for a publication-quality scientific figure or table, wants help choosing the right chart for results, needs a paper-ready pubfig or pubtab workflow, wants a figure + companion table for a results section, wants an Excel sheet turned
name: publication-chart-skill description: This skill should be used when the user asks for a publication-quality scientific figure or table, wants help choosing the right chart for results, needs a paper-ready pubfig or pubtab workflow, wants a figure + companion table for a results section, wants an Excel sheet turned into publication-ready LaTeX, or wants an existing scientific figure/table reviewed and upgraded. version: 0.2.0
Use this skill to turn research results into **publication-grade figures and tables** with an end-to-end workflow.
Primary production stack:
This skill covers the full delivery chain:
1. understand the scientific communication goal, 2. choose the right artifact type, 3. map the task to `pubfig`, `pubtab`, or both, 4. generate concrete runnable instructions, 5. export paper-ready assets, 6. run publication QA, 7. propose targeted revisions.
Trigger this skill for requests like:
Do **not** use this skill when the task is mainly:
For simple composite assembly after the figure content is already strong, use the optional secondary workflow in `references/composite-assembly.md`.
Expect some combination of:
The minimum useful output is:
Before generating anything, identify:
Prefer the smallest environment check that helps execution. When the bundled helper script is available, use it first:
Equivalent manual checks are still acceptable when needed:
Report the result clearly as **available** or **missing**.
If a dependency is missing and the task requires runnable execution:
Equivalent concrete commands include:
If auto-install fails, report the exact failure and then degrade gracefully.
Do not block on a full environment audit.
Classify the request along these axes:
Do not jump into plotting code before the communication target is clear.
Before plotting research results, lock the evidence contract:
If these are unclear, ask or produce an audit recommendation instead of a polished figure. Do not create a paper-ready plot while the unit of analysis, missing-cell handling, or error-bar basis is unresolved.
Choose the representation based on the scientific claim, not novelty or visual flair.
Common families:
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…