CloudAI-X/claude-workflow-v2

Universal Claude Code workflow plugin with agents, skills, hooks, and commands

What it solves

This project provides a comprehensive workflow plugin for Claude Code and other AI coding agents, streamlining software development by automating repetitive tasks like git workflows, code reviews, and security scanning. It transforms a general-purpose AI agent into a specialized software engineering team by providing structured commands, domain-specific knowledge, and automated hooks.

How it works

The plugin extends AI agents (primarily Claude Code) through four main components:

  • Agents: Specialized sub-agents (e.g., orchestrator, debugger, security-auditor) that are spawned automatically based on the task context.
  • Commands: A set of 26 slash commands (e.g., /project-starter:commit, /project-starter:verify-changes) for specific workflows like rapid development or architecture-first design.
  • Skills: 14 knowledge domains (e.g., optimizing-performance, database-design) that provide the AI with on-demand context and best practices.
  • Hooks: 14 automation scripts that trigger on events, such as blocking commits with secrets or auto-formatting code after edits.

Who it’s for

Developers using Claude Code, Cursor, Codex, Windsurf, or Cline who want to standardize their AI-assisted development process and implement professional software engineering practices (like conventional commits and multi-agent verification) within their AI chat interface.

Highlights

  • Multi-Agent Orchestration: Automatically spawns specialized sub-agents for complex tasks like full-repo exploration or comprehensive code reviews.
  • Git Integration: Automates the inner-loop of development with commands for auto-committing, pushing, and creating PRs.
  • Automated Guardrails: Includes hooks for security scanning (blocking secrets) and file protection (blocking edits to .env or lock files).
  • Universal Compatibility: Works with Claude Code as a full plugin or with 35+ other agents via the skills.sh platform.

Related

  • Project
  • Project
  • Project
  • Project
  • Project