🔌 pluginActivePromisinghigh

claude-workflow-v2

by CloudAI-X

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

Stars

1.4k

Skill Type

🏗️ Code Scaffolding & Templates

Quality Score

104/200

License

MIT

Forks

191

Last Updated

Jun 11, 2026

Discovered

Mar 27, 2026

Validation

Passed

github.com/CloudAI-X/claude-workflow-v2

Quality Breakdown

104/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Multi-agent spawning system: Repository explicitly defines 7 specialized agents (orchestrator, code-reviewer, debugger, security-auditor, test-architect, refactorer, docs-writer) with orchestration capabilities
  • Autonomous execution without approval gates: Commands like 'commit-push-pr', 'bootstrap-repo', 'dependency-upgrade', and 'parallel-analyze' suggest autonomous operations that modify repositories and execute CI/CD actions
  • Shell/Bash execution hooks: Repository contains executable hooks (branch-protection.sh, format-on-edit.py, pre-commit-check.py, security-check.py) that can modify file systems and run arbitrary scripts
  • Persistent configuration modification: CLAUDE.md file indicates persistent plugin configuration and state management across sessions
  • Installation and bootstrap automation: 'bootstrap-repo' command and 'add-skill' packages with CLI installers (cli.js, installer.js) suggest automated setup scripts
  • Plugin marketplace integration: .claude-plugin/marketplace.json indicates distribution through plugin marketplaces to multiple AI agents (Cursor, Codeium, Cline, 35+ agents)