Agent skill

search

Search all Japanese NLP resources (libraries, models, datasets, tutorials, dictionaries, Hugging Face). Accepts keywords or natural language questions in any language.

taishi-igithub.com/taishi-iGitHub ↗
claude-codecan modify filesCC0-1.0
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: Bash
Path: plugins/awesome-japanese-nlp-resources/skills/search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,000

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

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

What's inside
Steps it walks through
  1. Instructions
  2. Step 0 — Validate input
  3. Step 1 — Interpret the query
  4. Step 2 — Locate the data file
  5. Step 3 — Search and score via Bash
  6. Step 4 — Re-rank with your judgment
  7. Step 5 — Format the output
  8. Step 6 — Output use-case selection guide table
Commands it runs
echo "RESOURCES_PATH=$RESOURCES_PATH"
More from awesome-japanese-nlp-resources
All skills →
About this skill
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.

Keep going