一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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
| 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 ${CLAUDE_PLUGIN_ROOT}/docs/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.
${CLAUDE_PLUGIN_ROOT}/docs/CATALOG.md${CLAUDE_PLUGIN_ROOT}/docs/WORKFLOW.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}