Skip to content

Deepshare-Official/CCF-Figure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCF Figure

A skill for generating publication-ready scientific figures from AI/CS research papers.
Classify paper type first, then select the optimal diagram structure automatically.


中文说明

点击展开 / 收起

是什么

CCF Figure 是一个专门为 AI / 计算机科学领域的研究人员设计,帮助你将论文内容转化为顶会顶刊级科研配图的工具。

核心理念来自「深度之眼」2026年6月11日发布的文章《科研绘图提示词第二弹》:
先判断论文类型,再选择最合适的图示结构,而不是千篇一律地套用“左输入-中模型-右输出”三段式模板。

支持平台

平台 使用方式
Claude Code 安装到 skills 目录后,在项目中自动调用
Codex 安装到 skills 目录后,生成完整提示词并辅助调用图像模型

功能特性

  • 自动分类:识别 7 种论文类型(方法 / 机制 / 评测 / 规律 / 机器人 / 交叉 / 综述)
  • 结构自选:从 11 种图示结构中自动匹配最优布局
  • 完整提示词:内置中英文双语提示词模板,可直接复制使用
  • 五大翻车预防:内置 Self-Check 清单,避免 AI 绘图的常见错误
  • 迭代协议:标准化修改流程,最多 3 轮迭代

支持的论文类型 × 图示结构

论文类型 推荐图示结构
A · 方法类 方法总览图 / 模型架构图
B · 机制 / 分析类 机制示意图(局部放大)/ 对比式方法图
C · 评测 / 基准类 评测流程图 / 数据构建流程图
D · 规律发现类 实验规律总结图 / 实验矩阵图
E · 机器人 / 具身智能 闭环反馈图(感知 → 规划 → 执行 → 反馈)
F · 交叉方向 跨学科应用框架图
G · 综述 / 位置 分类树 / 时间线 / 对比矩阵

视觉规范摘要

属性 规则
背景 纯白 #FFFFFF 或极浅灰 #F5F5F5
风格 二维扁平化矢量 — 禁止 3D 透视 / 霓虹渐变 / 装饰纹理
配色 功能性配色;最多 3 个色彩群组;强调色限橙 / 青绿 / 深蓝
文字 水平排布;最多 2 种字号;中文标签 + 英文专有名词
目标刊会 NeurIPS, ICML, ICLR, CVPR, ACL, Nature MI, IEEE TPAMI 等

安装方式

Claude Code

# 方式一:安装到 Claude Code 个人级 skills 目录(推荐,所有项目通用)
git clone https://github.com/Deepshare-Official/CCF-Figure \
  ~/.claude/skills/ccf-figure

# 方式二:安装到当前项目的 Claude Code skills 目录(仅当前项目可用)
git clone https://github.com/Deepshare-Official/CCF-Figure \
  .claude/skills/ccf-figure

Codex

# 方式一:安装到 Codex 个人级 skills 目录(推荐,所有项目通用)
git clone https://github.com/Deepshare-Official/CCF-Figure \
  ~/.agents/skills/ccf-figure

# 方式二:安装到当前项目的 Codex skills 目录(仅当前项目可用)
git clone https://github.com/Deepshare-Official/CCF-Figure \
  .agents/skills/ccf-figure

使用方式

安装完成后,在 Claude Code 或 Codex 中直接说:

帮我为这篇论文生成科研配图:
[发送你的论文原文,或粘贴论文标题 + 摘要 + 方法部分]

CCF Figure 会自动:

  1. 判断论文类型
  2. 选择最合适的图示结构
  3. 组装完整提示词
  4. 生成图像或输出可直接用于图像模型的完整提示词

文件结构

CCF-Figure/
├── SKILL.md                   ← 主工作流(Skill 入口)
├── references/
│   ├── prompt-template.md     ← 完整提示词模板(中英双语,可直接复制)
│   └── figure-types.md       ← 11 种图示类型规范 + 五大翻车问题
└── README.md                  ← 本文件

建议的 SKILL.md 头部配置

为了让 Claude Code 和 Codex 更稳定识别,建议 SKILL.md 开头使用如下 metadata:

---
name: ccf-figure
description: Generate publication-ready scientific figures for AI and computer science papers. Use when the user provides a paper title, abstract, method section, or full paper and wants a top-conference-style research diagram.
---

