- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
pros-cons
by LM-Kit
Gives a balanced pros and cons analysis of any idea, decision, or topic. Type a subject and get both sides.
email-writer
by LM-Kit
Writes a professional email from a short description. Type what you need and get a ready-to-send email.
b2c-metadata
by SalesforceCommerceCloud
Work with B2C Commerce site metadata XML for custom attributes and object types. Use when defining custom attributes on products/orders/customers, creating custom object types, or setting site preferences via XML import. Covers system-objecttype-extensions.xml and custom-objecttype-definitions.xml.
kubernetes-deployment-patterns
by NickCrew
Kubernetes deployment strategies and workload patterns for production-grade applications. Use when deploying to Kubernetes, implementing rollout strategies, or designing cloud-native application architectures.
design-system-architecture
by NickCrew
Build scalable design systems with design tokens, component APIs, and documentation. Use when creating or evolving component libraries.
condition-based-waiting
by NickCrew
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
mesh
by tkersey
Swarm coordinator activated only by explicit $mesh invocation. Trigger cues/keywords: orchestrate subagents/workers, execute ready $st slices/tasks, run propose/critique/synthesize/vote cycles, coordinate concurrent workers, require consensus + validation before completion, and persist learnings via $learnings.
event-driven-architecture
by NickCrew
Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices communication, or systems requiring eventual consistency and scalability.
feature-implementation
by NickCrew
Use when implementing a feature or multi-file code change - provides structured implementation flow with persona selection, validation, and testing guidance.
surfpool
by sendaifun
Complete Surfpool development environment for Solana - drop-in replacement for solana-test-validator with mainnet forking, cheatcodes, Infrastructure as Code, and Surfpool Studio. The fastest way to develop and test Solana programs.
C++ Ecosystem
by takeokunn
This skill should be used when working with C++ projects, CMakeLists.txt, Ninja, clang-tidy, clang-format, GoogleTest, Catch2, or Modern C++ (C++11-23) language patterns. Provides comprehensive C++ ecosystem patterns and best practices.
Requirements Definition
by takeokunn
This skill should be used when the user asks to "define requirements", "create specification", "clarify requirements", "write requirements document", or mentions requirement analysis. Provides comprehensive requirements definition methodology.
Core Patterns
by takeokunn
Base templates for error escalation, decision criteria, and enforcement. Referenced by agents and commands to avoid duplication.
Parallelization Patterns
by takeokunn
Patterns for parallel execution strategies, timeout configuration, retry policies, and consensus mechanisms.
instrumenting-with-mlflow-tracing
by mlflow
Instruments Python and TypeScript code with MLflow Tracing for observability. Triggers on questions about adding tracing, instrumenting agents/LLM apps, getting started with MLflow tracing, or tracing specific frameworks (LangGraph, LangChain, OpenAI, DSPy, CrewAI, AutoGen). Examples - "How do I add tracing?", "How to instrument my agent?", "How to trace my LangChain app?", "Getting started with MLflow tracing", "Trace my TypeScript app"
Haskell Ecosystem
by takeokunn
This skill should be used when working with Haskell projects, "cabal.project", "stack.yaml", "ghc", "cabal build/test/run", "stack build/test/run", or Haskell language patterns. Provides comprehensive Haskell ecosystem patterns and best practices.
api-doc-generator
by TerminalSkills
Generate and validate API documentation from source code, route definitions, and existing endpoints. Use when a user asks to generate API docs, create OpenAPI specs, document endpoints, sync docs with code, detect documentation drift, or produce Swagger files from a codebase.
create-mcp-servers
by glittercowboy
Create Model Context Protocol (MCP) servers that expose tools, resources, and prompts to Claude. Use when building custom integrations, APIs, data sources, or any server that Claude should interact with via the MCP protocol. Supports both TypeScript and Python implementations.
arcium
by sendaifun
Build and debug encrypted Solana applications with Arcium — data stays private during computation, no single party sees it. Use when writing Arcis circuits (#[encrypted], #[instruction]), wiring Anchor programs with init/queue_computation/callback flows, choosing Shared vs Mxe encrypted state, encrypting inputs with @arcium-hq/client (RescueCipher, x25519), or debugging ArgBuilder ordering, nonce, callback, or computation finalization failures. Covers dark pools, sealed-bid auctions, encrypted voting, hidden game state, confidential DeFi, secure randomness, and threshold signing. Also use for getting started with your first Arcium app.
data-quality
by JoelLewis
"Financial data quality management: golden source architecture, data lineage, validation rules, exception management, profiling, monitoring, and governance frameworks."
account-transfers
by JoelLewis
"Account transfers: ACAT transfers, non-ACAT transfers, partial transfers, journal entries, rollovers, estate transfers, and transfer tracking for brokerage operations."
account-opening-workflow
by JoelLewis
"Account opening workflows: account types (individual, joint JTWROS/TIC, trust, entity, IRA/SEP/SIMPLE/inherited, UTMA, estate), required forms (Form CIP, CRS, W-9, W-8BEN, beneficial ownership, trust/LLC docs, Form 5305), approval workflows with supervisory review, NIGO management, regulatory holds, PEP/enhanced due diligence screening, senior investor protections, KYC/CIP verification, straight-through processing (STP), multi-custodian operations (Schwab, Fidelity, Pershing), account numbering/titling/classification, ACAT coordination, 30-day compliance review, funding verification, billing system integration, FINRA Rule 4512."
typescript-knowledge-patch
by Nevaberry
This skill should be used when writing TypeScript code, using "import defer", "--module node20", "tsc --init", working with ArrayBuffer types, or any TypeScript features from version 5.9 onwards.
nextjs-knowledge-patch
by Nevaberry
This skill should be used when writing Next.js code, using App Router, Server Components, Server Actions, Turbopack, or any Next.js 15.3+ / Next.js 16 features (2025-2026). It covers proxy.ts (middleware.ts replacement), "use cache", Cache Components, navigation hooks (onNavigate, useLinkStatus), caching APIs (updateTag, refresh, revalidateTag), typed routes, auto-generated PageProps, and breaking changes from 15.x to 16.x.