Back to Marketplaces

claude-code-workflows

wshobson/agents
active
71plugins
115skills
Seth Hobson

developer-essentials

Essential developer skills including Git workflows, SQL optimization, error handling, code review, E2E testing, authentication, debugging, and monorepo management

development
11 skills

auth-implementation-patterns

verified

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

bazel-build-optimization

verified

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

code-review-excellence

verified

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

debugging-strategies

verified

Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.

e2e-testing-patterns

verified

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

error-handling-patterns

verified

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

git-advanced-workflows

verified

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

monorepo-management

verified

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

nx-workspace-patterns

verified

Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.

sql-optimization-patterns

verified

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

turborepo-caching

verified

Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching.

backend-development

Backend API design, GraphQL architecture, workflow orchestration with Temporal, and test-driven backend development

development
9 skills

api-design-principles

verified

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

architecture-patterns

verified

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

cqrs-implementation

verified

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

event-store-design

verified

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

microservices-patterns

verified

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

projection-patterns

verified

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

saga-orchestration

verified

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

temporal-python-testing

verified

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

workflow-orchestration-patterns

verified

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

ui-design

Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns

development
9 skills

accessibility-compliance

verified

Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.

design-system-patterns

verified

Build scalable design systems with design tokens, theming infrastructure, and component architecture patterns. Use when creating design tokens, implementing theme switching, building component libraries, or establishing design system foundations.

interaction-design

verified

Design and implement microinteractions, motion design, transitions, and user feedback patterns. Use when adding polish to UI interactions, implementing loading states, or creating delightful user experiences.

mobile-android-design

verified

Master Material Design 3 and Jetpack Compose patterns for building native Android apps. Use when designing Android interfaces, implementing Compose UI, or following Google's Material Design guidelines.

mobile-ios-design

verified

Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.

react-native-design

verified

Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.

responsive-design

verified

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

visual-design-foundations

verified

Apply typography, color theory, spacing systems, and iconography principles to create cohesive visual designs. Use when establishing design tokens, building style guides, or improving visual hierarchy and consistency.

web-component-design

verified

Master React, Vue, and Svelte component patterns including CSS-in-JS, composition strategies, and reusable component architecture. Use when building UI component libraries, designing component APIs, or implementing frontend design systems.

llm-application-dev

LLM application development with LangGraph, RAG systems, vector search, and AI agent architectures for Claude 4.5 and GPT-5.2

ai-ml
8 skills

embedding-strategies

verified

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

hybrid-search-implementation

verified

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

langchain-architecture

verified

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

llm-evaluation

verified

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.

prompt-engineering-patterns

verified

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.

rag-implementation

verified

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

similarity-search-patterns

verified

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

vector-index-tuning

verified

Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.

cloud-infrastructure

Cloud architecture design for AWS/Azure/GCP, Kubernetes cluster configuration, Terraform infrastructure-as-code, hybrid cloud networking, and multi-cloud cost optimization

infrastructure
7 skills

cost-optimization

verified

Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

hybrid-cloud-networking

verified

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

istio-traffic-management

verified

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

linkerd-patterns

verified

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

mtls-configuration

verified

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

multi-cloud-architecture

verified

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.

terraform-module-library

verified

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

startup-business-analyst

Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies

business
5 skills

distributed-debugging

Distributed system tracing and debugging across microservices

operations
0 skills

No verified skills in this plugin.

functional-programming

Functional programming with Elixir, OTP patterns, Phoenix framework, and distributed systems

languages
0 skills

No verified skills in this plugin.

code-review-ai

AI-powered architectural review and code quality analysis

quality
0 skills

No verified skills in this plugin.

error-diagnostics

Error tracing, root cause analysis, and smart debugging for production systems

operations
0 skills

No verified skills in this plugin.

backend-api-security

API security hardening, authentication implementation, authorization patterns, rate limiting, and input validation

security
0 skills

No verified skills in this plugin.

seo-technical-optimization

Technical SEO optimization including meta tags, keywords, structure, and featured snippets

marketing
0 skills

No verified skills in this plugin.

content-marketing

Content marketing strategy, web research, and information synthesis for marketing operations

marketing
0 skills

No verified skills in this plugin.

arm-cortex-microcontrollers

ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns

languages
0 skills

No verified skills in this plugin.

