- Home
- /
- Categories
- /
- Types
Types
Type checking and type generation
jest
by yusenthebot
Delightful JavaScript Testing.. Use when: 13367 Dependents; 👩🏻💻 Developer Ready: Complete and ready to set-up JavaScript testing solution. Works out of the box for any React project; 📸 Snapshot Testing: Jest can capture snapshots of React trees or other serializable values to simplify UI testing. NOT for: production runtime logic; replacing static type checking.
internal-comms
by TheWatcher01
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. The AI assistant should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
git-commit
by aleister1102
'Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping'
bloque-sdk-ts
by bloque-app
Integration guide for the Bloque SDK — a TypeScript SDK for programmable financial accounts, cards with spending controls, and multi-asset transfers. Use when the user asks to "integrate Bloque", "create a card", "set up spending controls", "handle card webhooks", "transfer funds", "create pockets", "set up MCC routing", "share balances between any mediums", "same balance across pockets/cards/Polygon/bank", or build any fintech feature on the Bloque platform.
feature-logic
by ShotaIuchi
Business logic implementation. Apply when implementing core business rules, validation logic, workflows, state machines, and domain-specific algorithms for new features.
typescript-review
by bromanko
This skill should be used when the user asks to "review TypeScript", "full TypeScript review", "review all TypeScript", "comprehensive TypeScript review", or wants a complete review covering code quality, security, performance, and testing for TypeScript code.
pine-script-reference
by adamelliotfields
Create idiomatic Pine Script v6 indicators and strategies for TradingView. Use this skill when the user requests custom technical analysis tools implemented in Pine Script.
portal-query-evm-traces
by subsquid-labs
Query EVM traces for internal transactions and contract deployments. Track CREATE operations, internal calls, and delegatecall patterns.
typesafe-rpc
by bacali95
Type-safe RPC library for Node/TS with end-to-end types. Defines schema (entity/operation/handler), createRpcHandler (server), createRpcClient (client), Route and middlewares. Use when editing typesafe-rpc, adding RPC operations, wiring server or client, or implementing handlers and middlewares in this repo.
converge
by cenglin123
Use when a plan, code artifact, or other structured output needs iterative convergence through independent review cycles. Trigger on "converge", "收敛", "迭代收敛", or when confidence in artifact quality is insufficient for execution. NOT for single-pass code review — use a lighter review skill for that.
fusion-issue-author-user-story
by equinor
Draft and update user-story issues with role-action-value framing, workflow scenarios, repository-valid labels, and explicit publish confirmation.
advanced-agentdb-vector-search-implementation
by slurpyb
Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, and hybrid search for distributed AI systems.
spec-brainstorm
by nu1nux
Lead structured design brainstorming with questions, alternatives, and incremental validation; no code or file edits.
t3-dot-env-zod
by Onnokh
T3 Env setup with Zod for Next.js 16+ and Vite. Use for implementing or debugging @t3-oss/env-nextjs or @t3-oss/env-core schemas, experimental__runtimeEnv, client/server separation, build-time validation, presets, and Zod env-safe coercions.
expo-build-preflight
by marcelocanovas
Pre-build validation for Expo and React Native apps. Use before running 'eas build --profile production' to ensure compliance with 2026 store rules (Android 15, iOS Privacy Manifests, 16KB Page Size), validate auto-increment, check environment variables, and verify Firebase/Sentry configs.
organizing-project-files
by augmnt
Provides file organization conventions for React and Next.js projects. Use when creating new files, components, hooks, utilities, or services. Triggers on questions like "where should this go?", "where do I put this?", or when deciding between colocating vs grouping files.
favicon-gen
by Olino3
"Generate custom favicons from logos, text, or brand colors — prevents launching with CMS defaults. Extract icons from logos, create monogram favicons from initials, or use branded shapes. Outputs all required formats (ICO, PNG, SVG, Apple Touch, web manifest)."
seo-2025-expert
by PPmai
Modern Search Engine Optimization with GEO, AI Overviews optimization, and industry-specific strategies for E-commerce, SaaS, Healthcare, Real Estate, Restaurant, Law Firm, Finance, Travel, and Education industries
salesforce-leadgenius
by thierryteisseire
Export LeadGenius leads and import them into Salesforce with custom AI fields, FLS deployment, and automated scripts. Covers Connected App setup, field creation, data mapping, and verification.
ckvd-usage
by terrylica
Fetch market data using CryptoKlineVisionData with Failover Control Protocol (cache → Vision API → REST API). TRIGGERS - fetch market data, use CKVD, access Binance, get klines, OHLCV data, CryptoKlineVisionData API.
frontend-connect
by Chloezhu010
Replaces mock data, hardcoded arrays, and localStorage in an AI-generated frontend with live Supabase queries scoped to the logged-in user. Creates a DB mapping layer (snake_case ↔ camelCase) and applies framework best practices. Called by the vibe-ship orchestrator — supports Next.js and Vite.
chain-of-responsibility-react
by progmichaelkibenko
Implements the Chain of Responsibility pattern in React. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, contextual help, event handling, or any sequential pipeline.
chalk
by yusenthebot
Terminal string styling done right. Use when: Highly performant; Ability to nest styles; 256/Truecolor color support. NOT for: web browser UI rendering; server-side HTML generation.
app-scaffolding
by ingpdw
Guides the agent through scaffolding and building FastAPI applications, including project structure, API routes, request/response models, path and query parameters, dependency injection, middleware, error handling, and boilerplate generation. Triggered when the user asks to "scaffold a FastAPI project", "create a FastAPI app", "add an API endpoint", "create a router", "add middleware", "implement dependency injection", "handle errors", "set up CORS", "create background tasks", "implement WebSocket", "structure a FastAPI project", "generate boilerplate", or "add authentication".