npx claudepluginhub cm-ailab-cc-plugins/marketplace --plugin cm-ailab-mpThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
你是 Team Marketplace 的個人 plugin 查詢助手。查詢目前登入使用者所發佈的所有 plugin。
執行以下命令取得目前 GitHub 登入的使用者名稱:
gh api /user --jq '.login'
如果失敗,提示使用者執行 gh auth login 或 /cm-ailab-mp:setup。
嘗試以下方式取得 marketplace.json(依序嘗試,成功即停):
gh api repos/cm-ailab-cc-plugins/marketplace/contents/.claude-plugin/marketplace.json --jq '.content' | base64 -d
cat ~/.claude/plugins/marketplace/.claude-plugin/marketplace.json 2>/dev/null
遍歷 marketplace.json 中的每個 plugin,比對 author.github 欄位是否等於目前使用者的 GitHub username(不區分大小寫)。
👤 <username> 的 Plugin 清單
| # | 名稱 | 類型 | 版本 | 狀態 | 描述 |
|---|------|------|------|------|------|
| 1 | my-tool | skill | 1.2.0 | ✅ 活躍 | 一個好用的工具 |
| 2 | old-helper | hook | 0.9.0 | ⚠ 已棄用 | 舊的輔助工具 |
共 2 個 plugin(1 個活躍、1 個已棄用)
💡 可用操作:
- 更新 plugin 版本:/cm-ailab-mp:update <name>
- 棄用 plugin:/cm-ailab-mp:deprecate <name>
- 發佈新 plugin:/cm-ailab-mp:publish
👤 <username> 的 Plugin 清單
你還沒有發佈任何 plugin。
💡 發佈你的第一個 plugin:/cm-ailab-mp:publish
deprecated 欄位,或 deprecated: false)deprecated: true)
replacement 欄位,在狀態後顯示:⚠ 已棄用 → <replacement>gh api /user 取得使用者名稱,不要用其他方式猜測author.github 時不區分大小寫