plugin-manager
v0.18.0自製 Claude Code plugin 的集中管理器:把散落各專案的自製 skill 與 agent 納管進單一 monorepo(move+symlink,永遠一份真身),一鍵發布整個 monorepo,維護集中 registry 追蹤所有自製 plugin 與版本,並登記/挑裝別人做的外部 plugin。
By fulin2 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin-manager for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install plugin-manager@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/abs1294/fulin-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plugin-manager/.
Plugin files
├── .claude-plugin/plugin.json├── skills/plugin-manager-adopt/SKILL.md├── skills/plugin-manager-clone-env/SKILL.md├── skills/plugin-manager-publish/SKILL.md├── skills/plugin-manager-update/SKILL.md└── skills/setup-plugins/SKILL.md
Included Skills5
把當前專案資料夾裡的一個自製 skill「納管」進 fulin 的 plugin monorepo(move+symlink 模型,真身只有一份)。當使用者說 /plugin-manager:adopt、「把這個 skill 納管」、「收進 monorepo」、「adopt 這個 skill」時觸發。把 skill 真身搬進 monorepo、原位改 symlink、更新 marketplace 與 registry。
擷取整套 Claude Code plugin 環境快照、並在新機器/新專案復現(含自製與第三方 plugin)。當使用者說 /plugin-manager:clone-env、「複製我的環境」、「擷取環境快照」、「環境復現」、「搬到新機器」、「換新電腦把 plugin 裝回來」、「把我的 plugin 組合搬到別的專案」時觸發。Claude 跑 export-env/restore-env 腳本,產生使用者要自貼的安裝指令。
一鍵把整個自製 plugin monorepo 發布上 git(stage + commit + push)。當使用者說 /plugin-manager:publish、「發布 plugin」、「推上去 monorepo」、「把自製 plugin 推上 git」時觸發。因為所有納管的 skill 真身在 adopt 時已搬進 monorepo,publish 只做純 git 發布——一次推整個 repo,不管改了幾個 plugin。
維護一個既有自製 plugin 並 bump 版本號。當使用者說 /plugin-manager:update、「改自製 plugin」、「更新某個 plugin」、「bump plugin 版本」、「plugin 改完要發版」時觸發。協助修改 plugin 的 skill/hook 內容後,bump plugin.json 的 version 並同步 registry,讓其他專案刷新 marketplace 後能抓到新版。
為「當前工作目錄」偵測並推薦該裝哪些 Claude Code plugin(venv 概念,per-project 隔離),核可後由 Claude 直接跑 CLI 代裝(claude plugin install --scope project;settings 由 install 自己寫)。當使用者輸入 /setup-plugins、說「設定這專案的 plugin」、「這目錄要裝哪些 plugin」、「套用 plugin 組合 / profile」、「推薦這專案的 plugin」、「推薦外部 plugin」、「登記外部 plugin」時觸發;當使用者在 [plugin-profile] 提示後回「裝」「裝吧」「幫我裝」時走「一字核可代裝」子流程(偵測有把握就直接裝完,不再多問)。也含子流程 upgrade(偵測自製 plugin 落後版)與外部 plugin 推薦登記(recommends.json,進 git、會推廣)。
Plugin manifests1
{
"name": "plugin-manager",
"version": "0.18.0",
"description": "自製 Claude Code plugin 的集中管理器:把散落各專案的自製 skill 與 agent 納管進單一 monorepo(move+symlink,永遠一份真身),一鍵發布整個 monorepo,維護集中 registry 追蹤所有自製 plugin 與版本,並登記/挑裝別人做的外部 plugin。",
"author": {
"name": "fulin"
},
"keywords": [
"plugin-manager",
"monorepo",
"marketplace",
"registry",
"adopt",
"publish",
"meta-plugin"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[plugin-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/plugin-manager)