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”

253 skills
rootcastleco
AI Product
Every product will be AI-powered. The question is whether you'll build it right or ship a demo that falls apart in production. This skill covers LLM integration patterns, RAG architecture, prompt ...
6
nvidia
Cuopt Numerical Optimization API C
Solve LP, MILP, and QP problems using the cuOpt C API with a consistent build pattern and core calls.
2.2k · bundle
nimoqup046-collab
Langgraph
Build production-grade AI agents with LangGraph, covering graph construction, state management, reducers, conditional routing, checkpointers, and human-in-the-loop patterns.
2
tianhao909
Transformer Lens Interpretability
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
1 · bundle
qcmuu
Transformer Lens Interpretability
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
0 · bundle
jrennie99-glitch
Agent Coordination
Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.
0
github
Agentic Eval
Implement iterative evaluation and refinement loops for AI agent outputs, using self-critique, evaluator-optimizer patterns, and rubric-based scoring to improve quality.
36.2k
muratcankoylan
Context Engineering Collection
Provides structured guidance for building production-grade AI agent systems through context engineering, covering fundamentals, architectural patterns, operational excellence, and evaluation.
16.9k · bundle
muratcankoylan
Bdi Mental States
Model agent mental states using BDI (Beliefs, Desires, Intentions) ontology patterns, enabling cognitive reasoning, explainability, and semantic interoperability in multi-agent systems.
16.9k · bundle
samyakjhaveri
Cuda Omp Translator
Reference guide for evaluating LLM-generated translations between CUDA and OpenMP, covering memory model mapping, kernel launch patterns, shared memory, atomics, and common failure modes.
0
levalencia
RAG
Provides patterns to build Retrieval-Augmented Generation (RAG) systems for AI 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.
3 · bundle
tangchunwu
Codex API
Anthropic Codex API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Codex Agent SDK. Use when building applications with the Codex API or Anthropic SDKs.
1
jarbitechture
Claude API
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
0 · bundle
smith6jt-cop
Colab Notebook Development
Pattern for creating new Colab notebooks. Trigger when: (1) Creating a new notebook for experiments, (2) Adding notebook-based functionality, (3) Agent or validation notebooks, (4) Any notebook that uses GPU training infrastructure.
3
github
Github Actions Hardening
Reviews and hardens GitHub Actions workflows against injection, privilege escalation, supply-chain, and token-scoping risks that pattern matchers miss.
36.2k · bundle
k-dense-ai
Autoskill
Analyze recent screen activity via a local screenpipe daemon, detect repeated research workflows, and draft new skills or composition recipes for uncovered patterns.
30.2k · bundle
mukul975
Detecting AI Model Prompt Injection Attacks
Detects prompt injection attacks targeting LLM-based applications using regex pattern matching, heuristic scoring, and DeBERTa transformer classification.
24.6k · bundle
sakamoto-family-smile
Exa Search
Performs neural web, code, company, and people searches via the Exa MCP server, with usage patterns for quick lookups, code research, and deep dives.
0
mariadb-corporation
Mariadb Vector
Provides best practices for using MariaDB's built-in vector support for AI workloads, including SQL syntax for vector columns, indexes, distance functions, and RAG patterns.
0
herdiansah
E2e Testing Patterns
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.
23
kk20300113-png
Claude API
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
0
vvieira010-pixel
Weekly Agency Review
Review the week using accumulated session evidence — retrieval rates, hint depths, calibration accuracy, transfer and unassisted results. The learner identifies patterns and sets a strategy goal. Use weekly or after a multi-session period.
0
anantha-236
Claude API
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
1
nvidia
Tilegym Cutile Autotuning
Adds autotuning to CuTile kernels using the exhaustive_search API with a tune-once/cache/direct-launch pattern, covering occupancy-only and complex tile-size search spaces.
2.2k · bundle
muratcankoylan
Multi Agent Patterns
Design multi-agent systems with context isolation, supervisor or swarm coordination, explicit handoffs, parallel execution, and decision frameworks for when multiple agents are justified.
16.9k · bundle
sakamoto-family-smile
Dmux Workflows
Orchestrates parallel AI agent sessions using dmux, a tmux pane manager, with patterns for research, implementation, testing, and code review across multiple harnesses.
0
joshuashepherd
Create Agent
Scaffold and develop AI agents using OpenAI Agents SDK patterns, covering agent definition, tools, guardrails, handoffs, context, RAG pipelines, streaming, API routes, testing, and debugging.
1
dokhacgiakhoa
Python Pro
Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI. Use PROACTIVELY for Python development, optimization, or advanced Python patterns.
505 · bundle
dokhacgiakhoa
Plaid Fintech
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach, account aggregation.
505 · bundle
affaan-m
MCP Server Patterns
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
226k
sakamoto-family-smile
Autonomous Loops
Patterns and architectures for running Claude Code autonomously in loops, from simple sequential pipelines to RFC-driven multi-agent DAG systems.
0
dokhacgiakhoa
Golang Pro
Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Expert in the latest Go ecosystem including generics, workspaces, and cutting-edge frameworks. Use PROACTIVELY for Go development, architecture design, or performance optimization.
505 · bundle
herdiansah
Golang Pro
Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Expert in the latest Go ecosystem including generics, workspaces, and cutting-edge frameworks. Use PROACTIVELY for Go development, architecture design, or performance optimization.
23
vvieira010-pixel
Confidence Calibration Check
Capture confidence ratings before and after a learning attempt to identify overconfidence and underconfidence patterns. Use when a student wants to understand how well they actually know something versus how well they think they know it.
0
omer-metin
MCP Security
Security patterns for MCP servers including OAuth 2.0, rate limiting, input validation, and audit loggingUse when "mcp security, mcp authentication, mcp oauth, mcp rate limit, secure mcp server, mcp, security, oauth, authentication, rate-limiting, validation" mentioned.
128 · bundle
kk20300113-png
Dmux Workflows
Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.
0