ワンクリックで
update-catalog
Sync the AI tooling catalog with current GitHub stars and locally installed tools
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sync the AI tooling catalog with current GitHub stars and locally installed tools
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Find tools that probably belong in CATALOG.md but aren't there, via referenced-but-not-catalogued detection + a foundational-tools checklist. Use to audit the catalog for missing heavyweight tools. Triggers - "find catalog gaps", "what's missing from the catalog", "audit catalog completeness".
Add a tool to CATALOG.md + COMPARISON.md and propagate all counts, then sync and audit. Use when adding a single catalogued tool by its GitHub slug. Triggers - "add X to the catalog", "catalog this repo", "/add-catalog-entry owner/repo".
Bootstrap the recommended AI workflow in any repo — checks what's installed, creates CLAUDE.md with quality rules, and identifies gaps
Bootstrap the recommended AI workflow in any repo — checks what's installed, creates CLAUDE.md with quality rules, and identifies gaps
Audit your current AI tool setup against the recommended dev loop workflow and identify gaps
Evaluate an AI tool, skill, or plugin against the catalog and dev loop quality signals before adopting it
SOC 職業分類に基づく
| name | update-catalog |
| description | Sync the AI tooling catalog with current GitHub stars and locally installed tools |
Refresh the catalog by checking for new GitHub stars, newly installed local tools, and stale entries.
/update-catalog
# Current GitHub stars
gh api user/starred --paginate --jq '.[].full_name'
# Current local plugins
ls ~/.claude/plugins/cache/ 2>/dev/null
# Current local skills
ls ~/.claude/skills/ 2>/dev/null
# Current MCP servers
cat ~/.claude/settings.json 2>/dev/null
Read CATALOG.md. Compare:
For each new AI_DEV_TOOL:
gh api repos/{owner}/{repo} --jq '.description'
Determine: name, type, category, one-liner, problem it solves, overlaps with.
CATALOG.mdWORKFLOW.md, flag it for review## Catalog Update Report
**New entries added:** {count}
**Entries flagged as stale:** {count}
**Workflow impacts:** {any new tools that overlap with recommended stack}
### Added
{list of new entries with categories}
### Flagged
{list of entries that may be stale}