From ljg-skills
Takes English words, runs ljg-word for deep semantics analysis then ljg-card -i to generate an infographic PNG. Supports multiple words in parallel.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ljg-skills:ljg-word-flowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
一条命令完成:解词 → 铸信息图。支持多词并行。
一条命令完成:解词 → 铸信息图。支持多词并行。
强制 NATIVE 模式。 本 workflow 是纯 skill 管道(ljg-word → ljg-card -i),不需要 Algorithm 的七步流程。直接按下方执行步骤调用 skill,不走 OBSERVE/THINK/PLAN/BUILD/EXECUTE/VERIFY/LEARN。
直接传入一个或多个英文单词,空格分隔。
/ljg-word-flow Obstacle
/ljg-word-flow Serendipity Resilience Entropy
从用户消息中提取所有英文单词。
对每个单词,串行执行两步:
步骤 A — 解词(ljg-word):
调用 Skill tool 执行 ljg-word,传入单词。在对话中输出 Markdown 解析结果。
步骤 B — 铸信息图(ljg-card -i):
以步骤 A 的解析内容为输入,调用 Skill tool 执行 ljg-card -i。生成 PNG 文件到 ~/Downloads/。
多个单词时,每个单词启动一个 Agent subagent 并行处理(每个 subagent 内部 A→B 串行)。
════ 词卡完成 ═══════════════════════
📖 {Word1}
🖼️ ~/Downloads/{Word1}.png
📖 {Word2}
🖼️ ~/Downloads/{Word2}.png
...
npx claudepluginhub lijigang/ljg-skills --plugin ljg-skillsDeconstructs an English word into core semantics, original imagery, and philosophical insight. Invoke when a user asks to deeply explain or master a specific English word.
Decomposes words into roots, prefixes, and suffixes to accelerate vocabulary acquisition and improve retention in any language.
Generates AntV Infographic DSL code from text content to create data visualizations. Activates when users request infographic creation.