Types

Type checking and type generation

Showing 481-504 of 6297 skills
Chachamaru127

cc-cursor-cc

by Chachamaru127

"Cursor PMでアイデアを検証し、Plans.mdを更新してバトンタッチ。2-Agentワークフロー対応。"

Agents 3.1K 7mo ago
Chachamaru127

crud

by Chachamaru127

"CRUDをサクッと自動生成。ボイラープレートはAIにお任せ。Use when user mentions CRUD, entity generation, or wants to create API endpoints. Do NOT load for: UI component creation, form design, database schema discussions."

Code Gen 3.1K 7mo ago
awslabs

amazon aurora dsql

by awslabs

Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements. Use when developing a scalable or distributed database/application or user requests DSQL.

Code Gen 9.6K 6mo ago
awslabs

distributed sql

by awslabs

Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements. Use when developing a scalable or distributed database/application or user requests DSQL.

Code Gen 9.6K 6mo ago
modelcontextprotocol

add-app-to-server

by modelcontextprotocol

This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with UI", "add interactive UI to existing server", "add MCP Apps to my server", or needs to add interactive UI capabilities to an existing MCP server that already has tools. Provides guidance for analyzing existing tools and adding MCP Apps UI resources.

Processing 2.8K 6mo ago
modelcontextprotocol

create-mcp-app

by modelcontextprotocol

This skill should be used when the user asks to "create an MCP App", "add a UI to an MCP tool", "build an interactive MCP View", "scaffold an MCP App", or needs guidance on MCP Apps SDK patterns, UI-resource registration, MCP App lifecycle, or host integration. Provides comprehensive guidance for building MCP Apps with interactive UIs.

Processing 2.8K 7mo ago
dotnet

exp-simd-vectorization

by dotnet

"Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character counting, bulk bitwise ops, cross-type conversion, fused multi-array computations, and float/double math operations."

Embeddings 5.3K 4mo ago
dotnet

dotnet-pinvoke

by dotnet

Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.

Code Gen 5.3K 2mo ago
dotnet

find-untested-sources

by dotnet

MANDATORY for static requests to find, identify, or list untested source files or modules, sources without tests, source-to-test pairing, test-gap worklists, or suggested test locations. Invoke even for a tiny package; do not substitute manual globbing. Uses Roslyn for C#/.NET and tree-sitter for Python, TS/JS, Go, Java, Rust, and Ruby. DO NOT USE FOR: line/branch coverage, CRAP risk, or grading existing tests.

Testing 5.3K 1mo ago
mrexodia

idapython

by mrexodia

IDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns.

Processing 11.6K 8mo ago
EpicenterHQ

rust-errors

by EpicenterHQ

Rust to TypeScript error handling patterns for Tauri apps. Use when defining Rust errors that will be passed to TypeScript, handling Tauri command errors, or creating discriminated union error types.

Processing 4.8K 7mo ago
EpicenterHQ

error-handling

by EpicenterHQ

Error handling patterns using wellcrafted trySync and tryAsync. Use when writing or reviewing try-catch blocks, refactoring try-catch to linear control flow, working with Result types, or returning HTTP error responses from route handlers.

Processing 4.8K 6mo ago
EpicenterHQ

testing

by EpicenterHQ

Test file conventions for setup functions, factory patterns, test organization, type testing, and naming. Use when writing or modifying *.test.ts files, creating test setup functions, or reviewing test structure.

Docs Gen 4.8K 6mo ago
HoangNguyen0403

Android Persistence

by HoangNguyen0403

Standards for Room Database and DataStore

Database 548 7mo ago
HoangNguyen0403

Android Navigation

by HoangNguyen0403

Standards for Jetpack Navigation Compose (Type-safe)

Docker 548 7mo ago
HoangNguyen0403

Forms

by HoangNguyen0403

Standards for Typed Reactive Forms and Validators.

Code Gen 548 7mo ago
HoangNguyen0403

Dependency Injection

by HoangNguyen0403

Best practices for DI, inject() usage, and providers.

Kubernetes 548 7mo ago
HoangNguyen0403

Android Navigation

by HoangNguyen0403

Navigation for Android using Jetpack Compose Navigation and App Links.

Code Review 548 7mo ago
Yeachan-Heo

team

by Yeachan-Heo

N coordinated agents on shared task list using Claude Code native teams

Automation 38.8K 6mo ago
Yeachan-Heo

build-fix

by Yeachan-Heo

Fix build and TypeScript errors with minimal changes

CLI Tools 38.8K 7mo ago
Yeachan-Heo

autopilot

by Yeachan-Heo

Full autonomous execution from idea to working code

Code Review 38.8K 6mo ago
biomejs

type-inference

by biomejs

Guide for working with Biome's module graph and type inference system. Use when implementing type-aware lint rules or working on TypeScript support. Examples:<example>User needs to understand type resolution for a lint rule</example><example>User is working on the module graph infrastructure</example><example>User wants to implement type inference for a new feature</example>

Code Review 25.7K 6mo ago
biomejs

rule-options

by biomejs

Guide for implementing configurable options for lint rules and assists. Use when rules need user-configurable behavior. Examples:<example>User wants to add options to a lint rule</example><example>User needs to implement JSON deserialization for rule config</example><example>User is testing rule behavior with different options</example>

Processing 25.7K 6mo ago
gfx-rs

cts-triage

by gfx-rs

Run CTS test suites and investigate failures

Debugging 17.9K 8mo ago