ccf-visual-composer

ccf-visual-composer is a skill for Claude Code, Codex from mikubaka88/CCFA-Skills. It costs 86 tokens per session (1,411 once invoked), scanned A, original, MIT.

A visual design assistant for research papers, presentations, posters, and README graphics. It can lay out figures, tables, diagrams, icons, colors, and other visual elements, including editable SVG, PDF, and PPTX outputs.

In plain words
What is it for?
Use it to create or improve result tables, scientific diagrams, architecture and pipeline figures, icons, palettes, and outreach graphics. It can generate a raster draft and, when requested, reconstruct it as an editable file.
Why use it?
It helps turn scientific methods, results, or supplied content into clearer visuals and layouts. It also supports checking whether the rendered result is readable and arranged correctly.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ccfa-skills plugin — 17 skills shipped together

Good fit Use it to create or improve result tables, scientific diagrams, architecture and pipeline figures, icons, palettes, and outreach graphics. It can generate a raster draft and, when requested, reconstruct it as an editable file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mikubaka88/ccfa-skills/ccf-visual-composer
About the project

CCFA Skills is a family of agent skills that helps researchers develop the storyline and presentation of CCF-A research papers. It supports work across research ideas, literature, experiments, writing, figures, reviews, rebuttals, and submission while keeping the argument connected. The catalogue entry consists of the project's research-writing skills and plugin.

mikubaka88/CCFA-Skills · 2,395 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mikubaka88/CCFA-Skills --skill ccf-visual-composer
Clone the repo
git clone --depth 1 https://github.com/mikubaka88/CCFA-Skills

Made for: Claude Code, Codex.

Or install ccfa-skills, the plugin that ships this one along with the rest of its 17 skills.

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 ccf-visual-composer

README.md
[![agentmods](https://agentmods.dev/badge/skills/mikubaka88/ccfa-skills/ccf-visual-composer/github.svg)](https://agentmods.dev/skills/mikubaka88/ccfa-skills/ccf-visual-composer)
Your own site
<a href="https://agentmods.dev/skills/mikubaka88/ccfa-skills/ccf-visual-composer"><img src="https://agentmods.dev/badge/skills/mikubaka88/ccfa-skills/ccf-visual-composer/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 ccf-visual-composer

Your own site · 80×15
<a href="https://agentmods.dev/skills/mikubaka88/ccfa-skills/ccf-visual-composer"><img src="https://agentmods.dev/badge/skills/mikubaka88/ccfa-skills/ccf-visual-composer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,411 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
  • Socket pass 6 Sept 2026
  • Snyk pass 6 Sept 2026
  • 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.00086 $0.01411
Opus 5 $0.00043 $0.00705
Sonnet 5 $0.00017 $0.00282
Haiku 4.5 $0.00009 $0.00141

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

Security

Grade A, and why

ccf-visual-composer 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 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (resources/python/ccfa_plot_recipes.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

ccf-visual-composer/SKILL.md · 59 lines

How it starts

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

CCF Visual Composer

Invocation Controls

CCFA Handoff Mode: PARTIAL (Recommended). Follow metadata.ccf_skill_controls.handoff_question_mode, ../ccf-common/references/handoff-modes.md, and ../ccf-common/references/task-modes.md. Reuse shared rules already in context.

For a new scientific method or architecture concept, GPT Image 2 remains the default first-pass renderer unless the user requests pure SVG/code-first output or opts out. Use the verified host capability and its privacy/image instructions. Do not label an unknown backend as GPT Image 2. Existing authorization covers necessary generation and requested reconstruction; offer extra formats only when outside the request.

Core Rule

Create readable visuals from supplied content. Preserve values, units, uncertainty, exact labels, method modules, and typed connections. Quantitative plots use reproducible code. Missing data or topology requires the relevant evidence owner; do not invent it to complete a composition. Preserve scientific terminology and canonical uppercase acronyms; use natural case for ordinary labels.

Classify the destination as paper mechanism figure, presentation/poster, or README/outreach. Paper figures show representations and computation. Choose visual grammar from the method, not a fixed stage-card template.

Modes And Selective References

Read only the relevant sections below. A local edit starts from the existing source and applicable QA; it does not reload the complete generation workflow.

Mode Use and reference
visual-contract Non-trivial content/evidence/output decisions: references/visual-contract.md.
figure-design, python-plotting Numerical plots: select from references/python-plot-recipes.md, then import the needed recipe from resources/python/ccfa_plot_recipes.py; read implementation only to debug or adapt it. references/plot-inspiration-map.md is optional for an unresolved chart choice.
architecture-generation New concept: references/architecture-diagram-generation.md; paper-specific grammar only from references/paper-vs-presentation-diagrams.md.
pure-svg-generation Explicit deterministic route: use the supported topology and vector authoring source directly.
editable-reconstruction Semantic reconstruction sections in references/architecture-diagram-generation.md; load references/editable-pptx.md only for PPTX.
reference-layout-blueprint Supplied reference composition: references/reference-layout-blueprint.md; use references/adaptive-architecture-style.md when prompt refinement is needed.
icon-system Native primitives, reusable licensed icons, or necessary custom assets: references/icon-system.md.
table-design, layout-integration Supplied values, panel/float/caption placement: references/figure-table-layout.md.
render-qa Inspect the requested formats using the relevant checks in references/render-qa.md.

Read the full file on GitHub · 59 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. 5d ago Changed · -40 lines · -70 tokens per session ca858eab9495
  2. 11d ago First seen · 99 lines · 156 tokens per session scan A 9f080287f4af

Subscribe to this mod's changes

ccf-visual-composer is a skill published in the GitHub repository mikubaka88/CCFA-Skills (2,395 stars, last pushed 4d ago), licensed MIT. It adds 86 tokens to every session and 1,411 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

scientific-schematics

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

K-Dense-AI/scientific-agent-skills · 67 tokens

paper-poster-html

A workflow for building an academic conference poster as one HTML/CSS file and printing it to a PDF at an exact page size. It uses the paper’s real figures and checks layout details before review.

wanshuiyin/Auto-claude-code-research-in-sleep · 107 tokens

paperFig

Design, implement, revise, and validate publication-quality scientific figures from references, existing plotting code, and real project data. Trace every figure to source code and inputs; deconstruct reference figures; plan the scientific story and multi-panel structure; build complex model architecture and…

WUBING2023/PaperSpine · 126 tokens

latex-posters

Use when creating or revising LaTeX research posters with beamerposter, tikzposter, or baposter, including poster layout, typography, color, print sizing, figure placement, QR codes, compilation, and print-ready PDF checks.

foryourhealth111-pixel/Vibe-Skills · 53 tokens

figure-composer

Compose a publication-grade multi-panel scientific figure from a claim, dataset, or draft result. Use when the task needs panel planning, consistent figure layout, figure review, or final figure assembly.

companion-inc/feynman · 42 tokens

audit-scientific-figure

Review and score an existing scientific illustration in visible draw.io, Microsoft PowerPoint, or WPS Presentation without hiding defects through flattening. Use for reference-fidelity checks, layout cleanup, connector review, text-fit checks, deep editability and raster-atomicity inspection, local-region gates, or…

icebird1998/scientific-illustrator · 80 tokens