Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub chaorenex1/coding-workflow --plugin coding-workflowGenerate Electron scaffolding with an explicit interactive confirmation gate before initialization
Generate project scaffolding with an explicit interactive confirmation gate before initialization
Generate a standard implementation plan via analysis-planner, then optionally persist it via plan-write
Install or re-install memex-cli using the official one-line installer for current OS
Analyze test coverage, identify gaps, and generate missing tests to reach 80%+ coverage.
Expert development workflow architect. Use for designing and implementing complete development workflow systems with custom slash commands and specialized subagents. Creates orchestration between commands and agents, supports common development tasks, and provides extensible architecture.
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Save and version deep-interview clarified briefs in .claude/spec/ without overwriting prior approved versions.
Read and explain codebases quickly with architecture-first analysis, component mapping, and clear onboarding guidance. Use when onboarding to unfamiliar repositories, explaining feature flows, or building a reading path.
Parses interface/API information from files or directories and generates OpenAPI-compliant documentation with timestamps
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
Generates cross-platform commands and scripts for Linux, macOS, and Windows with security validation and compatibility guidance
Intelligently detects when too many files are staged and automatically groups them by feature or functionality using Conventional Commits with user language preference
Summarizes git commits for specified users over a given time period and generates markdown reports
Matches all tools
Hooks run on every tool call, not just specific ones
Uses power tools
Share bugs, ideas, or general feedback.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
HarnessFlow — From idea to shipped product: high-quality engineering workflows for AI agents. Spec-anchored SDD, gated TDD, evidence-based routing, independent reviews, and formal closeout.
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Hypo-Workflow for Claude Code. The plugin namespace is intentionally `hw`; plugin-root commands map /hw:* to existing workflow Skills.
AI team workflow harness for Claude Code — specialist agents, shared skills, slash commands, hooks, and staged delegation pipeline.
Unified toolkit for Context-Driven Development with spec-first planning, TDD workflow, and Beads integration
End-to-end development workflow: design → draft-plan → orchestrate → review → pr-create → pr-review → pr-merge
Memory plugin for memex-cli integration - automatic memory search, injection, and recording with comprehensive troubleshooting and optimization guides
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Claude Code 插件工具库,提供可组合的 Skills、Agents 和 Slash Commands,用于把分析、规划、实现、审查和文档同步组织成可执行工作流。
Coding Workflow 是一个面向 Claude Code 的插件式工作流系统。它不提供单一的大而全代理,而是通过一组可自动发现的技能、代理和命令,把常见开发任务拆成可复用的执行单元。
当前版本聚焦三件事:
仓库当前公开的核心组件规模:
这些组件通过目录约定自动发现,不依赖额外注册表。
在 Claude Code 中运行:
claude plugin marketplace add chaorenex1/coding-workflow
然后在 Claude Code 插件界面安装插件。
git clone https://github.com/chaorenex1/coding-workflow.git
cd coding-workflow
本仓库当前要求以下依赖:
npm install -g memex-cli
pip install chardet pyyaml
依赖会在 SessionStart 阶段通过 hooks/hooks.json 中定义的检查逻辑自动验证。
python -m json.tool .claude-plugin/plugin.json
claude code --plugin-dir .
memex-cli --version
python -c "import chardet, yaml; print('OK')"
coding-workflow/
├── .claude-plugin/ # 插件元数据
├── agents/ # 专业代理
├── commands/ # Slash Commands
│ ├── scaffold/
│ └── workflow-suite/
├── docs/
│ ├── REPO/ # 仓库级分析文档
│ └── kb/ # 知识库与设计文档
├── hooks/ # SessionStart / PreToolUse hooks
├── prompts/ # 提示词模板、Codex 说明与 catalog
├── .agents/skills/ # Codex 兼容技能镜像(由 skills/ 同步生成)
├── skills/ # 可自动发现的技能模块
├── .hive/ # Hive 状态与模板资产
├── CLAUDE.md # 仓库内开发约定
└── README.md
当前 skills 目录包含面向不同场景的能力模块,例如:
当前 agents 体系已收敛到偏治理与执行编排的角色,例如:
当前 workflow-suite 主要命令包括以下核心入口,完整列表可直接查看 commands/ 目录:
Hive 是当前版本最重要的组织层能力。它不是替换现有 agents,而是在现有能力之上增加一个团队调度与治理层。
详细设计见:
| 命令 | 作用 |
|---|---|
/hive | 启动团队化任务编排 |
/hive-status | 查看 Hive 状态、波次和团队进度 |