ljg-skills/ljg-word

针对输入的 `word`(转换为小写,首字母大写),进行以下分析,直接在对话中用 Markdown 输出:

Content Preview
---
name: ljg-word
description: Deep-dive English word mastery tool. Deconstructs a single English word into core semantics and epiphany. Use when user asks to explain/master a specific English word.
version: "1.0.1"
user_invocable: true
---

## Usage

<example>
User: Deeply explain the word "Serendipity".
Assistant: [Calls ljg-explain-words with "Serendipity"]
</example>

## Instructions

目标不是翻译,而是让用户掌握这个词的深层含义和用法。

针对输入的 `word`(转换为小写,首字母大写),进行以下分析,直接在对话中用 Markdown 输出:

### 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ljg-skills/ljg-word.md \
  https://raw.githubusercontent.com/lijigang/ljg-skills/main/skills/ljg-word/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/SKILL.md

Related Skills