Claude Workflow V2
Universal Claude Code workflow plugin with agents, skills, hooks, and commands
Install with one command
$ npx skills add CloudAI-X/claude-workflow-v2Overview
# project-starter
[](https://opensource.org/licenses/MIT) [](https://code.claude.com) [](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
Author
CloudAI-X✓
@cloudai-x
Trust & Safety
- —Open source (public GitHub repo)
- —AI static analysis passed
- —License: Unknown
- —Manually verified by team
Related Skills
Awesome Claude Skills
A curated list of resources and tools for enhancing Claude AI workflows.
39.2K stars · 0 installsSkills
This repository provides a comprehensive set of skills for the Claude AI, enhancing its capabilities for various tasks.
80.3K stars · 0 installsAwesome Claude Code
A comprehensive resource for enhancing workflows with Claude Code through various skills and tools.
25.7K stars · 0 installsAwesome Openclaw Skills
A comprehensive collection of community-built OpenClaw skills organized by category.
24.2K stars · 0 installs