Plugins

12 plugins
curated
Component Spec and Pattern Library
Document component anatomy, variants, and usage patterns for consistent implementation.
5 skills · plugin
@owl-listener
Interaction Design
Interaction design skills: micro-interactions, animation principles, state machines, gesture patterns, error handling UX, and feedback patterns.
16 skills · plugin
curated
Backend Framework Patterns
For developers building production-grade backends with NestJS, Spring Boot, or Ktor, covering architecture patterns and best practices.
7 skills · plugin
@dotnet
Dotnet Blazor
Skills for Blazor development: component authoring, interactivity, and web application patterns.
9 skills · plugin
@atc-net
Dotnet
C#/.NET development skills including refactoring, testing, async patterns, documentation, and NuGet management
7 skills · plugin
@fradser
Plugin Optimizer
Validates and optimizes Claude Code plugins against official best practices and file patterns
2 skills · plugin
curated
Deploy GKE Cluster
Creates a GKE cluster, configures networking, sets up observability, and applies reliability patterns.
5 skills · plugin
@dotnet
Dotnet Aspnetcore
ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.
4 skills · plugin
curated
Create Design System Documentation
Generate component specifications, pattern library entries, and design system documentation for UI consistency.
8 skills · plugin
curated
React Motion UI System
Install foundational motion tokens, UI patterns, and accessibility enforcement for React/Next.js.
5 skills · plugin
@owl-listener
UX Strategy
UX strategy skills: information architecture, content strategy, navigation patterns, user flows, task analysis, and competitive UX audits.
12 skills · plugin
curated
Migrate Legacy SDK
Migrate from a legacy SDK to a new version using mapping tables, deprecation patterns, and verification.
3 skills · plugin

Results for “pattern”

