원클릭으로
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 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}