代码逆向分析知识库。提供多框架(Express/NestJS/Spring Boot/FastAPI/Django/Gin)的 路由识别、参数提取、校验规则提取、鉴权提取和响应结构提取模式。
Postman Collection 构建知识库。提供 Postman v2.1.0 Collection JSON schema、 请求项结构、断言代码模板和环境变量模板。
API 测试方法论知识库。提供系统化的测试用例设计方法:正向测试、反向参数校验、 安全测试和链路测试。每类测试包含用例命名规范、请求数据构造方法和预期结果断言。
Claude Code 插件集合,包含 Skills、Slash Commands、Hooks、Agents 等扩展。
| 插件 | 类型 | 说明 |
|---|---|---|
| cnb-issue | Skill | 操作 CNB (cnb.cool) 平台上的 Issue |
| ruff-format | Hook | 修改 Python 文件后自动执行 ruff format 和 ruff check --fix |
| feature-explorer | Skill | 深入解析代码仓库中功能的实现原理 |
| victoria-observe | Skill | VictoriaMetrics 生态领域知识扩展(MetricsQL、LogsQL、PromQL、VictoriaMetrics/VictoriaLogs/VictoriaTraces API 参考) |
| postman-testgen | Agent + Skill | 为 API 生成 Postman v2.1.0 测试集合,支持三层验证:HTTP 响应断言、VictoriaTraces 调用链验证、VictoriaLogs 业务日志验证 |
| quickspec | Skill(多步骤工作流) | 将 PRD 产品需求文档转化为 Coding Agent 可直接执行的精确实现规格文档 |
| code-postman | Agent + Skill | 从代码库逆向分析 API 并生成 Postman 测试集:正向、反向、边界、安全用例 |
通过 Marketplace 安装(推荐):
# 添加 Marketplace
/plugin marketplace add unfallenwill/newskills
# 安装插件
/plugin install cnb-issue@newskills
/plugin install ruff-format@newskills
/plugin install feature-explorer@newskills
/plugin install victoria-observe@newskills
/plugin install postman-testgen@newskills
/plugin install quickspec@newskills
每个插件遵循标准结构:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # 插件元数据(必需)
├── skills/ # 技能定义
├── commands/ # 斜杠命令(可选)
├── agents/ # 子代理定义(可选)
├── hooks/
│ └── hooks.json # Hook 配置(可选)
├── scripts/ # 脚本文件(可选)
└── README.md # 插件文档
plugins/ 下创建插件目录.claude-plugin/plugin.json.claude-plugin/marketplace.json 中的插件条目README.md 的插件列表详见 CLAUDE.md。
Uses power tools
Uses Bash, Write, or Edit tools
Own 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.
将 PRD 产品需求文档转化为 Coding Agent 可直接执行的精确实现规格文档
Conversational travel planning plugin with real-time data from flights, hotels, weather, and maps APIs
Data Validation Plan composition assistant for clinical trial Data Management
在修改 Python 文件后自动执行 ruff format 和 ruff check --fix
创意写作助手 — 分步协作创作,引导用户设定角色、情节、场景,分章节生成故事并保存为本地 Markdown 文件
npx claudepluginhub unfallenwill/skills --plugin code-postmanUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.