Token导航 LogoToken导航TokenDH.com
AI 工具只读github未标认证来源可访问clear审计异常

infographicinfographic 搜索

Agent Skill

infographic 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

324

周安装

13

GitHub Stars

3

下载量

105
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:infographic(infographic 搜索)
来源仓库:https://github.com/zlh-428/naruto-skills
仓库路径:skills/infographic
安装命令:
npx skills add https://github.com/zlh-428/naruto-skills --skill infographic
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/zlh-428/naruto-skills --skill infographic

简介

infographic 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 适用于信息图表制作、数据可视化和创意内容生成场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Infographic Generator

Generate professional infographics with two dimensions: layout (information structure) and style (visual aesthetics).

Usage

# Auto-recommend combinations based on content
/infographic path/to/content.md

# Specify layout
/infographic path/to/content.md --layout hierarchical-layers

# Specify style (default: craft-handmade)
/infographic path/to/content.md --style technical-schematic

# Specify both
/infographic path/to/content.md --layout funnel --style corporate-memphis

# With aspect ratio
/infographic path/to/content.md --aspect portrait

# Direct content input
/infographic
[paste content]

# Direct input with options
/infographic --layout linear-progression --style aged-academia
[paste content]

Options

OptionDescription
--layout <name>Information layout (20 options, see Layout Gallery)
--style <name>Visual style (17 options, default: craft-handmade)
--aspect <ratio>landscape (16:9), portrait (9:16), square (1:1)
--lang <code>Output language (en, zh, ja, etc.)

Two Dimensions

DimensionControlsCount
LayoutInformation structure: hierarchy, flow, relationships20 types
StyleVisual aesthetics: colors, textures, artistic treatment17 types

Layout × Style can be freely combined. Example: --layout hierarchical-layers --style craft-handmade creates a hierarchy with playful hand-drawn aesthetics.

Layout Gallery

LayoutBest For
linear-progressionTimelines, step-by-step processes, tutorials
binary-comparisonA vs B, before-after, pros-cons
comparison-matrixMulti-factor comparisons
hierarchical-layersPyramids, concentric circles, priority levels
tree-branchingCategories, taxonomies
hub-spokeCentral concept with related items
structural-breakdownExploded views, cross-sections, part labeling
bento-gridMultiple topics, overview (default)
icebergSurface vs hidden aspects
bridgeProblem-solution, gap-crossing
funnelConversion processes, filtering
isometric-mapSpatial relationships, locations
dashboardMetrics, KPIs, data display
periodic-tableCategorized collections
comic-stripNarratives, sequences
story-mountainPlot structure, tension arcs
jigsawInterconnected parts
venn-diagramOverlapping concepts
winding-roadmapJourney, milestones
circular-flowCyles, recurring processes

Detailed layout definitions: references/layouts/<layout>.md

Style Gallery

StyleDescription
craft-handmade (Default)Hand-drawn illustration, paper craft aesthetic
claymation3D clay figures, playful stop-motion
kawaiiJapanese cute, big eyes, pastel colors
storybook-watercolorSoft painted illustrations, whimsical
chalkboardColorful chalk on black board
cyberpunk-neonNeon glow on dark, futuristic
bold-graphicComic style, halftone dots, high contrast
aged-academiaVintage science, sepia sketches
corporate-memphisFlat vector people, vibrant fills
technical-schematicBlueprint, isometric 3D, engineering
origamiFolded paper forms, geometric
pixel-artRetro 8-bit, nostalgic gaming
ui-wireframeGrayscale boxes, interface mockup
subway-mapTransit diagram, colored lines
ikea-manualMinimal line art, assembly style
knollingOrganized flat-lay, top-down
lego-brickToy brick construction, playful

Detailed style definitions: references/styles/<style>.md

Recommended Combinations

Based on content analysis, system recommends 3-5 layout×style combinations:

Content TypeRecommended Combination
Timeline/Historylinear-progression + craft-handmade
Step-by-step Processlinear-progression + ikea-manual
Comparison (A vs B)binary-comparison + corporate-memphis
Hierarchy/Levelshierarchical-layers + craft-handmade
Relationships/Overlapvenn-diagram + craft-handmade
Conversion/Salesfunnel + corporate-memphis
Recurring Processcircular-flow + craft-handmade
Technical/Systemstructural-breakdown + technical-schematic
Data/Metricsdashboard + corporate-memphis
Educational/Overviewbento-grid + chalkboard
Journey/Roadmapwinding-roadmap + storybook-watercolor
Categories/Typesperiodic-table + bold-graphic

Default combination: bento-grid + craft-handmade

File Structure

Each session creates an independent directory:

infographic/{topic-slug}/
├── source-{slug}.{ext}             # Source files
├── analysis.md                     # Deep content analysis
├── structured-content.md           # Instructional content structure
├── prompts/
│   └── infographic.md              # Generated prompt
└── infographic.png                 # Output image

