By dorucioclea
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
System design and architecture planning mode. Focuses on high-level design, trade-offs, and technical decisions before implementation.
Educational mode that explains concepts, teaches patterns, and guides learning. Ideal when learning a new codebase, technology, or programming concept.
Fast-paced development mode for quick iterations. Minimal ceremony, maximum speed. Best for prototypes, MVPs, and time-sensitive tasks.
Strict code review mode with high standards. Thoroughly examines code for bugs, security issues, performance problems, and best practice violations.
Expert code review specialist. Use PROACTIVELY after writing or modifying code, before commits, or when asked to review changes. Focuses on quality, security, performance, and maintainability.
Expert debugging specialist for errors, test failures, crashes, and unexpected behavior. Use PROACTIVELY when encountering any error, exception, or failing test. Performs systematic root cause analysis.
Technical documentation specialist. Use for creating README files, API documentation, architecture docs, inline comments, and user guides. MUST BE USED when documentation is needed or when code changes require doc updates.
Master coordinator for complex multi-step tasks. Use PROACTIVELY when a task involves 2+ modules, requires delegation to specialists, needs architectural planning, or involves GitHub PR workflows. MUST BE USED for open-ended requests like "improve", "refactor", "add feature", or when implementing features from GitHub issues.
Code refactoring specialist for improving code quality, reducing technical debt, and applying design patterns. Use when code needs restructuring, simplification, or when applying DRY/SOLID principles.
Guides REST and GraphQL API design, including endpoints, error handling, versioning, and documentation. Use when designing APIs, creating endpoints, or when asked about API patterns.
Provides guidance on software architecture patterns and design decisions. Use when designing systems, choosing patterns, structuring projects, or when asked about architectural approaches.
Guides Git workflows, branching strategies, commit conventions, and collaboration patterns. Use when working with Git, creating PRs, managing branches, or when asked about version control.
Guides performance analysis and optimization for any application. Use when diagnosing slowness, optimizing code, improving load times, or when asked about performance.
Analyzes any project to understand its structure, tech stack, patterns, and conventions. Use when starting work on a new codebase, onboarding, or when asked "how does this project work?" or "what's the architecture?"
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
A universal Claude Code workflow plugin with specialized agents, skills, hooks, and output styles for any software project.
# Clone the plugin
git clone https://github.com/CloudAI-X/claude-workflow.git
# Run Claude Code with the plugin
claude --plugin-dir ./claude-workflow
| Agent | Purpose | Auto-Trigger Keywords |
|---|---|---|
orchestrator | Coordinate complex multi-step tasks | "improve", "refactor", multi-module changes |
code-reviewer | Review code quality and best practices | After code changes, before commits |
debugger | Systematic bug investigation and fixing | Errors, test failures, crashes |
docs-writer | Create technical documentation | README, API docs, guides |
security-auditor | Security vulnerability detection | Auth, user input, sensitive data |
refactorer | Code structure improvements | Technical debt, cleanup |
test-architect | Design comprehensive test strategies | Adding/improving tests |
Switch work modes with namespaced slash commands:
/project-starter:architect # System design mode - focus on architecture before code
/project-starter:rapid # Fast development mode - ship quickly, iterate
/project-starter:mentor # Learning/teaching mode - explain the "why"
/project-starter:review # Code review mode - strict quality standards
| Hook | Trigger | Action |
|---|---|---|
| Security scan | Edit/Write | Blocks commits with potential secrets |
| File protection | Edit/Write | Blocks edits to lock files, .env, .git |
| Auto-format | Edit/Write | Runs prettier/black/gofmt based on file type |
| Command logging | Bash | Logs commands to .claude/command-history.log |
| Environment check | Session start | Validates Node.js, Python, Git availability |
| Prompt analysis | User prompt | Suggests appropriate agents |
| Input notification | Input needed | Desktop notification when Claude needs input |
| Complete notification | Task complete | Desktop notification when task finishes |
See PERMISSIONS.md for recommended permissions to add to your project's .claude/settings.local.json.
See mcp-servers-template.md for common MCP server configurations (GitHub, Sentry, databases, etc.).
User: What's the architecture of this project?
Claude: [Uses project-analysis skill to explore and explain the codebase]
User: Add user authentication
Claude: [Uses orchestrator agent for multi-step planning and delegation]
User: The login is broken
Claude: [Uses debugger agent for systematic root cause analysis]
User: Review my changes
Claude: [Uses code-reviewer agent with correctness, security, performance checks]
User: /project-starter:architect
Claude: [Switches to architecture mode - designs before implementing]
npx claudepluginhub dorucioclea/claude-workflowBuild and manage iOS/macOS apps using native xcodebuild and xcrun simctl CLI tools. Replaces XcodeBuildMCP with direct CLI commands and XCUITest for UI automation.
AI-native task management system. Track progress, coordinate multi-agent work, manage hierarchical tasks with dependencies, sprints, acceptance criteria, and a web dashboard.
Claude Mind - Give Claude photographic memory in ONE portable file. Share, version, and transfer your Claude's brain.
Expert guidance and automation for mobile app observability: crash reporting, performance monitoring, session replay, and instrumentation for iOS, Android, React Native, and Flutter.
Persistent local memory for Claude Code. Cross-session recall with vector search, automatic archiving, zero cloud dependencies.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
The most comprehensive Claude Code plugin — 14+ agents, 56+ skills, 33+ commands, and production-ready hooks for TDD, security scanning, code review, and continuous learning
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.