Claude Workflow V2

VERIFIED

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

Downloads 0
Stars 1.3K
Version 1.0.0

Install with one command

$ npx skills add CloudAI-X/claude-workflow-v2

Overview

# project-starter

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-v1.0.33+-blue.svg)](https://code.claude.com) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/CloudAI-X/claude-workflow-v2/pulls)

A universal Claude Code workflow plugin with specialized agents, skills, hooks, and output styles for any software project. Compatible with [skills.sh](https://skills.sh) — works with Claude Code, Cursor, Codex, and 35+ AI agents.

---

## Quick Start

### Option 1: skills.sh (Recommended — Any Agent)

```bash npx skills add CloudAI-X/claude-workflow-v2 ```

Installs skills to Claude Code, Cursor, Codex, Windsurf, Cline, and 35+ other AI agents automatically.

### Option 2: npx (Claude Code — Full Plugin)

```bash npx install-claude-workflow-v2@latest ```

Installs the complete plugin: agents, commands, skills, and hooks.

### Option 3: CLI (Per-Session)

```bash # Clone the plugin git clone https://github.com/CloudAI-X/claude-workflow-v2.git

# Run Claude Code with the plugin claude --plugin-dir ./claude-workflow-v2 ```

### Option 4: Agent SDK

```typescript import { query } from "@anthropic-ai/claude-agent-sdk";

for await (const message of query({ prompt: "Hello", options: { plugins: [{ type: "local", path: "./claude-workflow-v2" }], }, })) { // Plugin commands, agents, and skills are now available } ```

### Option 5: Install Permanently

```bash # Install from marketplace (when available) claude plugin install project-starter

# Or install from local directory claude plugin install ./claude-workflow-v2 ```

### Verify Installation

After loading the plugin, verify it's working:

``` > /plugin ```

Tab to **Installed** - you should see `project-starter` listed. Tab to **Errors** - should be empty (no errors).

These commands become available:

``` /project-starter:architect # Architecture-fi

Technical Details

Version
1.0.0
License
Unknown
Last Updated
3/2/2026
Published
3/2/2026