Types

Type checking and type generation

Showing 1489-1512 of 6303 skills
LM-Kit

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.

Processing 52 7mo ago
LM-Kit

email-writer

by LM-Kit

Writes a professional email from a short description. Type what you need and get a ready-to-send email.

Email 52 7mo ago
SalesforceCommerceCloud

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.

API Dev 52 7mo ago
NickCrew

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.

Automation 36 8mo ago
NickCrew

design-system-architecture

by NickCrew

Build scalable design systems with design tokens, component APIs, and documentation. Use when creating or evolving component libraries.

Design 36 7mo ago
NickCrew

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

Code Gen 36 10mo ago
tkersey

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.

Automation 68 6mo ago
NickCrew

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.

Database 36 8mo ago
NickCrew

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.

Agents 36 8mo ago
sendaifun

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.

CLI Tools 128 7mo ago
takeokunn

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.

Code Review 71 6mo ago
takeokunn

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.

Testing 71 6mo ago
takeokunn

Core Patterns

by takeokunn

Base templates for error escalation, decision criteria, and enforcement. Referenced by agents and commands to avoid duplication.

Debugging 71 6mo ago
takeokunn

Parallelization Patterns

by takeokunn

Patterns for parallel execution strategies, timeout configuration, retry policies, and consensus mechanisms.

Agents 71 6mo ago
mlflow

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"

Debugging 71 7mo ago
takeokunn

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.

CLI Tools 71 6mo ago
TerminalSkills

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.

API Dev 140 6mo ago
glittercowboy

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.

Code Gen 2K 7mo ago
sendaifun

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.

API Dev 128 4mo ago
JoelLewis

data-quality

by JoelLewis

"Financial data quality management: golden source architecture, data lineage, validation rules, exception management, profiling, monitoring, and governance frameworks."

Processing 175 6mo ago
JoelLewis

account-transfers

by JoelLewis

"Account transfers: ACAT transfers, non-ACAT transfers, partial transfers, journal entries, rollovers, estate transfers, and transfer tracking for brokerage operations."

Finance 175 6mo ago
JoelLewis

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."

Code Review 175 6mo ago
Nevaberry

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.

Code Gen 24 7mo ago
Nevaberry

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.

Caching 24 7mo ago