ljg-skills/ljg-word-flow

Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs ljg-word (generates deep semantics analysis) then ljg-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card.

Content Preview
---
name: ljg-word-flow
description: "Word flow: deep-dive word analysis + infograph card in one go. Takes one or more English words, runs ljg-word (generates deep semantics analysis) then ljg-card -i (generates infograph PNG). Use when user says '词卡', 'word card', 'word flow', or provides English words wanting both analysis and visual card."
user_invocable: true
version: "1.0.1"
---

# ljg-word-flow: 词卡

一条命令完成:解词 → 铸信息图。支持多词并行。

## 模式

**强制 NATIVE 模式。** 本 workflow 是纯 skill 管道(ljg-word → ljg-ca
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ljg-skills/ljg-word-flow.md \
  https://raw.githubusercontent.com/lijigang/ljg-skills/main/skills/ljg-word-flow/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/lijigang/ljg-skills

Then reference at skills/ljg-word-flow/SKILL.md

Related Skills