claude-workflow-v2 — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsclaude-workflow-v2
    Back to Agents
    claude-workflow-v2

    claude-workflow-v2

    CloudAI-X January 1, 2026
    1,335 copies 0 downloads

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

    Agent Definition
    # 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/Cursor%20Code-v1.0.33+-blue.svg)](https://code.cursor.com)
    [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/CloudAI-X/cursor-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/cursor-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-cursor-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/cursor-workflow-v2.git
    
    # Run Claude Code with the plugin
    cursor --plugin-dir ./cursor-workflow-v2
    ```
    
    ### Option 4: Agent SDK
    
    ```typescript
    import { query } from "@anthropic-ai/cursor-agent-sdk";
    
    for await (const message of query({
      prompt: "Hello",
      options: {
        plugins: [{ type: "local", path: "./cursor-workflow-v2" }],
      },
    })) {
      // Plugin commands, agents, and skills are now available
    }
    ```
    
    ### Option 5: Install Permanently
    
    ```bash
    # Install from marketplace (when available)
    cursor plugin install project-starter
    
    # Or install from local directory
    cursor plugin install ./cursor-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

    Tags

    agent-skillsaiai-agentsclaude-codecodexcursorskillsworkflow

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.