針對已記錄的 blocking 問題,設計並新增專案層客製化方案。包含確認檢查點,開發者確認後才執行,拒絕則標記待人工決策。絕不修改共用工具本身。
引導開發者將外部 AI 工具(含大量 skill)引入專案。讀取工具 README/安裝指引,逐步執行安裝,遇到問題自動記錄後根據 blocking 程度決定繼續或暫停。使用時機:開發者說「安裝工具」、「引入工具」、「setup tool」。
記錄安裝階段發生的問題到 tool-use-logs/tool-adoption-log.md。供 install-tool 呼叫,也可手動觸發。記錄後不中斷安裝流程。
記錄使用工具過程中遇到的問題。自動判斷根因分類與 blocking 程度。若判定為 blocking,引導進入 add-customization 流程。使用時機:工具行為不符預期、專案架構超出工具預期範圍、工具未按照預期流程進行。
整理 tool-use-logs/tool-adoption-log.md 中的問題紀錄,產生摘要報告。可識別高頻問題、待處理項目、客製化覆蓋率。使用時機:開發者說「整理問題」、「看看有哪些問題還沒處理」、「review issues」。
AI 工具引入輔助套件。引導安裝外部工具、記錄問題、管理專案客製化,保留開發者對關鍵決策的控制權。
claude plugin add github:<username>/tool-adoption-plugin
| Skill | 指令 | 說明 |
|---|---|---|
| install-tool | /install-tool <path> | 引導安裝工具,遇問題自動記錄 |
| log-install-issue | /log-install-issue <描述> | 記錄安裝問題 |
| log-usage-issue | /log-usage-issue <描述> | 記錄使用問題,含根因分類與 blocking 判斷 |
| add-customization | /add-customization <ISSUE-ID> | 設計客製化方案,含確認檢查點 |
| review-issues | /review-issues | 產生問題統計報告 |
/install-tool <tool>
├─ 非 blocking 問題 → 記錄後繼續
└─ blocking 問題 → 記錄後暫停
/log-usage-issue <描述>
├─ 非 blocking → 記錄後繼續
└─ blocking → 記錄 → 詢問是否客製化
├─ yes → /add-customization → 確認檢查點 → 執行
└─ no → 標記待人工決策
/review-issues → 問題統計 + 後續建議
執行時自動在專案目錄下建立 tool-use-logs/tool-adoption-log.md。
.claude/skills/ 覆蓋同名 skillOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rueiwang/tool-adoption-plugin --plugin tool-adoption-pluginDeveloper tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Tool audit logging - JSONL audit trail and real-time systemMessage display
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Route tool calls to better alternatives (e.g., gh CLI instead of WebFetch for GitHub PRs)
Personal Claude Code configuration with productivity skills and hooks. Includes GitHub workflows (PR creation/review, issue management), skill development tools, env protection hook, and TTS notifications.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).