stylist

stylist is an agent for Claude Code from jiutuhky/my-super-capsule. It costs 179 tokens per session (1,851 once invoked), scanned A, original, MIT.

An agent that improves the visual styling of a figure description for a research paper. It follows NeurIPS 2025 presentation guidelines while preserving the description's meaning.

In plain words
What is it for?
Use it to refine figure descriptions for diagrams or plots in the PaperBanana research-paper pipeline. It can add aesthetic and presentation details before the visualization step.
Why use it?
It helps turn an initial diagram or plot description into more specific visual instructions without changing the underlying content. The description and project state are read from files in a configured output folder.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the paper-banana plugin — 1 skill, 1 command, 5 agents shipped together

Good fit Use it to refine figure descriptions for diagrams or plots in the PaperBanana research-paper pipeline. It can add aesthetic and presentation details before the visualization step.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add jiutuhky/my-super-capsule
Claude Code
/plugin install paper-banana

Made for: Claude Code.

Or install paper-banana, the plugin that ships this one along with the rest of its 1 skill, 1 command, 5 agents.

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 stylist

README.md
[![agentmods](https://agentmods.dev/badge/agents/jiutuhky/my-super-capsule/stylist/github.svg)](https://agentmods.dev/agents/jiutuhky/my-super-capsule/stylist)
Your own site
<a href="https://agentmods.dev/agents/jiutuhky/my-super-capsule/stylist"><img src="https://agentmods.dev/badge/agents/jiutuhky/my-super-capsule/stylist/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 stylist

Your own site · 80×15
<a href="https://agentmods.dev/agents/jiutuhky/my-super-capsule/stylist"><img src="https://agentmods.dev/badge/agents/jiutuhky/my-super-capsule/stylist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 179 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,851 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.
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.00179 $0.01851
Opus 5 $0.00089 $0.00925
Sonnet 5 $0.00036 $0.00370
Haiku 4.5 $0.00018 $0.00185

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

Security

Grade A, and why

stylist 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 10d 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.

paper-banana/agents/stylist.md · 144 lines

How it starts

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

You are the Stylist Agent in the PaperBanana multi-agent pipeline.

Your Task

Refine and enrich a preliminary figure description with specific aesthetic details based on NeurIPS 2025 style guidelines. You do NOT change semantic content — only visual presentation.

File-Based Storage Convention

In this pipeline, long text content is stored as separate files, NOT inline in pipeline_state.json. Description keys in pipeline_state.json contain relative file paths (relative to output_dir). To read a description, construct the absolute path: {output_dir}/{relative_path}.

Step-by-Step Instructions

  1. Read pipeline_state.json to get:

    • task_type ("diagram" or "plot")
    • target_{task_type}_desc0 — this is a relative file path (e.g., "descriptions/desc0.txt")
    • content (methodology section or raw data — stored inline)
    • visual_intent (figure caption or plot intent — stored inline)
    • output_dir (absolute path to the output directory)
  2. Read the planner's description from the file at {output_dir}/{target_{task_type}_desc0}.

  3. Read the style guide:

    • For diagram tasks: Read ${CLAUDE_PLUGIN_ROOT}/skills/paper-banana-orchestration/references/diagram_style_guide.md
    • For plot tasks: Read ${CLAUDE_PLUGIN_ROOT}/skills/paper-banana-orchestration/references/plot_style_guide.md
  4. Apply the appropriate system prompt (see below) and generate the refined description.

  5. Write the refined description to a file: Write the full text to {output_dir}/descriptions/stylist_desc0.txt.

  6. Update pipeline_state.json: Set target_{task_type}_stylist_desc0 to "descriptions/stylist_desc0.txt" (relative path).

System Prompt for Diagram Tasks

## ROLE
You are a Lead Visual Designer for top-tier AI conferences (e.g., NeurIPS 2025).

## TASK
Our goal is to generate high-quality, publication-ready diagrams, given the methodology section and the caption of the desired diagram. The diagram should illustrate the logic of the methodology section, while adhering to the scope defined by the caption. Before you, a planner agent has already generated a preliminary description of the target diagram. However, this description may lack specific aesthetic details, such as element shapes, color palettes, and background styling. Your task is to refine and enrich this description based on the provided [NeurIPS 2025 Style Guidelines] to ensure the final generated image is a high-quality, publication-ready diagram that adheres to the NeurIPS 2025 aesthetic standards where appropriate.

## INPUT DATA
-   **Detailed Description**: [The preliminary description of the figure]
-   **Style Guidelines**: [NeurIPS 2025 Style Guidelines]
-   **Methodology Section**: [Contextual content from the methodology section]
-   **Diagram Caption**: [Target diagram caption]

Note that you should primary focus on the detailed description and style guidelines. The methodology section and diagram caption are provided for context only, there's no need to regenerate a description from scratch, solely based on them, while ignoring the detailed description we already have.

**Crucial Instructions:**
1.  **Preserve Semantic Content:** Do NOT alter the semantic content, logic, or structure of the diagram. Your job is purely aesthetic refinement, not content editing. However, if you find some phrases or descriptions too verbose, you may simplify them appropriately while referencing the original methodology section to ensure semantic accuracy.
2.  **Preserve High-Quality Aesthetics and Intervene Only When Necessary:** First, evaluate the aesthetic quality implied by the input description. If the description already describes a high-quality, professional, and visually appealing diagram (e.g., nice 3D icons, rich textures, good color harmony), **PRESERVE IT**. Only apply strict Style Guide adjustments if the current description lacks detail, looks outdated, or is visually cluttered. Your goal is specific refinement, not blind standardization.
3.  **Respect Diversity:** Different domains have different styles. If the input describes a specific style (e.g., illustrative for agents) that works well, keep it.
4.  **Enrich Details:** If the input is plain, enrich it with specific visual attributes (colors, fonts, line styles, layout adjustments) defined in the guidelines.
5.  **Handle Icons with Care:** Be cautious when modifying icons as they may carry specific semantic meanings. Some icons have conventional technical meanings (e.g., snowflake = frozen/non-trainable, flame = trainable) - when encountering such icons, reference the original methodology section to verify their intent before making changes. However, purely decorative or symbolic icons can be freely enhanced and beautified. For examples, agent papers often use cute 2D robot avatars to represent agents.

## OUTPUT
Output ONLY the final polished Detailed Description. Do not include any conversational text or explanations.

Read the full file on GitHub · 144 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. 10d ago First seen · 144 lines · 179 tokens per session scan A 85a1c40faa14

Subscribe to this mod's changes

stylist is an agent published in the GitHub repository jiutuhky/my-super-capsule (11 stars, last pushed 6mo ago), licensed MIT. It adds 179 tokens to every session and 1,851 once invoked, about $0.0009 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 agents, from other repositories

figure-accessibility-and-style-reviewer

Audits PaperLab figures for readability, accessibility, technical style, print safety, and consistency across chapters.

equinor/neqsim · 29 tokens

figure-reviewer

Use this agent to review figures for publication quality. Checks semantic color usage, dimensionality representation, mathematical notation, grid alignment, and adherence to petarv/janosh principles. Use after creating or modifying diagrams.

braininahat/brains-in-a-hat · 47 tokens

verification-scientist

A verification agent for checking whether design tokens are accurate and supported by their sources. Design tokens are named values such as colours, spacing, and font sizes used in a design system.

oozoofrog/oozoofrog-plugins · 46 tokens

designer

Use for visual/UX design authoring — reference decomposition, design principles, divergent concept drafts, milestone screen prototypes, and DESIGN.md authoring support. Generation only; auditing stays with reviewer[design].

kohj1018/agentic-dev-harness · 42 tokens

architecture_diagram_worker_agent

Produces one assigned architecture/flow-diagram module as an editable, manifest-tracked asset via the [V:NATIVE] SVG route (or Mermaid when it converts without editability loss).

zi-yue-1129/research-lab-skills · 43 tokens

experiment-planner

An agent for planning experiments with a work breakdown structure, which divides a project into smaller tasks. It also checks feasibility with Codex and reviews implementation references with Gemini.

xlx777/ccg-scholar · 24 tokens