agentsclimarketplace

Terminology check

Skill feel-flow/agent-skills-examples/knowledge/terminology-check

用語集に基づいて表記揺れを検出し、修正を提案する。文書の校正時に使用。From its SKILL.md

Install
npx -y skills add feel-flow/agent-skills-examples --skill terminology-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.9 KB, 269 tokens by cl100k_base, as published. Nobody here has run it

用語統一チェック

手順

  1. references/terminology.yaml を読み込む
  2. 対象ファイルのテキストを走査する
  3. avoid に該当する表記を検出する
  4. 以下の形式で結果を報告する

出力形式

## 表記揺れチェック結果

- ファイル: [対象ファイル]
- 検出件数: X件

### 検出項目

1. 行XX: 「agent skills」→「Agent Skills」
2. 行XX: 「コンテクスト」→「コンテキスト」

注意事項

  • コードブロック内の表記は対象外とする
  • case_sensitive: true の用語は大文字小文字を厳密に判定する
  • context フィールドがある場合は、その条件に従って判断する

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.