Types

Type checking and type generation

Showing 1081-1104 of 6303 skills
Auto-Plugin

moai-framework-electron

by Auto-Plugin

Electron 33+ desktop app development specialist covering Main/Renderer process architecture, IPC communication, auto-update, packaging with Electron Forge and electron-builder, and security best practices. Use when building cross-platform desktop applications, implementing native OS integrations, or packaging Electron apps for distribution. [KO: Electron 데스크톱 앱, 크로스플랫폼 개발, IPC 통신] [JA: Electronデスクトップアプリ、 クロスプラットフォーム開発] [ZH: Electron桌面应用、跨平台开发]

File Ops 934 6mo ago
athola

war-room-checkpoint

by athola

"Inline reversibility assessment for embedded War Room escalation from commands. Use at decision points to determine escalation need. Skip for standalone strategic decisions."

Code Review 330 6mo ago
citypaul

typescript-strict

by citypaul

TypeScript strict mode patterns. Use when writing any TypeScript code.

Processing 722 9mo ago
citypaul

front-end-testing

by citypaul

DOM Testing Library patterns for behavior-driven UI testing. Framework-agnostic patterns for testing user interfaces. Use when testing any front-end application.

Testing 722 9mo ago
zaggino

migrating-json-schemas

by zaggino

Migrates JSON Schemas between draft versions for use with z-schema. Use when the user wants to upgrade schemas from draft-04 to draft-2020-12, convert between draft formats, update deprecated keywords, replace id with $id, convert definitions to $defs, migrate items to prefixItems, replace dependencies with dependentRequired or dependentSchemas, adopt unevaluatedProperties or unevaluatedItems, or adapt schemas to newer JSON Schema features.

Processing 350 6mo ago
zaggino

writing-json-schemas

by zaggino

Authors JSON Schema definitions for use with z-schema validation. Use when the user needs to write a JSON Schema, define a schema for an API payload, create schemas for form validation, structure schemas with $ref and $defs, choose between oneOf/anyOf/if-then-else, design object schemas with required and additionalProperties, validate arrays with items or prefixItems, add format constraints, organize schemas for reuse, or write draft-2020-12 schemas.

Processing 350 6mo ago
zaggino

custom-format-validators

by zaggino

Registers and manages custom format validators in z-schema. Use when the user needs to add custom format validation, create sync or async format validators, register formats globally or per instance, validate emails or dates or phone numbers or custom business rules with format, configure formatAssertions for vocabulary-aware behavior, use customFormats option, list registered formats, handle async format timeouts, or understand how format validation differs across JSON Schema drafts.

Processing 350 6mo ago
zaggino

skill-creator

by zaggino

Create, improve, and test skills for the z-schema JSON Schema validator library. Use this skill whenever the user wants to create a new skill from scratch, turn a workflow into a reusable skill, update or refine an existing skill, write test cases for a skill, or organize reference material for a skill. Also use when someone mentions "skill", "SKILL.md", or wants to document a z-schema workflow for reuse by humans or AI agents.

Database 350 6mo ago
zaggino

validating-json-data

by zaggino

Validates JSON data against JSON Schema using the z-schema library. Use when the user needs to validate JSON, check data against a schema, handle validation errors, use custom format validators, work with JSON Schema drafts 04 through 2020-12, set up z-schema in a project, compile schemas with cross-references, resolve remote $ref, configure validation options, or inspect error details. Covers sync/async modes, safe error handling, schema pre-compilation, remote references, TypeScript types, and browser/UMD usage.

Processing 350 6mo ago
zaggino

contributing-to-z-schema

by zaggino

Guides contributors through the z-schema codebase, PR workflow, and common development tasks. Use when the user wants to contribute to z-schema, add a new feature or keyword, add an error code, add a format validator, modify options, write tests, run the test suite, fix a failing test, understand the validation pipeline, navigate the source code architecture, or submit a pull request. Also use when someone mentions contributing, PRs, the z-schema source code, or the JSON Schema Test Suite integration.

Database 350 6mo ago
zaggino

handling-validation-errors

by zaggino

Inspects, filters, and maps z-schema validation errors for application use. Use when the user needs to handle validation errors, walk nested inner errors from anyOf/oneOf/not combinators, map error codes to user-friendly messages, filter errors with includeErrors or excludeErrors, build form-field error mappers, use reportPathAsArray, interpret SchemaErrorDetail fields like code/path/keyword/inner, or debug why validation failed.

Processing 350 6mo ago
astronomer

annotating-task-lineage

by astronomer

Annotate Airflow tasks with data lineage using inlets and outlets. Use when the user wants to add lineage metadata to tasks, specify input/output datasets, or enable lineage tracking for operators without built-in OpenLineage extraction.

Comments 428 7mo ago
wwwzhouhui

dify-dsl-generator

by wwwzhouhui

专业的 Dify 工作流 DSL/YML 文件生成器,根据用户业务需求自动生成完整的 Dify 工作流配置文件,支持各种节点类型和复杂工作流逻辑

API Dev 263 9mo ago
genkit-ai

schemantic

by genkit-ai

Instructions and guidelines for using the Schemantic library for type-safe data classes and schemas in Dart.

Processing 156 6mo ago
athola

mission-orchestrator

by athola

'Unified lifecycle orchestrator for attune project development. Auto-detects

Auth 330 6mo ago
dkyazzentwatwa

form-filler

by dkyazzentwatwa

Fill PDF forms programmatically with data from JSON, CSV, or dictionaries. Support for text fields, checkboxes, and dropdowns. Batch filling available.

Automation 95 8mo ago
ComposioHQ

developer-growth-analysis

by ComposioHQ

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

Analytics 1.9K 7mo ago
ComposioHQ

mcp-builder

by ComposioHQ

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

Code Gen 1.9K 7mo ago
ComposioHQ

senior-frontend

by ComposioHQ

Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.

Accessibility 1.9K 7mo ago
SimplePDF

edit-pdf

by SimplePDF

Edit and fill PDF documents. Use when the user wants to fill a PDF form,

Design 410 5mo ago
NeverSight

Jira Project Management Skill

by NeverSight

Curated high-quality AI Agent Skills. Search, install, copy and share.

API Dev 203 7mo ago
sanity-io

sanity-best-practices

by sanity-io

Comprehensive Sanity development best practices covering integration guides (Next.js, Nuxt, Astro, Remix, SvelteKit, Hydrogen), GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing Sanity applications.

Database 179 6mo ago
NeverSight

react-best-practices

by NeverSight

Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and correct effect usage. Must use when reading or writing React components (.tsx, .jsx files with React imports).

Database 203 7mo ago
NeverSight

typescript-best-practices

by NeverSight

Provides TypeScript patterns for type-first development, making illegal states unrepresentable, exhaustive handling, and runtime validation. Must use when reading or writing TypeScript/JavaScript files.

Processing 203 7mo ago