Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#82·claude-howto

插件readme.md建议

Author: Opao-hengCreated Apr 16, 2026Updated Apr 16, 2026
Labelsquestion

文档中写着.claude-plugin/marketplace.json和.claude-plugin/plugin.json 容易混淆,建议写全目录

agent-plugins-marketplace/ ← 你的插件市场/合集项目 │ ├── .claude-plugin/
│ └── marketplace.json ← 【正确】清单文件,管理提供哪些插件 │ ├── k8s-helper-plugin/ ← 单个插件A (例如:用于辅助查询 Kubernetes 资源) │ ├── .claude-plugin/ │ │ └── plugin.json ← 【正确】插件A的元数据 │ └── skills/ ← 插件A的具体技能实现 │ └── jenkins-ci-plugin/ ← 单个插件B (例如:辅助触发 Jenkins Pipeline) ├── .claude-plugin/ │ └── plugin.json └── commands/

Source: luongnv89/claude-howto

View original on GitHubView discussion on GitHub