# CCF Figure

English Documentation

Click to expand / collapse

What It Is

CCF Figure is a Skill for researchers in AI and computer science.

It transforms paper content into publication-quality scientific figures that meet the visual standards of top conferences and journals.

The core methodology comes from DeepShare’s June 2026 article:
Classify the paper type first, then select the optimal diagram structure — rather than mechanically applying a generic “left-input → center-model → right-output” template.

Supported Platforms

Platform How it works
Claude Code Install it into the skills directory, then invoke it naturally in your project
Codex Install it into the skills directory, then use it to assemble complete scientific-figure prompts

Features

  • Auto-classification: Identifies 7 paper types — method, mechanism, benchmark, scaling, robotics, interdisciplinary, and survey
  • Structure auto-selection: Automatically matches the best layout from 11 diagram structures
  • Complete prompt library: Bilingual Chinese / English prompt templates, ready to copy and use
  • 5-failure-mode prevention: Built-in self-check checklist to avoid common AI figure mistakes
  • Iteration protocol: Standardized revision workflow, up to 3 rounds

Paper Type × Diagram Structure

Paper Type Recommended Diagram
A · Method Method Overview / Model Architecture
B · Mechanism / Analysis Mechanism Zoom-in / Contrastive Diagram
C · Benchmark / Evaluation Evaluation Pipeline / Data Construction Pipeline
D · Scaling Law / Empirical Trend Panel / Experimental Matrix
E · Robot / Embodied AI Closed-Loop Feedback Diagram
F · Interdisciplinary / AI for X Cross-domain Application Framework
G · Survey / Position Taxonomy Tree / Timeline / Comparison Matrix

Visual Specification

Property Rule
Background Pure white #FFFFFF or very light gray #F5F5F5
Style 2D flat vector — NO 3D, NO neon gradients, NO decorative textures
Color Functional only; max 3 color groups; accent colors limited to orange, cyan-green, and deep blue
Typography Horizontal only; max 2 font sizes; Chinese labels + English proper nouns
Target venues NeurIPS, ICML, ICLR, CVPR, ACL, Nature MI, IEEE TPAMI, etc.

Installation

Claude Code

# Option 1: Install as a user-level Claude Code skill, available across projects
git clone https://github.com/Deepshare-Official/CCF-Figure \
  ~/.claude/skills/ccf-figure

# Option 2: Install as a project-level Claude Code skill, available only in the current project
git clone https://github.com/Deepshare-Official/CCF-Figure \
  .claude/skills/ccf-figure

Codex

# Option 1: Install as a user-level Codex skill, available across projects
git clone https://github.com/Deepshare-Official/CCF-Figure \
  ~/.agents/skills/ccf-figure

# Option 2: Install as a project-level Codex skill, available only in the current project
git clone https://github.com/Deepshare-Official/CCF-Figure \
  .agents/skills/ccf-figure

Usage

After installation, simply say in Claude Code or Codex:

Generate a scientific figure for this paper:
[Paste your paper, or paste the paper title + abstract + method section]

CCF Figure will automatically:

  1. Classify the paper type
  2. Select the most appropriate diagram structure
  3. Assemble the complete image-generation prompt
  4. Generate the figure or output a complete prompt ready for an image model

File Structure

CCF-Figure/
├── SKILL.md                   ← Main workflow / Skill entry point
├── references/
│   ├── prompt-template.md     ← Full prompt template, bilingual and copy-paste ready
│   └── figure-types.md       ← 11 diagram type specs + 5 failure modes
└── README.md                  ← This file

Recommended SKILL.md Metadata

For better compatibility with Claude Code and Codex, it is recommended to start SKILL.md with the following metadata:

---
name: ccf-figure
description: Generate publication-ready scientific figures for AI and computer science papers. Use when the user provides a paper title, abstract, method section, or full paper and wants a top-conference-style research diagram.
---

# CCF Figure

License

MIT License — feel free to use, modify, and distribute with attribution.


Made with ❤️ for the AI research community · 深度之眼 Deepshare

About

CCF-Figure —— 为 AI / 计算机科学论文自动生成顶会级科研配图的智能助手。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors