search
Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.
npx skills add taishi-i/awesome-japanese-nlp-resources --skill search --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
Search the awesome-japanese-nlp-resources database for: "$ARGUMENTS" ## Instructions ### Step 0 — Validate input If `$ARGUMENTS` is empty or blank, **stop immediately** and output: ``` Usage: /awesome-japanese-nlp-resources:search <query> Examples: /awesome-japanese-nlp-resources:search morphological analysis /awesome-japanese-nlp-resources:search BERT /awesome-japanese-nlp-resources:search named entity recognition /awesome-japanese-nlp-resources:search text classification dataset /awesome-japanese-nlp-resources:search sentence embedding Please pass the keyword(s) you want to search for as the argument. --- 使い方: /awesome-japanese-nlp-resources:search <query> クエリ例: /awesome-japanese-nlp-resources:search 形態素解析 /awesome-japanese-nlp-resources:search BERT /awesome-japanese-nlp-resources:search 固有表現認識 /awesome-japanese-nlp-resources:search テキスト分類 データセット /awesome-japanese-nlp-resources:search 文埋め込み 検索したいキーワードを引数に指定してください。 ``` Do **not** proceed to Step 1 if `$ARGUMENTS` is empty. ### Step 1 — Interpret the query The user's query is: "$ARGUMENTS" The data descriptions are in **English**, so always convert the query intent to English keywords before searching. **Keyword rules — read before
- Instructions
- Step 0 — Validate input
- Step 1 — Interpret the query
- Step 2 — Locate the data file
- Step 3 — Search and score via Bash
- Step 4 — Re-rank with your judgment
- Step 5 — Format the output
- Step 6 — Output use-case selection guide table
echo "RESOURCES_PATH=$RESOURCES_PATH"
What does the search skill do?
Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.
How do I install it?
Run `npx skills add taishi-i/awesome-japanese-nlp-resources --skill search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From taishi-i/awesome-japanese-nlp-resources, a repository with 1,000 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
