Types

Type checking and type generation

Showing 4825-4848 of 6171 skills
NimbleBrainInc

build-mcpb

by NimbleBrainInc

Build MCP servers end-to-end. Scaffolds a production-ready Python or TypeScript server from API documentation, implements tools, validates the MCPB bundle, creates an embedded skill resource, and guides release to the mpak registry. Covers the full lifecycle from API analysis to published bundle. Use when building a new MCP server, wrapping an API, or creating an integration. Triggers include "build an MCP server", "create a server for X", "/build-mcpb".

API Dev 1 3mo ago
hexbee

china-model-selection-guide

by hexbee

China model selection and task-routing guide for Doubao-Seed-2.0-Code, GLM-5, MiniMax-M2.5, and Kimi-K2.5. Use when users need to choose the best-fit model by input type, task complexity, engineering constraints, and delivery goals, including staged multi-model workflows.

Automation 1 3mo ago
nvimer

Plaet Client Skill

by nvimer

Use semantic tokens - never hardcode colors

Types 1 3mo ago
SebastiaanWouters

bullet-tracer

by SebastiaanWouters

Implement features using tracer bullet approach - build minimal end-to-end vertical slice first, then expand.

API Dev 1 4mo ago
clyderankin

essay-revise

by clyderankin

Make surgical edits to specific sections while maintaining voice cohesion across the essay

Code Review 1 4mo ago
khoi

peekabo

by khoi

Use when working with the Peekaboo CLI or MCP server to capture macOS screens, inspect UI elements, and automate GUI interactions (see/click/type/scroll/hotkey/window/menu/dock/space), or when troubleshooting Peekaboo permissions, snapshots, or focus issues.

CLI Tools 1 5mo ago
SebastiaanWouters

react-router

by SebastiaanWouters

React Router v7 Data Mode for Vite SPA with Convex backend. Triggers on routing, navigation, nested routes, protected routes, lazy loading. Use for client-side routing in Vite React apps.

Processing 1 4mo ago
octivi

git-commits

by octivi

Draft, rewrite, and review Git commit messages using Conventional Commits and commit hygiene rules. Use whenever the user asks for commit text, commit message fixes, type/scope selection, breaking-change notation, trailers (for example See or Co-authored-by), splitting work into atomic commits, or commit readiness before a PR, even if they ask in informal terms like "polish this commit message".

Comments 1 3mo ago
mokbhai

mcp-builder

by mokbhai

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Processing 1 5mo ago
CAPHTECH

uncertainty-resolution

by CAPHTECH

"不確実性を発見・台帳化し、優先順位付け・観測タスク化を経て、検証済み仮説をLaw(LDE)に昇格させる。使用タイミング: 不確実性/曖昧さ/未知/仮説/検証/調査/リスク/前提/優先順位/観測/意思決定の話題が出たとき、または検証結果のLaw化を求められたとき。"

Processing 1 3mo ago
dangaogit

bun-server-best-practices

by dangaogit

MUST be used for Bun Server tasks. Covers project setup, DI, controllers, modules, middleware, validation, error handling, and all official modules. Load for any Bun Server, @dangao/bun-server, decorator-driven DI, or framework-related work. ALWAYS follow the workflow steps below.

Auth 1 4mo ago
SebastiaanWouters

laravel-boost

by SebastiaanWouters

Laravel MCP with DB queries, schema, routes, logs, artisan, tinker, docs search. Triggers on Laravel development, debugging, or database tasks.

Database 1 5mo ago
SebastiaanWouters

agents-md

by SebastiaanWouters

Create/refactor AGENTS.md files. Only trigger on /agents-md.

Code Gen 1 5mo ago
k1lgor

api-designer

by k1lgor

Use this when designing APIs (REST or GraphQL), defining routes, request/response schemas, or writing OpenAPI/Swagger specs.

API Dev 1 4mo ago
jakerains

shot-list

by jakerains