Slug Generation:

  1. Extract main topic from content (2-4 words, kebab-case)
  2. Example: "Machine Learning Basics" → ml-basics

Conflict Resolution: If infographic/{topic-slug}/ already exists:

  • Append timestamp: {topic-slug}-YYYYMMDD-HHMMSS
  • Example: ml-basics exists → ml-basics-20260120-103052

Instructional Design Approach

This skill applies a world-class instructional designer mindset to infographic creation:

  1. Deep Understanding: Read and comprehend the source material thoroughly
  2. Learning Objectives: Identify what the viewer should understand after seeing the infographic
  3. Information Architecture: Structure content for maximum clarity and retention
  4. Visual Storytelling: Use visuals to communicate complex ideas accessibly
  5. Verbatim Data: Preserve all source data exactly as written—no summarization or rephrasing of facts

Workflow

Step 1: Analyze Content → analysis.md

Read source content and perform deep instructional analysis.

Actions:

  1. Save source content (if not already a file):

- If user provides a file path: use as-is - If user pastes content: save to source.md in target directory

  1. Deep reading:

- Read the entire document thoroughly - Develop deep understanding before proceeding - Identify core message and purpose

  1. Content analysis: Aspect Questions to Answer Main Topic What is this content fundamentally about? Data Type Timeline? Hierarchy? Comparison? Process? Relationships? Complexity Simple (3-5 points) or complex (6-10+ points)? Tone Technical, educational, playful, serious, persuasive? Audience Who is the intended viewer? What do they already know?
  2. Language detection:

- Detect source language from content - Detect user language from conversation - Note if source_language ≠ user_language (will ask in Step 4)

  1. Extract design instructions from user input:

- Style preferences (colors, mood, aesthetic) - Layout preferences (structure, organization) - Any specific visual requirements - Separate these from content—they go in the Design Instructions section

  1. Save to analysis.md

Analysis Output Format:

---
title: "[Main topic title]"
topic: "[Category: educational/technical/business/etc.]"
data_type: "[timeline/hierarchy/comparison/process/etc.]"
complexity: "[simple/moderate/complex]"
source_language: "[detected language]"
user_language: "[user's language]"
---

## Main Topic
[1-2 sentence summary of what this content is about]

## Learning Objectives
After viewing this infographic, the viewer should understand:
1. [Primary objective]
2. [Secondary objective]
3. [Tertiary objective if applicable]

