CloudAI-X

97 mods across 5 repositories, 4.9k stars between them.

lint-check

28

CloudAI-X/claude-workflow-v2

Command

Runs linting and code quality checks. Catches style issues, potential bugs, and enforces project standards.

1.4k 7d ago A 22 tokens original MIT

mentor

30

CloudAI-X/claude-workflow-v2

Command

Educational mode that explains concepts, teaches patterns, and guides learning. Ideal when learning a new codebase, technology, or programming concept.

1.4k 7d ago A 27 tokens original MIT

metrics

31

CloudAI-X/claude-workflow-v2

Command

View agent performance metrics and session history. Shows usage patterns, files changed, and session summaries.

1.4k 7d ago B 19 tokens original MIT

parallel-analyze

32

CloudAI-X/claude-workflow-v2

Command

Multi-perspective analysis using parallel subagents. Analyzes code from architecture, security, performance, and testing viewpoints simultaneously.

1.4k 7d ago A 25 tokens original MIT

parallel-review

33

CloudAI-X/claude-workflow-v2

Command

Run parallel code review across multiple directories or files. Uses N subagents simultaneously for faster analysis.

1.4k 7d ago A 19 tokens original MIT

plan

34

CloudAI-X/claude-workflow-v2

Command

Create and maintain a structured PLAN.md for persistent task tracking. Supports phases, dependencies, and progress tracking.

1.4k 7d ago A 21 tokens original MIT

rapid

36

CloudAI-X/claude-workflow-v2

Command

Fast-paced development mode for quick iterations. Minimal ceremony, maximum speed. Best for prototypes, MVPs, and time-sensitive tasks.

1.4k 7d ago A 26 tokens original MIT

refactor-guided

37

CloudAI-X/claude-workflow-v2

Command

Systematic, safety-first refactoring with verification at each step. Never refactors and adds features simultaneously.

1.4k 7d ago A 21 tokens original MIT

review

38

CloudAI-X/claude-workflow-v2

Command

Strict code review mode with high standards. Thoroughly examines code for bugs, security issues, performance problems, and best practice violations.

1.4k 7d ago A 26 tokens original MIT

run-tests

39

CloudAI-X/claude-workflow-v2

Command

Runs project tests intelligently. Identifies affected tests from changes and runs them first, then full suite.

1.4k 7d ago A 20 tokens original MIT

CloudAI-X/claude-workflow-v2

Command

Document session learnings to CLAUDE.md and AGENTS.md. Use after completing significant tasks, debugging sessions, or discovering project patterns.

1.4k 7d ago A 28 tokens original MIT

security-scan

41

CloudAI-X/claude-workflow-v2

Command

Security-focused code scan. Checks for hardcoded secrets, vulnerable dependencies, and common security issues.

1.4k 7d ago A 19 tokens original MIT

tutorial

44

CloudAI-X/claude-workflow-v2

Command

Interactive tutorial for learning the plugin. Walks through agents, skills, hooks, and commands with hands-on examples.

1.4k 7d ago A 23 tokens original MIT

validate-build

45

CloudAI-X/claude-workflow-v2

Command

Validates project build process. Run after changes to ensure the project compiles/transpiles correctly.

1.4k 7d ago A 20 tokens original MIT

verify-changes

46

CloudAI-X/claude-workflow-v2

Command

Comprehensive verification after code changes. Uses Boris Cherny's multi-subagent adversarial approach.

1.4k 7d ago A 19 tokens original MIT

PreToolUse

47

CloudAI-X/claude-workflow-v2

Hook

Runs before the agent uses a tool for Edit, Write and Bash tool calls, executing protect-files.py, security-check.py, pre-commit-check.py, log-commands.sh and branch-protection.sh via python3 (5 commands). From CloudAI-X/claude-workflow-v2.

1.4k 7d ago A tokens not measured original MIT

PostToolUse

48

CloudAI-X/claude-workflow-v2

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing format-on-edit.py and typescript-check.py via python3 (2 commands). From CloudAI-X/claude-workflow-v2.

1.4k 7d ago A tokens not measured copy · 80% MIT