Generate professional shot lists from screenplays and scripts. Use when user uploads a screenplay (.fountain, .fdx, .txt, .pdf, .docx) or describes scenes for production planning. Parses scripts to extract scenes, helps determine camera setups, shot types, framing, and movement through collaborative discussion, then generates beautifully formatted PDF shot lists for production. Triggers include requests to create shot lists, plan shots, break down scripts for filming, or organize camera coverage.

Code Gen 1 5mo ago
Await-d

schema-architect

by Await-d

"Design database table schemas from any relationship description, including full index strategy analysis. Use this skill whenever the user wants to figure out how to structure a database — regardless of how they phrase it. Trigger on: (1) natural language describing entities and how they relate ('users can place multiple orders', '一个用户可以有多个订单'), (2) questions like 'what tables do I need for X' or '怎么建表' or '表结构怎么设计', (3) TypeScript/Go/Python interfaces or API JSON responses to reverse-engineer a schema from, (4) mermaid/PlantUML ER diagrams to turn into table definitions, (5) any mention of '数据库设计', '建表', '表结构', 'schema design', 'data model', 'ER diagram', (6) system descriptions with entities like users/orders/products/roles that need to be stored, (7) requirements docs or feature specs implying data persistence needs, (8) any mention of query performance, index design, or '索引' alongside schema design. Also trigger on vague phrasing: 'how do I store this?', 'how should I design this?', '帮我设计数据库', '怎么设计这个系统的表'. Do NOT trigger for: writing SQL queries against an existing schema, adding columns to existing tables, database migration scripts, choosing between databases (MySQL vs PostgreSQL), explaining SQL concepts, Redis/cache key design, GraphQL schema (unless also wanting SQL tables), or Prisma schema conversion to SQL (that's a mechanical translation, not a design task)."

Database 1 3mo ago
GauteR

nordic-epub-evaluation

by GauteR

Evaluate unzipped EPUB files against the Nordic Accessible EPUB Guidelines (2015-1, 2020-1, or 2025-1), WCAG 2.2 and Nordic MathML Guidelines; includes validation towards Daisy Pipeline (nordic-epub3-validate). Use when reviewing EPUB accessibility, checking EPUB compliance, or working with unzipped EPUB directories.

Accessibility 1 4mo ago
jakerains

nextjs-pwa

by jakerains

"Build Progressive Web Apps with Next.js: service workers, offline support, caching strategies, push notifications, install prompts, and web app manifest. Use when creating PWAs, adding offline capability, configuring service workers, implementing push notifications, handling install prompts, or optimizing PWA performance. Triggers: PWA, progressive web app, service worker, offline, cache strategy, web manifest, push notification, installable app, Serwist, next-pwa, workbox, background sync."

Code Gen 1 4mo ago
k1lgor

data-engineer

by k1lgor

Use this for SQL queries, database schema design, ETL pipelines, data transformations (pandas/Spark), and data validation.

Processing 1 4mo ago
chen-ye

Gemini Extension Authoring

by chen-ye

This skill should be used when the user asks to "create a gemini extension", "author a gemini extension", "package a gemini hook", "publish a gemini extension", or asks about "extension structure", "gemini-extension.json", or "hooks.json".

Processing 1 4mo ago
ansanabria

recharts

by ansanabria

Build composable, responsive React charts with Recharts library. Use when creating data visualizations including line charts, area charts, bar charts, pie charts, scatter plots, and composed charts. Handles chart customization, responsive sizing, tooltips, legends, axes configuration, performance optimization, and accessibility.

Accessibility 1 4mo ago
pascalamiet

technical-presentations

by pascalamiet

Create and deliver effective technical presentations, demos, and talks. Provides frameworks for structuring content, designing slides, and handling live demos.

Processing 1 3mo ago
hirefrank

component-aesthetic-checker

by hirefrank

Validates shadcn/ui component customization depth, ensuring components aren't used with default props and checking for consistent design system implementation across Tanstack Start applications

Animation 2 6mo ago
penkzhou

workflow-logging

by penkzhou

工作流过程日志格式规范和写入模式。定义 JSONL 和文本两种格式的日志结构、事件类型、级别定义和写入方法。

Agents 2 6mo ago