1,920 skills
tinh2
Retro
Runs a full retrospective and dev cycle analysis, chaining /recall and /new-features to reconstruct what went wrong, extract lessons learned, identify rework patterns, and synthesize feature ideas from the findings.
13
pwdev-solucoes
UI Scanner
Analyzes an existing Vue project's UI to map components, extract design tokens, and identify code patterns, then generates a project-specific contextual skill file for consistent future development.
2
arustydev
Lang Scala Dev
Foundational Scala patterns covering immutability, pattern matching, traits, case classes, for-comprehensions, and functional programming. Use when writing Scala code, understanding the type system, or needing guidance on which specialized Scala skill to use. This is the entry point for Scala development.
8 · bundle
arustydev
Lang Roc Library Dev
Roc-specific library and platform development patterns. Use when creating reusable Roc packages, developing custom platforms, organizing package modules, exposing public APIs, managing platform interfaces, or publishing packages. Extends meta-library-dev with Roc's unique platform system and module patterns.
8
bobmatnyc
Database Migration
Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.
71 · bundle
jantoniofc
Retro
Analyze sprint retrospectives for patterns and action item tracking. Usage: /retro analyze <retro_data.json>
6
snoodleboot-io
Test Aaa Structure
Apply Arrange-Act-Assert pattern for clear, maintainable tests with detailed guidance
2
snoodleboot-io
Incremental Implementation
Comprehensive guide for implementing code incrementally following established patterns, conventions, and quality standards
2
snoodleboot-io
Microservices Communication Patterns
Every synchronous call does two things beyond transferring data: it adds the
2
curiositech
Ddd Evans 2003
Domain-Driven Design methodology using bounded contexts, ubiquitous language, and strategic/tactical patterns
10 · bundle
azusagasaku
Quarkus Patterns
Quarkus 3.x LTS 架构模式——Camel 消息、RESTful API 设计、CDI 服务、数据访问、响应式管道及可观测性
0
jrennie99-glitch
Message Bus
Inter-agent message bus with channels, queues, routing, reliability, and multiple communication patterns
0
arustydev
Convert Elm Scala
Bidirectional conversion between Elm and Scala. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Elm↔Scala specific patterns. Use when migrating Elm frontend applications to Scala backends or full-stack Scala, translating The Elm Architecture to functional Scala patterns, or refactoring type-safe functional code from compile-time guarantees to more powerful type system features. Extends meta-convert-dev with Elm-to-Scala specific patterns.
8
theheavenlyd3mon
Release It
Build production-ready systems with stability patterns: circuit breakers, bulkheads, timeouts, and retry logic. Use when the user mentions "production outage", "circuit breaker", "timeout strategy", "deployment pipeline", "chaos engineering", "bulkhead pattern", "retry with backoff", or "health checks". Also trigger when designing resilient microservices, planning zero-downtime deployments, or investigating cascading failure scenarios. Covers capacity planning, health checks, and anti-fragility patterns. For data systems, see ddia-systems. For system architecture, see system-design.
28 · bundle
voltagent
Mistral AI Design Analysis
Documents Mistral AI's visual design system including sunset gradient color palette, typography pairing of PP Editorial Old with Inter, spacing tokens, and layout patterns across six page types.
50.9k · bundle
projectious-work
Ml Pipeline
ML pipeline design — data versioning, experiment tracking, deployment patterns, drift monitoring. Use when building an ML pipeline from data to deployment, setting up MLOps tooling (DVC, MLflow, model registry), choosing deployment patterns (shadow, canary, A/B), or designing monitoring for drift and degradation.
0 · bundle
arustydev
Lang Erlang Dev
Foundational Erlang patterns covering OTP behaviors, fault-tolerant systems, distributed computing, pattern matching, processes, and supervision trees. Use when writing Erlang code, building concurrent systems, working with OTP frameworks, or developing distributed fault-tolerant applications. This is the entry point for Erlang development.
8
arustydev
Lang Python Dev
Foundational Python patterns covering core syntax, idioms, type hints, testing, and modern tooling. Use when writing Python code, understanding Pythonic patterns, working with type hints, or needing guidance on which specialized Python skill to use. This is the entry point for Python development.
8
arustydev
Lang Clojure Dev
Foundational Clojure patterns covering functional programming, REPL-driven development, immutable data structures, and idiomatic code. Use when writing Clojure code, working with sequences and lazy evaluation, understanding macros, or needing guidance on functional programming patterns. This is the entry point for Clojure development.
8
projectious-work
Owner Profiling
Build and maintain a structured personal-context portfolio for the project owner — identity, working style, goals, team, decision patterns. Includes both an interview protocol for bootstrapping and observable-signal patterns for incremental refinement. Use to bootstrap an owner profile (interview), to refine an existing profile (target one file), or to incrementally update the profile based on observed patterns from a normal session (the agent watches for signals and proposes additions when evidence accrues).
0 · bundle
arustydev
Convert Elixir Erlang
Bidirectional conversion between Elixir and Erlang. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Elixir↔Erlang specific patterns. Use when migrating Elixir projects to Erlang, translating Elixir patterns to Erlang idioms, or refactoring Elixir codebases to Erlang. Both run on the BEAM VM with the same OTP framework, making this conversion primarily syntactic with semantic preservation. Extends meta-convert-dev with Elixir-to-Erlang specific patterns.
8
arustydev
Convert Clojure Elm
Bidirectional conversion between Clojure and Elm. Use when migrating projects between these languages in either direction. Extends meta-convert-dev with Clojure↔Elm specific patterns. Use when migrating Clojure projects to Elm, translating functional patterns from JVM to browser, or building type-safe frontends from Clojure logic. Extends meta-convert-dev with Clojure-to-Elm specific patterns for handling dynamic-to-static typing, REPL-driven to TEA architecture, and side effects to managed effects.
8
mukul975
Detecting Anomalous Authentication Patterns
Detects anomalous authentication patterns using UEBA analytics, statistical baselines, and machine learning to identify impossible travel, credential stuffing, brute force, password spraying, and compromised account behaviors across authentication logs.
24.6k · bundle
timlai666
Wpds
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.
1
bobmatnyc
Headlessui
Headless UI - Unstyled, fully accessible UI components for React and Vue with built-in ARIA patterns
71 · bundle
x402agent
Oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
9
sinhoneyy
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
11
jantoniofc
Zod 4
Zod 4 schema validation patterns. Trigger: When using Zod for validation - breaking changes from v3.
6
landonschropp
Bun Script
Use when writing a TypeScript script with Bun. Covers the template, conventions, and required patterns.
1 · bundle
nickgallick
Supabase Deep
Deep Supabase reference — auth flows, RLS patterns, edge functions, realtime, storage, Next.js SSR integration.
0
a5c-ai
Nuxt
Nuxt 3 patterns including Nitro server, auto-imports, modules, hybrid rendering, and full-stack development.
1.7k · bundle
solizardking
Oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
0
jackychenlu
Oracle
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
0
pantyuhov9-web
Refactor
Apply a named refactoring pattern to a website codebase (extract templates, centralize analytics, DRY components)
0
inskillflow
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
1
rajanthar
Perl Patterns
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
0