Types

Type checking and type generation

Showing 625-648 of 6181 skills
studyzy

openspec-continue-change

by studyzy

通过创建下一个产出物继续处理 OpenSpec 变更。当用户想要推进其变更、创建下一个产出物或继续其工作流程时使用。

Database 10.2K 5mo ago
Prat011

mcp-builder

by Prat011

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.4K 9mo ago
studyzy

openspec-new-change

by studyzy

使用实验性的产出物工作流启动一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。

CLI Tools 10.2K 5mo ago
riba2534

feishu-cli-comment

by riba2534

文档评论操作。当用户请求查看、添加飞书文档评论时使用。

CLI Tools 1.3K 5mo ago
zhukunpenglinyutong

tdd-workflow

by zhukunpenglinyutong

在编写新功能、修复 bug 或重构代码时使用此 skill。强制执行测试驱动开发,覆盖率要求 80% 以上,包括单元测试、集成测试和 E2E 测试。

API Dev 326 6mo ago
pytorch

at-dispatch-v2

by pytorch

Convert PyTorch AT_DISPATCH macros to AT_DISPATCH_V2 format in ATen C++ code. Use when porting AT_DISPATCH_ALL_TYPES_AND*, AT_DISPATCH_FLOATING_TYPES*, or other dispatch macros to the new v2 API. For ATen kernel files, CUDA kernels, and native operator implementations.

Code Gen 101.9K 8mo ago
proffesor-for-testing

QE Visual Accessibility

by proffesor-for-testing

"Visual regression testing, responsive design validation, and WCAG accessibility compliance testing."

Accessibility 420 5mo ago
HoangNguyen0403

Android Persistence

by HoangNguyen0403

Standards for Room Database and DataStore

Database 535 6mo ago
TheOrcDev

shadcn-ui-conventions

by TheOrcDev

UI component conventions for 8-bit styled components. Use when working with shadcn/ui components or implementing retro-styled UI elements.

Linting 2K 6mo ago
TheOrcDev

js-early-exit

by TheOrcDev

Use early returns to avoid unnecessary computation in loops and functions. Apply when processing arrays, validating input, or checking multiple conditions where the result can be determined before all iterations complete.

Debugging 2K 6mo ago
vudovn

python-patterns

by vudovn

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

API Dev 7.8K 6mo ago
nimrodfisher

query-validation

by nimrodfisher

SQL query review and validation for correctness, performance, and best practices. Use when reviewing queries for logical errors, optimizing query performance, checking for SQL anti-patterns, or validating business logic implementation in SQL.

Database 311 6mo ago
Jeffallan

graphql-architect

by Jeffallan

Use when designing GraphQL schemas, implementing Apollo Federation, or building real-time subscriptions. Invoke for schema design, resolvers with DataLoader, query optimization, federation directives.

API Dev 10.7K 5mo ago
CloudAI-X

convex-backend

by CloudAI-X

Convex backend development guidelines. Use when writing Convex functions, schemas, queries, mutations, actions, or any backend code in a Convex project. Triggers on tasks involving Convex database operations, real-time subscriptions, file storage, or serverless functions.

Database 1.4K 5mo ago
freekmurze

php-guidelines-from-spatie

by freekmurze

Describes PHP and Laravel guidelines provided by Spatie. These rules result in more maintainable, and readable code.

Code Gen 988 5mo ago
tuist

migrating-to-tuist-generated-projects

by tuist

Migrates existing Xcode projects to Tuist generated workspaces with build and run validation, external dependency mapping, and migration checklists. Use when adopting Tuist for an existing app or converting a hand-edited Xcode project to generated projects.

Code Gen 5.8K 5mo ago
databricks-solutions

databricks-dbsql

by databricks-solutions

Databricks SQL (DBSQL) advanced features and SQL warehouse capabilities. This skill MUST be invoked when the user mentions: "DBSQL", "Databricks SQL", "SQL warehouse", "SQL scripting", "stored procedure", "CALL procedure", "materialized view", "CREATE MATERIALIZED VIEW", "pipe syntax", " >", "geospatial", "H3", "ST_", "spatial SQL", "collation", "COLLATE", "ai_query", "ai_classify", "ai_extract", "ai_gen", "AI function", "http_request", "remote_query", "read_files", "Lakehouse Federation", "recursive CTE", "WITH RECURSIVE", "multi-statement transaction", "temp table", "temporary view", "pipe operator". SHOULD also invoke when the user asks about SQL best practices, data modeling patterns, or advanced SQL features on Databricks.

Processing 1.8K 5mo ago
CharlesWiltgen

axiom-foundation-models-ref

by CharlesWiltgen

Reference — Complete Foundation Models framework guide covering LanguageModelSession, @Generable, @Guide, Tool protocol, streaming, dynamic schemas, built-in use cases, and all WWDC 2025 code examples

Auth 1.1K 5mo ago
freekmurze

ios-simulator-skill

by freekmurze

21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.

Accessibility 988 5mo ago
pytorch

docstring

by pytorch

Write docstrings for PyTorch functions and methods following PyTorch conventions. Use when writing or updating docstrings in PyTorch code.

Comments 101.9K 8mo ago
pytorch

pyrefly-type-coverage

by pytorch

Migrate a file to use stricter Pyrefly type checking with annotations required for all functions, classes, and attributes.

Code Review 101.9K 5mo ago
pytorch

aoti-debug

by pytorch

Debug AOTInductor (AOTI) errors and crashes. Use when encountering AOTI segfaults, device mismatch errors, constant loading failures, or runtime errors from aot_compile, aot_load, aoti_compile_and_package, or aoti_load_package.

Debugging 101.9K 5mo ago
pytorch

add-uint-support

by pytorch

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

Code Review 101.9K 8mo ago
rohitg00

deslop

by rohitg00

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use after completing changes and before committing.

Debugging 2.6K 5mo ago