Infographic icon indicating copy to clipboard operation
Infographic copied to clipboard

能否在项目介绍中添加关于集成到 Claude Code Skills 中的说明?

Open balabalabalading opened this issue 2 months ago • 5 comments

我注意到项目中包含多个 SKILL.md 文档,这是否意味着项目可以集成到 Claude Code Skills 中?

balabalabalading avatar Dec 29 '25 13:12 balabalabalading

是的,https://github.com/antvis/Infographic/pull/91

@yrom 帮忙贡献提供的,确实可以在 readme 中格式的地方加入文档

hustcc avatar Dec 29 '25 14:12 hustcc

mkdir -p ~/.claude/skills/infographic-creation
cd ~/.claude/skills/infographic-creation
wget https://raw.githubusercontent.com/antvis/Infographic/refs/heads/main/SKILL.md
# restart claude
claude
> Create an infographic for this project's main workflow using infographic-creation skill

The skill now is generated a complete HTML file and then manually export it as SVG, it's not very user-friendly . After #104 merged, SKILL will be able to directly export SVG.

yrom avatar Dec 29 '25 14:12 yrom

@yrom Good work, I would really appreciate it if you could add the relevant instructions to the antv infographic website. 👍

Aarebecca avatar Dec 30 '25 08:12 Aarebecca

是否考虑将 SKILL.md 移动到类似 infographic-creation 目录(更符合标准规范)?

也便于 skill-installer 中快速开始:$skill-installer install https://github.com/antvis/Infographic/tree/main/infographic-creation

nblog avatar Dec 31 '25 06:12 nblog

是否考虑将 SKILL.md 移动到类似 infographic-creation 目录(更符合标准规范)?

也便于 skill-installer 中快速开始:$skill-installer install https://github.com/antvis/Infographic/tree/main/infographic-creation

目前相关 skill 置于 .skills 目录下,后续会对根目录 SKILL.md 调整

Aarebecca avatar Jan 02 '26 14:01 Aarebecca

@nblog 可以在 Readme 或者官网中查看如何在 claude code 或者 codex 中安装 skill。

Aarebecca avatar Jan 04 '26 05:01 Aarebecca