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”

859 skills
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
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
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
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
a5c-ai
Nuxt
Nuxt 3 patterns including Nitro server, auto-imports, modules, hybrid rendering, and full-stack development.
1.7k · bundle
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
promisingcoder
Taskflow Inbox Triage
Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.
0
eli-yu-first
Grpc Service Designer
Designs gRPC services with Protocol Buffer definitions, streaming patterns, and error handling
6 · bundle
eli-yu-first
Redis Cache Designer
Designs Redis caching strategies with key patterns, TTL policies, and eviction configurations
6 · bundle
oimiragieo
Stitch Loop
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern
0 · bundle
francostino
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
63
bouclem
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
7
arjumaan
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
1
26bb
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
0
sickn33
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
45.1k
antigravity
Brooks Test
Diagnoses structural problems in an existing test suite—brittleness, mock overuse, and other decay risks—drawing on twelve classic engineering books including xUnit Test Patterns and Working Effectively with Legacy Code.
42.4k · bundle
hoangnguyen0403
Dart Language
Dart 3.x language feature standards: null safety, records, sealed classes, switch pattern matching, extensions, and async/await. Use when using !, ?., ??, late, sealed classes, record types, switch expressions, or async patterns — and before introducing any new Dart 3.x construct to confirm the modern idiomatic approach.
542 · bundle
arustydev
Lang Haskell Dev
Foundational Haskell patterns covering pure functional programming, type system, type classes, monads, and common idioms. Use when writing Haskell code, understanding pure functions, working with Maybe/Either, leveraging the type system, or needing guidance on functional programming patterns. This is the entry point for Haskell development.
8
bobmatnyc
Tauri
Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling
71 · bundle
kk20300113-png
Perl Patterns
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
0
anantha-236
Perl Patterns
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
1
bouclem
Postgresql
Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features
7
nous-hermeshub
Unslop
Post-process AI-generated text through the unslop CLI to strip AI writing patterns before publishing
1
nous-hermeshub
Golang Pro
Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices.
1