## Target Audience
- **Knowledge Level**: [Beginner/Intermediate/Expert]
- **Context**: [Why they're viewing this]
- **Expectations**: [What they hope to learn]

## Content Type Analysis
- **Data Structure**: [How information relates to itself]
- **Key Relationships**: [What connects to what]
- **Visual Opportunities**: [What can be shown rather than told]

## Design Instructions (from user input)
[Any style, color, layout, or visual preferences extracted from user's steering prompt]

Step 2: Generate Structured Content → structured-content.md

Transform analyzed content into a structured format for the infographic designer.

Instructional Design Process:

  1. Create high-level outline:

- Title that captures the essence - List all main learning objectives - Identify the logical flow

  1. Flesh out each section:

- For each learning objective, create a section - Mix conceptual explanations with practical elements - Preserve all source data verbatim—do not summarize or rephrase

  1. Structure for visual communication:

- Identify what becomes a headline - Identify what becomes supporting text - Identify what becomes a visual element - Identify data points, statistics, or quotes

Critical Rules:

RuleRequirement
Output formatMarkdown only
ToneExpert trainer: knowledgeable, clear, encouraging
No new informationDo not add anything not in the source
Verbatim dataAll statistics, quotes, and facts copied exactly

Structured Content Format:

# [Infographic Title]

## Overview
[Brief description of what this infographic conveys]

## Learning Objectives
The viewer will understand:
1. [Objective 1]
2. [Objective 2]
3. [Objective 3]

---

## Section 1: [Section Title]

**Key Concept**: [One-sentence summary]

**Content**:
- [Point 1 - verbatim from source]
- [Point 2 - verbatim from source]
- [Point 3 - verbatim from source]

**Visual Element**: [What to show visually]

**Text Labels**:
- Headline: "[Exact text for headline]"
- Subhead: "[Exact text for subhead]"
- Labels: "[Label 1]", "[Label 2]", ...

---

## Section 2: [Section Title]
[Continue pattern...]

---

## Data Points (Verbatim)
[All statistics, numbers, quotes exactly as they appear in source]
- "[Exact quote or statistic 1]"
- "[Exact quote or statistic 2]"

---

## Design Instructions
[Extracted from user's steering prompt]
- Style: [preferences]
- Colors: [preferences]
- Layout: [preferences]
- Other: [any other visual requirements]

Step 3: Generate Layout×Style Recommendations

Based on analysis and structured content, recommend 3-5 combinations.

Selection Criteria:

FactorHow to Match
Data structureTimeline→linear-progression, Hierarchy→hierarchical-layers, etc.
Content toneTechnical→technical-schematic, Playful→kawaii, etc.
AudienceBusiness→corporate-memphis, Educational→chalkboard, etc.
ComplexitySimple→sparse layouts, Complex→dense layouts
User preferencesHonor any design instructions from Step 1

Format each recommendation:

[Layout] + [Style]: [Brief rationale based on content analysis]

Step 4: Confirm Options

IMPORTANT: Present ALL options in a single confirmation step using AskUserQuestion.

Questions to ask:

QuestionWhen to Ask
CombinationAlways (required)
Aspect ratioAlways
LanguageOnly if source_language ≠ user_language

AskUserQuestion format:

Question 1 (Combination) - always:

  • Option A (Recommended): [layout] + [style] - [brief rationale]
  • Option B: [layout] + [style] - [brief rationale]
  • Option C: [layout] + [style] - [brief rationale]
  • Custom: Specify your own layout and/or style

Question 2 (Aspect) - always:

  • landscape (16:9, Recommended) - standard presentation
  • portrait (9:16) - mobile/social media
  • square (1:1) - social media posts

Question 3 (Language) - only if source ≠ user language:

  • [Source language] (matches content)
  • [User language] (your preference)

Language handling:

  • If source language = user language: Just inform user
  • If different: Ask which language to use for all text

Step 5: Generate Prompt → prompts/infographic.md

Create an image generation prompt.

Process:

  1. Read layout definition from references/layouts/<layout>.md
  2. Read style definition from references/styles/<style>.md
  3. Read base prompt template from references/base-prompt.md
  4. Combine with structured content from Step 2
  5. All text in prompt uses confirmed language

Prompt Structure:

Topic: [main topic from analysis]
Layout: [selected layout]
Style: [selected style]
Aspect: [confirmed ratio]
Language: [confirmed language]

## Layout Guidelines
[From layout definition file]

## Style Guidelines
[From style definition file]

## Content to Visualize

### Learning Objectives
[From structured-content.md]

### Sections
[From structured-content.md - each section with its visual elements]

### Data Points (Verbatim)
[All exact statistics, quotes, and facts from source]

## Text Labels (in [language])
[All text that appears in the infographic, organized by section]

## Design Instructions
[Any specific visual requirements from user's steering prompt]

Step 6: Generate Image

Image Generation Skill Selection:

  1. Check available image generation skills
  2. If multiple skills available, ask user to choose

Generation: Call selected image generation skill with:

  • Prompt file path: prompts/infographic.md
  • Output path: infographic.png
  • Aspect ratio parameter if supported

Error handling:

  • On failure, auto-retry once before reporting error
  • If retry fails, inform user with error details

Step 7: Output Summary

Infographic Generated!

Topic: [topic from analysis]
Layout: [layout name]
Style: [style name]
Aspect: [aspect ratio]
Language: [confirmed language]
Location: [output directory path]

Learning Objectives Covered:
1. [Objective 1] ✓
2. [Objective 2] ✓
3. [Objective 3] ✓

Files:
✓ analysis.md
✓ structured-content.md
✓ prompts/infographic.md
✓ infographic.png

Preview to image to verify it matches your expectations.

Quality Checklist

Before generating final image, verify:

  • All source data preserved verbatim (no summarization)
  • Learning objectives clearly represented
  • Layout matches information structure
  • Style matches content tone and audience
  • All text labels in correct language
  • Design instructions from user honored
  • Visual hierarchy supports comprehension

References

Detailed templates and guidelines in references/ directory:

  • analysis-framework.md - Instructional design analysis methodology
  • structured-content-template.md - Structured content format and examples
  • base-prompt.md - Base prompt template for image generation
  • layouts/<layout>.md - Detailed layout definitions (20 files)
  • styles/<style>.md - Detailed style definitions (17 files)

Notes

  • Layout determines information architecture; style determines visual treatment
  • Default style craft-handmade works well with most layouts
  • Technical content benefits from technical-schematic or ui-wireframe
  • Educational content works well with chalkboard, storybook-watercolor
  • Business content pairs with corporate-memphis, dashboard
  • All text in the infographic uses the confirmed language
  • Never add information not present in the source document
  • Statistics and quotes must be copied exactly—no paraphrasing

Extension Support

Custom styles and configurations via EXTEND.md.

Check paths (priority order):

  1. .content-gen-skills/infographic/EXTEND.md (project)
  2. ~/.content-gen-skills/infographic/EXTEND.md (user)

If found, load before Step 1. Extension content overrides defaults.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

31.32%
按下载量换算33

Claude Code

22.97%
按下载量换算24

Gemini CLI

16.3%
按下载量换算17

trae

13.33%
按下载量换算14

Cursor

7.43%
按下载量换算8

windsurf

3.77%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills