claude/skills/vocab-coach-claude-code-skill/SKILL.md
# Vocabulary Coach (語彙コーチ) — Claude Code Skill ## TL;DR 単発の質問は「問いの枠」に回答が閉じやすい。そこで **回答フェーズ**の前に、専門家がやっている **語彙供給フェーズ**(探索)を分離して実行する。 本スキルは、あなたの課題を読んで 1) 枠外を含む関連語彙を増やし(NE / 探索) 2) 使える語彙へ絞り(TI / 評価) 3) 次の調査クエリへ落とす ことに特化する。 --- ## 目的 - 「もっとこういう語彙で調べると良い」をAIにやらせる - 問いの枠を越えるための **言い換え** と **隣接領域** を意図的に混ぜる - そのまま検索・読書・実装調査に使える **クエリ** を吐かせる ## 想定ユースケース - 技術選定、UX改善、IA設計、顧客開発、運用設計などで「調べる入口」が見つからない - すでに1〜2語はあるが、その周辺語彙(別名/略語/代表実装/手法名)が欲しい - 課題が抽象的で、フレーム(見方)を変えたい ## 入力フォーマット(推奨) 最小: - 課題: 1〜2段落 より
npx skillsauth add lilpacy/dotfiles claude/skills/vocab-coach-claude-code-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
単発の質問は「問いの枠」に回答が閉じやすい。そこで 回答フェーズの前に、専門家がやっている 語彙供給フェーズ(探索)を分離して実行する。
本スキルは、あなたの課題を読んで
最小:
より良い:
失敗: 既知の語彙を言い換えただけで終わる
失敗: 用語が多すぎて使えない
失敗: 課題が薄くて的外れ
.claude/commands/vocab.md.claude/commands/reframe.md.claude/commands/reverse-index.mddevelopment
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.