Skip to main content

← All sources

claude-workflow-v2 skills

Universal Claude Code workflow plugin with agents, skills, hooks, and commands 14 skills. skills-hub.ai mirrors 14 skills from claude-workflow-v2 daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

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

Installing a claude-workflow-v2 skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a claude-workflow-v2 skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all claude-workflow-v2 skills via API
curl https://skills-hub.ai/api/v1/skills?source=claude-workflow-v2

# Browse all sources
open https://skills-hub.ai/sources

Top claude-workflow-v2 skills

See all →

The most-installed skills from claude-workflow-v2, ranked by adoption.

  1. 01analyzing-projects

    Analyzes codebases to understand structure, tech stack, patterns, and conventions. Use when onboarding to a new project, exploring unfamiliar code, or when asked "how does this work?" or "what's the architecture?"

    Buildfrom claude-workflow-v2
  2. 02designing-apis

    Designs REST and GraphQL APIs including endpoints, error handling, versioning, and documentation. Use when creating new APIs, designing endpoints, reviewing API contracts, or when asked about REST, GraphQL, or API patterns.

    Buildfrom claude-workflow-v2
  3. 03error-handling

    Implements error handling patterns, structured logging, retry strategies, circuit breakers, and graceful degradation. Use when designing error handling, setting up logging, implementing retries, adding error tracking, or when asked about error boundaries, log aggregation, alerting, or resilience patterns.

    Buildfrom claude-workflow-v2
  4. 04parallel-execution

    Patterns for parallel subagent execution using Task tool with run_in_background. Use when coordinating multiple independent tasks, spawning dynamic subagents, or implementing features that can be parallelized.

    Buildfrom claude-workflow-v2
  5. 05vercel-react-best-practices

    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

    Buildfrom claude-workflow-v2
  6. 06convex-backend

    Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database operations, real-time subscriptions, file storage, or serverless functions.

    Buildfrom claude-workflow-v2
  7. 07database-design

    Designs database schemas, indexing strategies, query optimization, and migration patterns for SQL and NoSQL databases. Use when designing tables, optimizing queries, fixing N+1 problems, planning migrations, or when asked about database performance, normalization, ORMs, or data modeling.

    Buildfrom claude-workflow-v2
  8. 08designing-architecture

    Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when asked about microservices, monoliths, or architectural approaches.

    Buildfrom claude-workflow-v2
  9. 09designing-tests

    Designs and implements testing strategies for any codebase. Use when adding tests, improving coverage, setting up testing infrastructure, debugging test failures, or when asked about unit tests, integration tests, or E2E testing.

    Buildfrom claude-workflow-v2
  10. 10devops-infrastructure

    Guides Docker, CI/CD pipelines, deployment strategies, infrastructure as code, and observability setup. Use when writing Dockerfiles, configuring GitHub Actions, planning deployments, setting up monitoring, or when asked about containers, pipelines, Terraform, or production infrastructure.

    Buildfrom claude-workflow-v2
  11. 11managing-git

    Manages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.

    Buildfrom claude-workflow-v2
  12. 12optimizing-performance

    Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.

    Buildfrom claude-workflow-v2
  13. 13security-patterns

    Implements authentication, authorization, encryption, secrets management, and security hardening patterns. Use when designing auth flows, managing secrets, configuring CORS, implementing rate limiting, or when asked about JWT, OAuth, password hashing, API keys, RBAC, or security best practices.

    Buildfrom claude-workflow-v2
  14. 14web-design-guidelines

    Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", "check my site against best practices", or "web interface guidelines".

    Buildfrom claude-workflow-v2

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 31, 2026, 6:21 PM (success).

claude-workflow-v2 skills, frequently asked

What are claude-workflow-v2 skills?

claude-workflow-v2 skills are AI coding skills published by claude-workflow-v2 (Universal Claude Code workflow plugin with agents, skills, hooks, and commands 14 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many claude-workflow-v2 skills are available?

skills-hub.ai indexes 14 skills from claude-workflow-v2, synced daily from the upstream GitHub repository (https://github.com/CloudAI-X/claude-workflow-v2).

How do I install a claude-workflow-v2 skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official claude-workflow-v2 skills?

Yes. Every skill from this source is mirrored from claude-workflow-v2's own GitHub repository (https://github.com/CloudAI-X/claude-workflow-v2). Each skill page links back to the upstream source of truth, so you can verify the original.