Art & Design

wshobson/team-composition-patterns

38.0kgithub.com

Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to spawn for a task, when choosing between a review team versus a feature team versus a debug team, when selecting the correct subagent_type for each role to ensure agents have the tools they need, when configuring display modes (tmux, iTerm2, in-process) for a CI or local environment, or when building a custom team composition for a non-standard workflow such as a migration or security audit.

$ npx skills add wshobson/agents
Voir la compétence

onmax/nuxt-ui

github.com

Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays, configure Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.

$ npx skills add onmax/nuxt-skills
Voir la compétence

affaan-m/django-patterns

230.4kgithub.com

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

$ npx skills add affaan-m/everything-claude-code
Voir la compétence

callstackincubator/agent-device

github.com

Automates Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, extracting UI info, collecting logs/network/perf evidence, or planning agent-device CLI commands.

$ npx skills add callstackincubator/agent-device
Voir la compétence

wshobson/task-coordination-strategies

38.0kgithub.com

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

$ npx skills add wshobson/agents
Voir la compétence

jeffallan/spring-boot-engineer

10.6kgithub.com

Generates Spring Boot 3.x configurations, creates REST controllers, implements Spring Security 6 authentication flows, sets up Spring Data JPA repositories, and configures reactive WebFlux endpoints. Use when building Spring Boot 3.x applications, microservices, or reactive Java applications; invoke for Spring Data JPA, Spring Security 6, WebFlux, Spring Cloud integration, Java REST API design, or Microservices Java architecture.

$ npx skills add jeffallan/claude-skills
Voir la compétence

onmax/reka-ui

github.com

Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue.

$ npx skills add onmax/nuxt-skills
Voir la compétence

affaan-m/api-design

230.4kgithub.com

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

$ npx skills add affaan-m/everything-claude-code
Voir la compétence

heroui-inc/heroui-native

github.com

HeroUI Native component library for React Native (Tailwind v4 via Uniwind). Use when building mobile UIs with HeroUI Native — creating Buttons, Cards, TextFields, Dialogs; installing heroui-native; configuring dark/light themes; or fetching component docs. Keywords: HeroUI Native, heroui-native, React Native UI, Uniwind, mobile components.

$ npx skills add heroui-inc/heroui
Voir la compétence

vercel/building-components

github.com

Guide for building modern, accessible, and composable UI components. Use when building new components, implementing accessibility, creating composable APIs, setting up design tokens, publishing to npm/registry, or writing component documentation.

$ npx skills add vercel/components.build
Voir la compétence

josiahsiegel/tailwindcss-advanced-layouts

github.com

Tailwind CSS advanced layout techniques including CSS Grid and Flexbox patterns. PROACTIVELY activate for: (1) building complex layouts with CSS Grid, (2) grid-template-areas via Tailwind v4 arbitrary values, (3) responsive grid (grid-cols-*, auto-fit, minmax), (4) Flexbox patterns (flex-1, flex-grow, gap), (5) sticky headers and footers, (6) holy grail layout, (7) masonry-style layouts, (8) container queries (@container) with Tailwind, (9) subgrid usage, (10) aspect-ratio utilities, (11) magazine-style multi-column layouts. Provides: Grid template recipes, container-query patterns, holy-grail templates, masonry alternatives, and aspect-ratio examples.

$ npx skills add josiahsiegel/claude-plugin-marketplace
Voir la compétence

wshobson/parallel-feature-development

38.0kgithub.com

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system simultaneously, when establishing file ownership to prevent merge conflicts in a shared codebase, when designing interface contracts so parallel implementers can build against each other's APIs before they are ready, or when deciding whether to use vertical slices versus horizontal layers for a full-stack feature.

$ npx skills add wshobson/agents
Voir la compétence

shopify/shopify-admin

456github.com

Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config validation** —use **`use-shopify-cli`**. Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes).

$ npx skills add shopify/shopify-ai-toolkit
Voir la compétence

affaan-m/postgres-patterns

230.4kgithub.com

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.

$ npx skills add affaan-m/everything-claude-code
Voir la compétence

wshobson/saga-orchestration

38.0kgithub.com

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete.

$ npx skills add wshobson/agents
Voir la compétence

heroui-inc/heroui-react

github.com

HeroUI v3 React component library (Tailwind CSS v4 + React Aria). Use when building UIs with HeroUI — creating Buttons, Modals, Forms, Cards; installing @heroui/react; configuring dark/light themes with oklch variables; or fetching component docs. Keywords: HeroUI, Hero UI, heroui, @heroui/react, @heroui/styles.

$ npx skills add heroui-inc/heroui
Voir la compétence

affaan-m/springboot-patterns

230.4kgithub.com

Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.

$ npx skills add affaan-m/everything-claude-code
Voir la compétence

tw93/think

6.0kgithub.com

Turns rough ideas into approved, decision-complete plans with validated structure before coding. Use when users ask in any language for planning, architecture, design direction, feasibility, value judgment, or whether a feature is worth doing before implementation. Not for bug fixes or small edits.

$ npx skills add tw93/waza
Voir la compétence

wshobson/multi-cloud-architecture

38.0kgithub.com

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

$ npx skills add wshobson/agents
Voir la compétence

wshobson/event-store-design

38.0kgithub.com

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

$ npx skills add wshobson/agents
Voir la compétence

czlonkowski/n8n-workflow-patterns

github.com

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, or scheduled tasks. Always consult this skill when the user asks to create, build, or design an n8n workflow, automate a process, or connect services — even if they don't explicitly mention 'patterns'. Covers webhook, API, database, AI, batch processing, and scheduled automation architectures. Also use when optimizing a slow workflow or speeding up large-item-count processing (node count, batchSize, all-items vs per-item).

$ npx skills add czlonkowski/n8n-skills
Voir la compétence

wshobson/k8s-manifest-generator

38.0kgithub.com

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations.

$ npx skills add wshobson/agents
Voir la compétence

sickn33/api-security-best-practices

43.4kgithub.com

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

$ npx skills add sickn33/antigravity-awesome-skills
Voir la compétence

wshobson/python-error-handling

38.0kgithub.com

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

$ npx skills add wshobson/agents
Voir la compétence