بنقرة واحدة
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}