经 AI Skill Hub 精选评估,claude-plugins Agent工作流 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.2 分,适合有一定技术背景的用户使用。
基于Anthropic Claude的开源多智能体代码交付工作流框架。支持计划优先的软件设计,通过插件化架构实现自动化团队协作,适合需要AI驱动开发流程的团队和开发者。
claude-plugins Agent工作流 是一款基于 Python 开发的开源工具,专注于 多智能体、代码自动化、工作流 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于Anthropic Claude的开源多智能体代码交付工作流框架。支持计划优先的软件设计,通过插件化架构实现自动化团队协作,适合需要AI驱动开发流程的团队和开发者。
claude-plugins Agent工作流 是一款基于 Python 开发的开源工具,专注于 多智能体、代码自动化、工作流 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install claude-plugins
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install claude-plugins
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/closedloop-ai/claude-plugins
cd claude-plugins
pip install -e .
# 验证安装
python -c "import claude_plugins; print('安装成功')"
# 命令行使用
claude-plugins --help
# 基本用法
claude-plugins input_file -o output_file
# Python 代码中调用
import claude_plugins
# 示例
result = claude_plugins.process("input")
print(result)
# claude-plugins 配置文件示例(config.yml) app: name: "claude-plugins" debug: false log_level: "INFO" # 运行时指定配置文件 claude-plugins --config config.yml # 或通过环境变量配置 export CLAUDE_PLUGINS_API_KEY="your-key" export CLAUDE_PLUGINS_OUTPUT_DIR="./output"
One-line install — installs the five Symphony runtime plugins at user scope and keeps them auto-updated:
curl -fsSL https://raw.githubusercontent.com/closedloop-ai/claude-plugins/main/install.sh | bash
The installer installs code, code-review, judges, platform, and self-learning, then verifies those runtime plugins are present with existing install paths and enabled user-scoped entries. It re-enables disabled user-scoped runtime plugins and attempts to remove stale project-scoped duplicates when Claude reports a usable projectPath. If Claude reports a project-scoped entry without a usable project path, the installer prints the project-directory uninstall command and still repairs the user-scoped install. The bootstrap plugin remains available in the marketplace for manual installation, but it is not part of the default runtime install.
Or install interactively from within Claude Code:
claude /plugin marketplace install closedloop
This PR adds Codex metadata for the code-review plugin as a first representative cross-harness install path:
codex plugin marketplace add https://github.com/closedloop-ai/claude-plugins
Then install ClosedLoop Code Review from the Codex Plugins UI. The same .codex-plugin/plugin.json and .agents/plugins/marketplace.json pattern can be repeated for the other ClosedLoop plugins.
Then start using the plugins:
```bash
<br/>
<img alt="Multi-Agent SDLC Grounded in Your Codebase" src="docs/images/hero.png" />
ClosedLoop is an AI platform that brings the speed of individual AI-driven development to the full software development team. We're offering our agents as open sourced Claude Code plugins because we just couldn't keep this a secret for ourselves — check out our agents for planning, code reviews, judging quality and more that outperform Opus 4.6 and Sonnet 4.5 out of the box.
Bootstrap. Plan. Code. Ship. It's that simple.
LLMs are great at non-deterministic content generation — horrible at being repeatably correct.
That's why we took Claude Code and extended it with a lightweight multi-agent orchestration workflow paradigm that works for us; modeling how we collaborate as a team.
Optimized for efficiency & correctness to produce code that lands without the churn; it's grounded in your codebase and outperforms Opus 4.6 out of the box at half the cost.
What's more impactful is that it allowed our team of engineers to shift left; reviewing and approving sprints-worth of work scope in documented implementation plans and generating the code while we slept.
Tickets become Tasks. Epics become Features. Sections of your quarterly roadmap land in a few PRs.
Multi-repository, adaptive self-learning, & artifact-bound phased workflow gates that loop until correct.
Close the Loop on your SDLC with the same tools that made us 400% faster today.
| Plugin | Description |
|---|---|
| [**bootstrap**](plugins/bootstrap/) | Project bootstrapping and initial setup |
| [**code**](plugins/code/) | Code generation, implementation planning, and iterative development loop |
| [**code-review**](plugins/code-review/) | Automated code review with inline GitHub PR comments |
| [**judges**](plugins/judges/) | LLM-as-judge evaluators for plan and code quality |
| [**platform**](plugins/platform/) | Claude Code expert guidance, prompt engineering, and artifact management |
| [**self-learning**](plugins/self-learning/) | Pattern capture and organizational knowledge sharing |
架构设计先进,多智能体模式创新性强。代码质量稳定,更新及时。适合追求工程自动化的团队,但学习曲线陡峭。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:claude-plugins Agent工作流 的核心功能完整,质量优秀。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | claude-plugins |
| 原始描述 | 开源AI工作流:Open-source Claude Code plugins for multi-agent software delivery. Plan-first SD。⭐92 · Python |
| Topics | 多智能体代码自动化工作流Claude集成开源框架 |
| GitHub | https://github.com/closedloop-ai/claude-plugins |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-16 · 更新时间:2026-05-19 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。