julia-development

Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices

languages
0 skills

No verified skills in this plugin.

web-scripting

Web scripting with PHP and Ruby for web applications, CMS development, and backend services

languages
0 skills

No verified skills in this plugin.

application-performance

Application profiling, performance optimization, and observability for frontend and backend systems

performance
0 skills

No verified skills in this plugin.

customer-sales-automation

Customer support workflow automation, sales pipeline management, email campaigns, and CRM integration

business
0 skills

No verified skills in this plugin.

multi-platform-apps

Cross-platform application development coordinating web, iOS, Android, and desktop implementations

development
0 skills

No verified skills in this plugin.

c4-architecture

Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation

documentation
0 skills

No verified skills in this plugin.

code-documentation

Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation

documentation
0 skills

No verified skills in this plugin.

git-pr-workflows

Git workflow automation, pull request enhancement, and team onboarding processes

workflows
0 skills

No verified skills in this plugin.

full-stack-orchestration

End-to-end feature orchestration with testing, security, performance, and deployment

workflows
0 skills

No verified skills in this plugin.

tdd-workflows

Test-driven development methodology with red-green-refactor cycles and code review

workflows
0 skills

No verified skills in this plugin.

code-refactoring

Code cleanup, refactoring automation, and technical debt management with context restoration

utilities
0 skills

No verified skills in this plugin.

seo-content-creation

SEO content writing, planning, and quality auditing with E-E-A-T optimization

marketing
0 skills

No verified skills in this plugin.

security-compliance

SOC2, HIPAA, and GDPR compliance validation, secrets scanning, compliance checklists, and regulatory documentation

security
0 skills

No verified skills in this plugin.

codebase-cleanup

Technical debt reduction, dependency updates, and code refactoring automation

modernization
0 skills

No verified skills in this plugin.

deployment-strategies

Deployment patterns, rollback automation, and infrastructure templates

infrastructure
0 skills

No verified skills in this plugin.

performance-testing-review

Performance analysis, test coverage review, and AI-powered code quality assessment

quality
0 skills

No verified skills in this plugin.

comprehensive-review

Multi-perspective code analysis covering architecture, security, and best practices

quality
0 skills

No verified skills in this plugin.

frontend-mobile-security

XSS prevention, CSRF protection, content security policies, mobile app security, and secure storage patterns

security
0 skills

No verified skills in this plugin.

data-validation-suite

Schema validation, data quality monitoring, streaming validation pipelines, and input validation for backend APIs

data
0 skills

No verified skills in this plugin.

api-testing-observability

API testing automation, request mocking, OpenAPI documentation generation, observability setup, and monitoring

api
0 skills

No verified skills in this plugin.

seo-analysis-monitoring

Content freshness analysis, cannibalization detection, and authority building for SEO

marketing
0 skills

No verified skills in this plugin.

deployment-validation

Pre-deployment checks, configuration validation, and deployment readiness assessment

infrastructure
0 skills

No verified skills in this plugin.

context-management

Context persistence, restoration, and long-running conversation management

ai-ml
0 skills

No verified skills in this plugin.

jvm-languages

JVM language development including Java, Scala, and C# with enterprise patterns and frameworks

languages
0 skills

No verified skills in this plugin.

debugging-toolkit

Interactive debugging, developer experience optimization, and smart debugging workflows

development
0 skills

No verified skills in this plugin.

agent-orchestration

Multi-agent system optimization, agent improvement workflows, and context management

ai-ml
0 skills

No verified skills in this plugin.

unit-testing

Unit and integration test automation for Python and JavaScript with debugging support

testing
0 skills

No verified skills in this plugin.

team-collaboration

Team workflows, issue management, standup automation, and developer experience optimization

utilities
0 skills

No verified skills in this plugin.

database-cloud-optimization

Database query optimization, cloud cost optimization, and scalability improvements

performance
0 skills

No verified skills in this plugin.

error-debugging

Error analysis, trace debugging, and multi-agent problem diagnosis

utilities
0 skills

No verified skills in this plugin.

dependency-management

Dependency auditing, version management, and security vulnerability scanning

utilities
0 skills

No verified skills in this plugin.

database-migrations

Database migration automation, observability, and cross-database migration strategies

database
0 skills

No verified skills in this plugin.