By xyzbit
Automates incremental development: initializes projects from scratch or Git templates, creates structured feature lists, then implements, tests (Playwright e2e), and commits features one by one — with automatic state tracking and progress logging.
负责增量式功能开发。每次会话实现一个功能并提交代码更新进度。当需要编写代码、实现功能、修复 bug 或进行代码提交时使用此 agent。
负责项目的初始化设置。根据用户需求创建完整的项目结构、功能清单、启动脚本和进度日志。当需要初始化新项目、搭建项目框架或用户明确提到"初始化"、"项目初始化"时使用此 agent。
负责项目的初始化设置。根据用户需求创建完整的项目结构、功能清单、启动脚本和进度日志。当需要初始化新项目、根据项目模版搭建项目框架或用户明确提到"初始化"、"项目初始化"时使用此 agent。
收集日常工作中最常用、好用的 Claude Code Plugins,覆盖多个领域:编码、测试、内容创作、分发、分析...
基于 Anthropic 论文《Effective Harnesses for Long-Running Agents》设计的多 Agent 协作系统
适用场景:
终端里的实时监控面板
适用场景:
四阶段结构化协作工作流
适用场景:
基于 Anthropic 论文设计的双轨 Agent 系统
适用场景:
一站式内容创作与发布解决方案
适用场景:
使用插件市场安装 进入 Claude Code 命令行,执行以下命令:
/plugins marketplace add https://github.com/xyzbit/claude-plugins.git
按需安装
/plugins install dev-enegine
/plugins install claude-hud
/plugins install long-running-agent
/plugins install content-create
每个 Plugin 都有独立的 README 文档,请查看对应目录获取详细使用说明。
在 Claude Code 中加载所需的 Plugin
欢迎贡献新的 Plugin 或改进现有 Plugin!
推荐安装:Plugin Dev 插件,用于快速开发和调试 Plugin。
manifest.json 和 README.md本项目采用 MIT 许可证,详见 LICENSE 文件。
⭐️ 如果觉得有用,请给个 Star!
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.
npx claudepluginhub xyzbit/claude-plugins --plugin long-running-agent基于 Anthropic 论文的多 Agent 协作系统,支持需求规划→编码→测试的全流程自动化增量开发,通过原生 Hooks 实现自动化副作用处理
智能内容创作工作流插件,支持从热点收集到多平台发布的一站式自动化流程
基于 Anthropic 论文的多 Agent 协作系统,支持需求规划→编码→测试的全流程自动化增量开发,通过原生 Hooks 实现自动化副作用处理
Agent enforcement framework — context injection, planning gates, session learning
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Long Task Harness for AI agents - task/feature-driven development with external memory
Long-running agent harness with 5-layer memory architecture, GitHub integration, autonomous batch processing, Agent Teams with ATDD, 9 hooks (safety, quality gates, team coordination), and 6 Agent Skills
The operational layer for coding agents. Bookkeeping, validation, and flows that compound knowledge between sessions.