Types

Type checking and type generation

Showing 3793-3816 of 6173 skills
sablier-labs

zustand

by sablier-labs

This skill should be used when the user asks to "create a Zustand store", "add Zustand", "manage global state with Zustand", "use Zustand with TypeScript", "add state management", or mentions Zustand stores, selectors, or middleware. Provides TypeScript-first state management guidance for Next.js projects.

Code Gen 7 5mo ago
jasonz-ncc42

prisma-docs

by jasonz-ncc42

Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.

API Dev 7 5mo ago
jasonz-ncc42

zod-docs

by jasonz-ncc42

Local Zod documentation reference. Use when asked about Zod schema validation, TypeScript type inference, parsing, error handling, JSON Schema conversion, or schema composition.

Database 7 5mo ago
troykelly

issue-prerequisite

by troykelly

Use before starting ANY work - hard gate ensuring a GitHub issue exists, creating one if needed through user questioning

Processing 7 5mo ago
troykelly

issue-decomposition

by troykelly

Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units

Auth 7 5mo ago
milistu

conventional-commits

by milistu

Generate commit messages following the Conventional Commits v1.0.0 specification with Angular convention types. Use when creating git commits, writing commit messages, or when the user asks for help with commit messages.

Auth 7 4mo ago
pluginagentmarketplace

kotlin-di

by pluginagentmarketplace

Dependency Injection - Hilt, Koin, scopes, testing

Docker 7 5mo ago
ilude

typescript-workflow

by ilude

TypeScript/JavaScript project workflow guidelines using Bun package manager. Triggers on .ts, .tsx, bun, package.json, TypeScript. Covers bun run, bun install, bun add, tsconfig.json patterns, ESM/CommonJS modules, type safety, Biome formatting, naming conventions (PascalCase, camelCase, UPPER_SNAKE_CASE), project structure, error handling, environment variables, async patterns, and code quality tools. Activate when working with TypeScript files (.ts, .tsx), JavaScript files (.js, .jsx), Bun projects, tsconfig.json, package.json, bun.lock, or Bun-specific tooling.

Processing 7 5mo ago
martinacostadev

mercadopago-integration

by martinacostadev

Integrate MercadoPago Checkout Pro (redirect-based) into Next.js applications with any PostgreSQL database (Supabase, AWS RDS, Neon, PlanetScale, self-hosted, Prisma, Drizzle, or raw pg). Use when the user needs to: (1) Add MercadoPago payment processing to a Next.js app, (2) Create a checkout flow with MercadoPago, (3) Set up payment webhooks for MercadoPago, (4) Build payment success/failure pages, (5) Create a shopping cart with payment integration, (6) Troubleshoot MercadoPago integration issues (auto_return errors, webhook failures, hydration mismatches, double submissions). Triggers on requests mentioning MercadoPago, Mercado Pago, payment integration with MP, Argentine/Latin American payment processing, or checkout with MercadoPago. Supports all MercadoPago countries: Argentina (ARS), Brazil (BRL), Mexico (MXN), Colombia (COP), Chile (CLP), Peru (PEN), Uruguay (UYU). This skill is a code-generation template — it does NOT execute financial transactions. All generated code is presented for human review and requires explicit user approval before being written to disk. Financial code templates are stored in reference files and are never auto-executed.

API Dev 7 4mo ago
troykelly

project-board-enforcement

by troykelly

MANDATORY for all work - the project board is THE source of truth. This skill provides verification functions and gates that other skills MUST call. No work proceeds without project board compliance.

Processing 7 5mo ago
webdevtodayjason

code-quality-standards

by webdevtodayjason

Code quality standards including SOLID principles, design patterns, code smells, refactoring techniques, naming conventions, and technical debt management. Use when reviewing code, refactoring, ensuring quality, or detecting code smells.

Processing 7 8mo ago
ngxtm

airtable-automation

by ngxtm

"Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas."

Code Gen 7 4mo ago
jasonz-ncc42

prisma-docs

by jasonz-ncc42

Local Prisma documentation reference. Use when asked about Prisma ORM, Prisma Client, Prisma Schema, migrations, database queries, Prisma Accelerate, or Prisma Postgres.

API Dev 7 5mo ago
webdevtodayjason

frontend-patterns

by webdevtodayjason

Modern frontend architecture patterns for React, Next.js, and TypeScript including component composition, state management, performance optimization, accessibility, and responsive design. Use when building UI components, implementing frontend features, optimizing performance, or working with React/Next.js applications.

Accessibility 7 8mo ago
ngxtm

agent-tool-builder

by ngxtm

"Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar..."

Agents 7 4mo ago
pluginagentmarketplace

kotlin-fundamentals

by pluginagentmarketplace

Kotlin language fundamentals - syntax, null safety, data classes, extensions

Code Review 7 5mo ago
pluginagentmarketplace

kotlin-spring

by pluginagentmarketplace

Spring Boot with Kotlin - controllers, services, coroutines

API Dev 7 5mo ago
ilude

go-workflow

by ilude

Go project workflow guidelines. Activate when working with Go files (.go), go.mod, Go modules, golang, or Go-specific tooling.

Debugging 7 5mo ago
ddunnock

five-whys-analysis

by ddunnock

Conduct rigorous 5 Whys root cause analysis with guided questioning, quality scoring, and professional report generation. Use when performing root cause analysis, investigating problems, conducting 5 Whys sessions, troubleshooting recurring issues, or when user mentions "5 whys", "root cause", "why did this happen", "find the cause", or needs to identify underlying causes of defects, failures, or process problems. Includes validation tests, scoring rubric, and countermeasure development.

Processing 7 4mo ago
webdevtodayjason

testing-strategy

by webdevtodayjason

Comprehensive testing strategies including test pyramid, TDD methodology, testing patterns, coverage goals, and CI/CD integration. Use when writing tests, implementing TDD, reviewing test coverage, debugging test failures, or setting up testing infrastructure.

Email 7 8mo ago
ngxtm

agile-product-owner

by ngxtm

Agile product ownership toolkit for Senior Product Owner including INVEST-compliant user story generation, sprint planning, backlog management, and velocity tracking. Use for story writing, sprint planning, stakeholder communication, and agile ceremonies.

Code Gen 7 4mo ago
sablier-labs

writing

by sablier-labs

This skill should be used when writing content for Sablier, including "write a blog post", "create a case study", "draft a tweet", "write X/Twitter posts", "write an announcement", "create educational content", or any marketing content task for Sablier's brand.

Social 7 4mo ago
troykelly

inclusive-language

by troykelly

Use when writing code, documentation, or comments - always use accessible and respectful terminology

Code Review 7 5mo ago
ilude

typescript-testing

by ilude

TypeScript/JavaScript testing practices with Bun's test runner. Activate when working with bun test, .test.ts, .test.js, .spec.ts, .spec.js, testing TypeScript/JavaScript, bunfig.toml, testing configuration, or test-related tasks in Bun projects.

API Dev 7 7mo ago