类型

类型检查与类型生成

显示 961-984 / 共 6303 个技能
Kilo-Org

file-organizer

Kilo-Org

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

代码生成 172 6个月前
Kilo-Org

skill-share

Kilo-Org

A skill that creates new agent skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.

代码生成 172 6个月前
open-agreements

unit-test-philosophy

open-agreements

Risk-based unit testing and Allure-readable behavioral spec style for open-agreements. Use when adding/updating tests, expanding coverage, or reviewing test quality across src, integration-tests, and workspace packages.

法律 53 6个月前
rohitg00

deslop

rohitg00

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

调试 2782 6个月前
jaechang-hits

celltypist-cell-annotation

jaechang-hits

"Automated cell type annotation for scRNA-seq data using pre-trained logistic regression models. CellTypist ships 45+ models covering immune cells, gut, lung, brain, fetal tissues, and cancer microenvironments. Inputs a normalized AnnData; outputs per-cell predicted labels, majority-vote cluster labels, and confidence scores. Use when you want fast, reproducible, reference-model-backed annotation without manual marker inspection."

注释 344 6个月前
mohitmishra786

interpreters

mohitmishra786

Bytecode interpreter and JIT compiler skill for implementing language runtimes in C/C++. Use when designing bytecode dispatch loops (switch, computed goto, threaded code), implementing stack-based or register-based VMs, adding a simple JIT using mmap/mprotect, or understanding performance trade-offs in interpreter design. Activates on queries about bytecode VMs, dispatch loops, computed goto, JIT compilation basics, tracing JITs, or implementing a scripting language runtime.

缓存 186 6个月前
Donchitos

team-combat

Donchitos

"Orchestrate the combat team: coordinates game-designer, gameplay-programmer, ai-programmer, technical-artist, sound-designer, and qa-tester to design, implement, and validate a combat feature end-to-end."

游戏开发 2.5万 6个月前
posit-dev

critical-code-reviewer

posit-dev

Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.

无障碍 479 6个月前
freekmurze

ray-skill

freekmurze

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

数据处理 1000 7个月前
NeverSight

remotion

NeverSight

Use when generating or modifying Remotion video code, creating demo videos, or working with the demo-video/ directory

代码评审 203 6个月前
NeverSight

Jira Project Management Skill

NeverSight

A crawler script to fetch skill data from network, automatically executed daily via GitHub Actions.

API 开发 203 7个月前
atopile

faebryk

atopile

"How Faebryk's TypeGraph works (GraphView + Zig edges), how to traverse/resolve references, and how FabLL types/traits map onto edge types. Use when working with TypeGraph traversal, edge types, or building type-aware queries."

分析 3650 6个月前
OpenAEC-Foundation

erpnext-errors-clientscripts

OpenAEC-Foundation

"Error handling patterns for ERPNext/Frappe Client Scripts. Use when implementing try/catch, user feedback, server call error handling, validation errors, and debugging. Covers async error handling, graceful degradation, and user-friendly error messages. V14/V15/V16 compatible. Triggers: client script error, try catch, frappe.throw, error handling, async error, validation error."

调试 173 7个月前
mcollina

typescript-magician

mcollina

TypeScript wizard specializing in advanced type systems, complex generics, and eliminating any types

代码生成 1901 7个月前
mcollina

linting-neostandard-eslint9

mcollina

Linting workflows with neostandard and ESLint v9 flat config

CI/CD 1901 6个月前
inference-sh

javascript-sdk

inference-sh

"JavaScript/TypeScript SDK for inference.sh - run AI apps, build agents, integrate 150+ models. Package: @inferencesh/sdk (npm install). Full TypeScript support, streaming, file uploads. Build agents with template or ad-hoc patterns, tool builder API, skills, human approval. Use for: JavaScript integration, TypeScript, Node.js, React, Next.js, frontend apps. Triggers: javascript sdk, typescript sdk, npm install, node.js api, js client, react ai, next.js ai, frontend sdk, @inferencesh/sdk, typescript agent, browser sdk, js integration"

智能体 712 6个月前
adobe

authoring-analysis

adobe

Analyze content sequences and determine authoring approach (default content vs blocks). Validates block selection and section styling for import/migration to AEM Edge Delivery Services.

类型 170 7个月前
agentset-ai

trigger-dev-tasks

agentset-ai

Use this skill when writing, designing, or optimizing Trigger.dev background tasks and workflows. This includes creating reliable async tasks, implementing AI workflows, setting up scheduled jobs, structuring complex task hierarchies with subtasks, configuring build extensions for tools like ffmpeg or Puppeteer/Playwright, and handling task schemas with Zod validation.

自动化 2074 7个月前
cryfs

async-drop

cryfs

Guide to the AsyncDrop pattern for async cleanup in Rust. Use when working with AsyncDropGuard, implementing AsyncDrop trait, or handling async resource cleanup.

代码生成 2301 8个月前
NeverSight

atomise

NeverSight

"Atom of Thoughts (AoT) reasoning - decompose complex problems into atomic units with confidence tracking and backtracking. For genuinely complex reasoning, not everyday questions. Triggers on: atomise, complex reasoning, decompose problem, structured thinking, verify hypothesis."

安全 203 7个月前
alexandru

jspecify-nullness

alexandru

JSpecify nullness annotations for Java APIs and tooling. Use when adopting or migrating JSpecify annotations, designing null-safe Java signatures and generics, or interpreting tool conformance and Kotlin interop.

注释 50 7个月前
robertguss

book-idea-validator

robertguss

Stress-test book concepts against existing research before committing to architecture. Use when the user has a Book Concept Document ready for validation, wants to verify their thesis is defensible, needs to understand the competitive intellectual landscape, or wants honest assessment of their idea's strengths and weaknesses. Produces a Validation Report that informs the Go/No-Go decision. Nonfiction only.

学术 107 7个月前
bear2u

nextjs15-init

bear2u

Use when user wants to create a new Next.js 15 project (Todo/Blog/Dashboard/E-commerce/Custom domain) with App Router, ShadCN, Zustand, Tanstack Query, and modern Next.js stack

API 开发 916 10个月前
bear2u

codex-claude-loop

bear2u

Orchestrates a dual-AI engineering loop where Claude Code plans and implements, while Codex validates and reviews, with continuous feedback for optimal code quality

代码评审 916 10个月前