类型

类型检查与类型生成

显示 481-504 / 共 6297 个技能
Chachamaru127

cc-cursor-cc

Chachamaru127

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

智能体 3072 7个月前
Chachamaru127

crud

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

代码生成 3072 7个月前
awslabs

amazon aurora dsql

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.

代码生成 9637 6个月前
awslabs

distributed sql

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.

代码生成 9637 6个月前
modelcontextprotocol

add-app-to-server

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.

数据处理 2766 6个月前
modelcontextprotocol

create-mcp-app

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.

数据处理 2766 7个月前
dotnet

exp-simd-vectorization

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

向量嵌入 5256 4个月前
dotnet

dotnet-pinvoke

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.

代码生成 5256 2个月前
dotnet

find-untested-sources

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.

测试 5256 1个月前
mrexodia

idapython

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.

数据处理 1.2万 8个月前
EpicenterHQ

rust-errors

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.

数据处理 4771 7个月前
EpicenterHQ

error-handling

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.

数据处理 4771 6个月前
EpicenterHQ

testing

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.

文档生成 4771 6个月前
HoangNguyen0403

Android Persistence

HoangNguyen0403

Standards for Room Database and DataStore

数据库 548 7个月前
HoangNguyen0403

Android Navigation

HoangNguyen0403

Standards for Jetpack Navigation Compose (Type-safe)

Docker 548 7个月前
HoangNguyen0403

Forms

HoangNguyen0403

Standards for Typed Reactive Forms and Validators.

代码生成 548 7个月前
HoangNguyen0403

Dependency Injection

HoangNguyen0403

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

Kubernetes 548 7个月前
HoangNguyen0403

Android Navigation

HoangNguyen0403

Navigation for Android using Jetpack Compose Navigation and App Links.

代码评审 548 7个月前
Yeachan-Heo

team

Yeachan-Heo

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

自动化 3.9万 6个月前
Yeachan-Heo

build-fix

Yeachan-Heo

Fix build and TypeScript errors with minimal changes

CLI 工具 3.9万 7个月前
Yeachan-Heo

autopilot

Yeachan-Heo

Full autonomous execution from idea to working code

代码评审 3.9万 6个月前
biomejs

type-inference

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>

代码评审 2.6万 6个月前
biomejs

rule-options

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>

数据处理 2.6万 6个月前
gfx-rs

cts-triage

gfx-rs

Run CTS test suites and investigate failures

调试 1.8万 8个月前