From claude-resources
Adds or updates Japanese kanji/hiragana wording rules to identical vocabulary-rule.md files in four w repo documentation directories. Use when users request new rules like 'ふうに should be 風に' with examples.
npx claudepluginhub takazudo/claude-resourcesrule description (e.g., ふうに should be 風に)This skill is limited to using the following tools:
Add a new wording rule to all 4 `vocabulary-rule.md` files in the w repo.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Add a new wording rule to all 4 vocabulary-rule.md files in the w repo.
All 4 files must be updated identically:
$HOME/repos/w/cg/doc/docs/overview/vocabulary-rule.md$HOME/repos/w/esa/doc/docs/overview/vocabulary-rule.md$HOME/repos/w/message/doc/docs/overview/vocabulary-rule.md$HOME/repos/w/zpaper/doc/docs/overview/vocabulary-rule.mdRead the argument to understand the new rule. Expect format like:
ふうに should be 風に
そういうふうに → そういう風に
そういうふうな → そういう風な
The first line is the rule summary. Following lines are examples.
Read one of the target files to understand current structure and the last rule entry.
Compose a new rule section matching the existing format. Each rule section has:
### heading with the word pair (e.g., ### 「ふうに」と「風に」)<!-- ✅ Good --> and <!-- ❌ Bad --> examples**判断基準:** section with bullet points summarizing the decision criteriaAppend the new section to the end of each target file. Use the Edit tool on all 4 files.
Report what was added.
For a rule "ふうに should be 風に":
### 「風に」と「ふうに」
「風に」「風な」と漢字で表記する。「ふうに」「ふうな」とひらがなで書かない。
\`\`\`markdown
<!-- ✅ Good -->
そういう風に考えると、別の方法が良いかもしれません。
そういう風な書き方をする場合は注意が必要です。
<!-- ❌ Bad -->
そういうふうに考えると、別の方法が良いかもしれません。
そういうふうな書き方をする場合は注意が必要です。
\`\`\`
**判断基準:**
- 「〜風に」「〜風な」「〜風だ」→ 漢字「風」を使用