Skip to content

breakstring/claude-code-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Claude Code Marketplace

为 Claude Code 提供代码开发工具的自定义插件市场。

简介

这是一个专注于代码开发工具的 Claude Code 插件市场,提供与主流开发工具集成的插件,帮助提升代码质量和开发效率。

可用插件

code-helper

集成 Codex CLI 的代码审核助手,提供智能化的代码质量分析和改进建议。

主要功能:

  • 自动化代码审核
  • 智能选择审核方式(直接提交 vs Git 分析)
  • 会话持续性管理
  • 审核结果二次验证

适用场景:

  • 代码质量检查
  • Bug 修复验证
  • 重构代码审核
  • 安全漏洞评估
  • 代码合并前审查

查看插件详细文档

安装使用

添加此 Marketplace

# 使用 GitHub 短路径
/plugin marketplace add github:breakstring/claude-code-marketplace

# 或使用完整 URL
/plugin marketplace add https://github.com/breakstring/claude-code-marketplace

浏览可用插件

# 查看所有可用插件
/plugin

安装插件

# 安装 code-helper 插件
/plugin install code-helper@claude-code-marketplace

安装后请重启 Claude Code 以激活插件。

仓库结构

claude-code-marketplace/
├── .claude-plugin/
│   └── marketplace.json          # Marketplace 配置
├── README.md                      # 本文件
└── code-helper/                   # code-helper 插件
    ├── .claude-plugin/
    │   └── plugin.json            # 插件配置
    ├── README.md                  # 插件文档
    └── skills/
        └── codex-reviewer/        # codex-reviewer 技能
            ├── SKILL.md           # 技能定义
            └── scripts/
                └── codex-reviewer.py  # Python 集成脚本

开发与贡献

本地开发

如果您想参与开发或测试未发布的版本:

# 克隆仓库
git clone https://github.com/breakstring/claude-code-marketplace.git

# 添加本地 marketplace
/plugin marketplace add ./claude-code-marketplace

# 安装插件进行测试
/plugin install code-helper@claude-code-marketplace

贡献指南

欢迎贡献!请遵循以下步骤:

  1. Fork 本仓库
  2. 创建特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 开启 Pull Request

添加新插件

如果您想为此 marketplace 贡献新插件:

  1. 在根目录下创建新的插件目录
  2. 添加必要的配置文件(.claude-plugin/plugin.json
  3. 更新 marketplace.json 添加插件信息
  4. 提供完整的文档(README.md 和 SKILL.md)
  5. 提交 Pull Request

插件开发规范

每个插件应包含:

  • .claude-plugin/plugin.json - 插件元数据配置
  • README.md - 用户使用文档
  • skills/ - 技能目录
    • <skill-name>/SKILL.md - 技能定义文件
    • <skill-name>/scripts/ - 可选的辅助脚本

许可证

MIT License - 详见 LICENSE 文件

支持与反馈

更新日志

v1.0.0(初始版本)

  • 🎉 发布首个插件:code-helper
  • ✨ 集成 Codex CLI 代码审核功能
  • 🔧 支持智能审核方式选择

About

Claude code marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages