By iceleaf916
Automate udcp development workflows in GoFrame projects by performing rated code reviews on Git commits and Gerrit changes for Go, C++, Ansible; enforcing layered architecture, validation, and API standards; standardizing Ginkgo/Gomega unit tests with Docker MySQL templates; and diagnosing remote Kubernetes, Docker, and Linux server issues via SSH with reports.
npx claudepluginhub iceleaf916/my-cc-plugins --plugin udcp-skills代码审核辅助工具,支持本地 Git 库和 Gerrit Review。支持审核当前最新 commit、暂存的修改、未暂存的修改等,也支持 Golang、Qt/C++、Ansible 等多语言的 Gerrit Code Review。提供"必须修复/建议修复/可选改进"三级分级审核,生成 Markdown 报告。
提供 GoFrame 框架的官方最佳实践指导,包括项目结构、分层架构、配置管理、数据校验、数据库操作、中间件开发等开发规范
Golang 单元测试规范与最佳实践指南
Structured remote server troubleshooting workflow that follows investigation-only practices until user approval. Use when Claude needs to diagnose issues on remote SSH-accessible servers including k8s clusters, bare metal, and containerized services. Covers service/port access problems, configuration issues, service startup failures, and performance/resource issues. Emphasizes creating helper scripts on remote server, obtaining user approval before fixes, script-based repairs, and generating comprehensive analysis reports.
这是一个 Claude Code 插件集合项目,用于扩展 Claude 的功能,提升开发效率。
插件市场地址: https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins
在 Claude Code 中执行以下命令安装所有插件:
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins
如仅需安装单个插件,可指定插件名称:
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/fetch-mcp
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/go-formatter
/marketplace install https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins/udcp-skills
克隆项目到本地:
git clone https://gitlabwh.uniontech.com/ut000930/udcp-cc-plugins.git
将插件目录放置到 Claude Code 的插件目录中。
goimports - Go 代码格式化工具(go-formatter 插件使用)jq - JSON 处理工具安装依赖:
# macOS
brew install goimports jq
# Linux
go install golang.org/x/tools/cmd/goimports@latest
sudo apt-get install jq
MCP API 数据获取插件,提供基于 MCP 协议的 HTTP 请求能力。
Go 代码自动格式化插件,提供以下功能:
.go 文件.go 文件.go 文件时自动执行格式化go-formatter:format-change-files - 格式化所有变更的 Go 文件go-formatter:format-recent-commit - 格式化最近一次提交修改的 Go 文件PreToolUse - 拦截 Write|Edit 操作,对 .go 文件自动执行 goimports -w 格式化UDCP 开发技能集合插件,包含多个针对 UDCP 开发的专业指南。
go-frame-best-practices - GoFrame 框架最佳实践
go-test-standards - Golang 单元测试规范
remote-troubleshoot - 远程故障排查
udcp-cc-plugins/
├── .claude-plugin/
│ └── marketplace.json # 插件市场配置
├── fetch-mcp/ # MCP 数据获取插件
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── .mcp.json
├── go-formatter/ # Go 格式化插件
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/ # 命令文件
│ ├── hooks/ # 钩子配置
│ └── scripts/ # 脚本文件
└── udcp-skills/ # UDCP 开发技能集合
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── go-frame-best-practices/
├── go-test-standards/
└── remote-troubleshoot/
Complete guide for creating Claude Code plugins - skills, commands, agents, hooks, MCP servers, and configuration. Supersedes skill-creation-tools.
Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions. Includes comprehensive official documentation and self-update mechanism.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Share bugs, ideas, or general feedback.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim