Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Plugins - ben

ben 的 Claude Code 插件集合,包含个人研发流程等自定义插件。

结构

  • /plugins - 内部插件

安装

在 Claude Code 中运行:

/plugin marketplace add Today-Hbw/ben-plugins
/plugin install dev-flow@ben-plugins
/plugin install dev-flow-lite@ben-plugins
/plugin install forge-prd@ben-plugins


# 指定版本
/plugin marketplace add https://github.com/Today-Hbw/ben-plugins.git#v1.0.0
# 指定分支
/plugin marketplace add https://github.com/Today-Hbw/ben-plugins.git#your-branch-name

或在 /plugin > Discover 中浏览。

插件列表

插件 说明
dev-flow 从 PRD 到交付的完整 8 步研发工作流
dev-flow-lite 简版研发流程:读 PRD → 提问 → 编码 → CR(不写 MD、不断点续传)
forge-prd 从任何原料通过强势拷问锻造出清晰 PRD,输出 MD 文件

插件结构

每个插件遵循标准结构:

plugin-name/
├── .claude-plugin/
│   └── plugin.json      # 插件元数据(必需)
├── commands/            # 斜杠命令(可选)
├── skills/              # 技能定义(可选)
├── config/              # 配置模板(可选)
└── README.md            # 文档

参考项目

本仓库的插件设计参考了以下项目:

License

MIT

About

A Claude Code plugin marketplace that turns a personal engineering workflow into one-click superpowers — forge sharp PRDs from any raw input, then let an 8-step flow drive everything from spec to shipped code.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors