能否在项目介绍中添加关于集成到 Claude Code Skills 中的说明?
我注意到项目中包含多个 SKILL.md 文档,这是否意味着项目可以集成到 Claude Code Skills 中?
是的,https://github.com/antvis/Infographic/pull/91
@yrom 帮忙贡献提供的,确实可以在 readme 中格式的地方加入文档
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 Good work, I would really appreciate it if you could add the relevant instructions to the antv infographic website. 👍
是否考虑将 SKILL.md 移动到类似 infographic-creation 目录(更符合标准规范)?
也便于 skill-installer 中快速开始:$skill-installer install https://github.com/antvis/Infographic/tree/main/infographic-creation
是否考虑将
SKILL.md移动到类似infographic-creation目录(更符合标准规范)?也便于 skill-installer 中快速开始:
$skill-installer install https://github.com/antvis/Infographic/tree/main/infographic-creation
目前相关 skill 置于 .skills 目录下,后续会对根目录 SKILL.md 调整