ChatSpatial: Skill for Claude Code

.agents/skills/publication-ready/SKILL.md

publication-ready is a skill for Claude Code from cafferychen777/ChatSpatial. It costs 71 tokens per session (1,518 once invoked), scanned A, original, MIT.

A figure-making guide for research papers, presentations, and reports. It describes formatting for journals such as Nature, Cell, and Science, including dimensions, resolution, fonts, colors, and reproducibility.

In plain words
What is it for?
Use it to prepare publication figures, choose journal-appropriate sizes and resolution, apply colorblind-friendly styling, and export charts for papers or presentations.
Why use it?
It helps turn analysis results into figures that meet common publication requirements and remain readable. Consistent documented settings also make later revisions easier.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; installed under .agents/ (shared by several agents).

This is cafferychen777/ChatSpatial's own configuration. It tells Claude Code how to work on ChatSpatial itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ChatSpatial configures →

Reuse

Borrowing it

Nothing to install: this file belongs to cafferychen777/ChatSpatial. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/cafferychen777/ChatSpatial/main/.agents/skills/publication-ready/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cafferychen777/ChatSpatial

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for publication-ready

README.md
[![agentmods](https://agentmods.dev/badge/skills/cafferychen777/chatspatial/publication-ready/github.svg)](https://agentmods.dev/skills/cafferychen777/chatspatial/publication-ready)
Your own site
<a href="https://agentmods.dev/skills/cafferychen777/chatspatial/publication-ready"><img src="https://agentmods.dev/badge/skills/cafferychen777/chatspatial/publication-ready/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for publication-ready

Your own site · 80×15
<a href="https://agentmods.dev/skills/cafferychen777/chatspatial/publication-ready"><img src="https://agentmods.dev/badge/skills/cafferychen777/chatspatial/publication-ready.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,518 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01518
Opus 5 $0.00036 $0.00759
Sonnet 5 $0.00014 $0.00304
Haiku 4.5 $0.00007 $0.00152

Measured 11d ago against content hash f9436430ae99, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

publication-ready scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/publication-ready/SKILL.md · 256 lines

How it starts

The opening of the file, as written. The whole thing — 256 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Publication-Ready Figures

Overview

This skill creates publication-quality visualizations following journal standards.

Key principles:

  1. Clarity over decoration: Every element serves a purpose
  2. Consistent styling: Uniform fonts, colors, and sizing
  3. Reproducibility: Settings documented for revision cycles

Journal Standards Quick Reference

Figure Dimensions

Journal Single Column 1.5 Column Double Column
Nature 89 mm 120 mm 183 mm
Cell 85 mm 114 mm 174 mm
Science 55 mm 117 mm 183 mm

Height: Typically 1:1 to 1:1.5 aspect ratio; max ~230mm

Resolution Requirements

Format Resolution Use Case
Print 300-600 DPI Final submission
Vector (PDF/SVG) N/A Preferred for line art
Web/Review 150 DPI Initial submission

Font Standards

Recommended fonts:
- Sans-serif: Arial, Helvetica (most common)
- Serif: Times New Roman (less common for figures)

Size guidelines:
- Axis labels: 7-8 pt
- Tick labels: 6-7 pt
- Panel labels (a, b, c): 8-10 pt, bold
- Annotations: 6-8 pt

Color Guidelines

Colorblind-Friendly Palettes

Recommended categorical palette:

Blue:    #0072B2
Orange:  #E69F00
Green:   #009E73
Yellow:  #F0E442
Sky:     #56B4E9
Red:     #D55E00
Pink:    #CC79A7
Gray:    #999999

Sequential palettes:

  • Expression: viridis, magma, inferno
  • Diverging: RdBu (centered at 0), coolwarm

Color Usage Rules

  1. Maximum 7-8 colors for categorical data
  2. Consistent color mapping across all panels
  3. Avoid red-green combinations (colorblind unfriendly)
  4. White background for most journals

Multi-Panel Figure Layout

Panel Organization

Standard layouts:

2-panel: [a][b]

3-panel: [a][b]    or    [a][b][c]
         [c]

4-panel: [a][b]
         [c][d]

6-panel: [a][b][c]
         [d][e][f]

Panel Labels

  • Position: Top-left corner of each panel
  • Style: Lowercase bold (a, b, c) or uppercase (A, B, C)
  • Font: Same as figure, 8-10 pt bold

Read the full file on GitHub · 256 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 256 lines · 71 tokens per session scan A f9436430ae99

Subscribe to this mod's changes

publication-ready is a skill published in the GitHub repository cafferychen777/ChatSpatial (44 stars, last pushed 26d ago), licensed MIT. It adds 71 tokens to every session and 1,518 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cellxgene-census-query

Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, and integrate with scanpy/PyTorch for population-scale single-cell analysis. Use this skill when: (1) Querying single-cell expression data by cell type, tissue, or disease, (2) Exploring available single-cell datasets…

PharMolix/OpenBioMed · 105 tokens

bulkrna-deconvolution

Load when estimating cell-type proportions in bulk RNA-seq samples from a single-cell or signature-matrix reference. Skip when the data is already single-cell (no deconvolution needed); spatial deconvolution (use spatial-deconv).

TianGzlab/OmicsClaw · 54 tokens

bulkrna-trajblend

Load when placing bulk RNA-seq samples on a single-cell reference's pseudotime axis (NNLS deconvolution + nearest-neighbour mapping). Skip when plain cell-type proportions (use bulkrna-deconvolution); native single-cell trajectory inference (use sc-pseudotime).

TianGzlab/OmicsClaw · 65 tokens

scientific-schematics

Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.1 Pro Preview for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways…

Lord1Egypt/scientific-agent-toolkit · 68 tokens

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…

Lord1Egypt/scientific-agent-toolkit · 66 tokens

scientific-slides

Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and…

Lord1Egypt/scientific-agent-toolkit · 65 tokens