From ljg-skills
Chains ljg-word for deep semantic analysis and ljg-card -i to generate infograph PNG cards for one or more English words. Processes multiples in parallel; manual invoke /ljg-word-flow or auto on word card requests.
npx claudepluginhub lijigang/ljg-skills --plugin ljg-skillsThis skill uses the workspace's default tool permissions.
一条命令完成:解词 → 铸信息图。支持多词并行。
Deconstructs English words into primitive imagery, core semantic formulas, multi-domain explanations, and bilingual philosophical quotes. Invoke on requests to deeply explain or master specific words.
Tiers vocabulary from text or topic into Tier 1 (everyday), Tier 2 (academic), Tier 3 (technical) categories with teaching priorities, sequences, word cards, and quick checks. Use for pre-teaching or EAL language barriers.
Generates AntV Infographic DSL code from text content to create visualizations like lists, sequences, charts, and hierarchies. Activates on user requests for infographics.
Share bugs, ideas, or general feedback.
一条命令完成:解词 → 铸信息图。支持多词并行。
强制 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
...