Types

Type checking and type generation

Showing 6001-6024 of 6162 skills
cuba6112

fastapi-patterns

by cuba6112

Advanced FastAPI patterns including hierarchical dependency injection, background task management, and type-safe dependency annotation. Triggers: fastapi, dependency-injection, background-tasks, annotated-dependency, permission-chain.

Auth 0 5mo ago
kimasplund

adversarial-reasoning

by kimasplund

Stress-test solutions using the STRIKE framework. Systematically attack proposals to find weaknesses before deployment.

Security 0 4mo ago
hoangvantuan

outline-writer

by hoangvantuan

"Phân tích nội dung và tạo outline chuyên nghiệp. Sử dụng khi user yêu cầu tạo outline, phân tích content, lập dàn ý cho presentation/blog/document, hoặc gọi /outline-writer. Output: outline.md với YAML frontmatter."

Academic 0 3mo ago
aaronvanston

convex-file-storage

by aaronvanston

File uploads, storage, and serving in Convex. Use when implementing file uploads, generating upload URLs, serving files, managing file metadata, or building file-based features like avatars, attachments, or media galleries.

Code Gen 0 4mo ago
Abstrucked

hytopia-physics

by Abstrucked

Helps implement physics and collision in HYTOPIA SDK games. Use when users need rigid bodies, collision detection, raycasting, forces, or physics-based gameplay. Covers PhysicsComponent, colliders, raycasting, and physics simulation.

Code Gen 0 4mo ago
cristiano-pacheco

go-create-usecase

by cristiano-pacheco

Generate Go use cases for modular architecture using ports-based dependencies and decorator-based observability. Use when implementing business actions in internal/modules/<module>/usecase/ such as create, update, list, delete, status transitions, uploads, notifications, or any domain operation that orchestrates repositories/services.

Code Gen 0 3mo ago
Greg-T8

terraform-azure

by Greg-T8

'Terraform coding standards, patterns, and governance for Azure deployments across Learning, Project, and Client workspaces. USE FOR: Terraform Azure code generation, module scaffolding, provider configuration, state management, variable patterns, tagging, naming conventions, validation, security, Terraform style, Terraform best practices, AzureRM provider, Terraform Azure governance. DO NOT USE FOR: local Hyper-V labs (use terraform-ad-lab), Bicep deployments (use bicep-azure), non-Azure Terraform providers.'

Cloud 0 3mo ago
legout

data-science-visualization

by legout

"Data visualization for Python: Matplotlib, Seaborn, Plotly, Altair, hvPlot/HoloViz, and Bokeh. Use when creating exploratory charts, interactive dashboards, publication-quality figures, or choosing the right library for your data and audience."

Analytics 0 3mo ago
ddaanet

review-plan

by ddaanet

Review runbook quality for TDD discipline, step clarity, and LLM failure modes. Detects prescriptive code in GREEN phases, validates RED/GREEN sequencing, checks prerequisite validation, script evaluation, and step clarity. Use when reviewing runbooks after generation by /plan. Use when the user asks to "review runbook", "check runbook for prescriptive code", "validate RED/GREEN discipline", "check for implementation anti-patterns", "check LLM failure modes", or when /plan Phase 1/3 delegates to runbook-corrector agent.

Code Review 0 3mo ago
qmakescl

df-basic-stats

by qmakescl

데이터프레임(DataFrame)의 기초 통계를 자동 산출하는 스킬. 사용자가 CSV, Excel, Parquet 등 테이블 형식 데이터를 업로드하거나 "기초 통계", "기술통계", "describe", "EDA", "데이터 요약", "분포 확인", "결측값 확인", "프로파일링" 등을 언급할 때 반드시 이 스킬을 사용한다. 데이터 탐색, 변수 타입 파악, 결측 현황 확인, 연속형·정수형·범주형·날짜형 별 맞춤 통계 산출, ydata-profiling 리포트 생성을 모두 포함한다. 사용자가 "데이터 좀 봐줘", "이 파일 분석해줘" 같은 모호한 요청을 할 때도 첫 단계로 이 스킬을 트리거하는 것이 좋다.

Processing 0 3mo ago
srsubramanian

jira

by srsubramanian

"Read-only Jira integration for querying issues, sprints, projects, and users"

API Dev 0 4mo ago
MolochDaGod

Gruda Armada — Systems & Pipeline Reference

by MolochDaGod

```

Processing 0 2mo ago
slurpyb

add-event-type

by slurpyb

Add a new event type to the frontend feed system with corresponding React component. Use when user mentions "new event", "add event type", "event block", "new block type", or wants to display new agent output types.

Code Gen 0 3mo ago
doxynix

Backend Engineering Skills for Doxynix

by doxynix

This philosophy guides all design decisions.

Comments 3 1mo ago
tapforce

tapforce-tailwindcss

by tapforce

Best practices for setting up and developing UX/UI for projects using Tailwind CSS ^4. Use when setting up new projects with Tailwind CSS support or when projects have Tailwind CSS installed.

Responsive 0 3mo ago
next-friday

nextfriday-types

by next-friday

Next Friday TypeScript patterns for props, interfaces, and return types. Use when defining types or writing function signatures.

Scraping 0 4mo ago
OpenDNDApps

ogt-docs-define-code

by OpenDNDApps

Create technical architecture definitions covering services, data models, APIs, and system components. Use when defining HOW systems work at a technical level - interfaces, contracts, data flow, and architectural decisions.

File Ops 0 3mo ago
yusenthebot

meow

by yusenthebot

CLI app helper. Use when: Parses arguments; Converts flags to camelCase; Negates flags when using the --no- prefix. NOT for: web browser UI rendering; server-side HTML generation.

CLI Tools 0 3mo ago
jyasuu

vue-best-practices

by jyasuu

Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing, reviewing, or refactoring Vue components to ensure correct typing patterns. Triggers on tasks involving Vue components, props extraction, wrapper components, template type checking, or Volar configuration.

Debugging 0 4mo ago
samChang72

backend-architect

by samChang72

建立強型別、高效能且符合分層架構的後端系統。

API Dev 0 4mo ago
Project-Kiri

kiri-friends-core

by Project-Kiri

Kiri Friends project-specific conventions. Use when implementing watchOS UI, CLIBridge communication, domain models, or iPhone companion features. Triggers on tasks involving the Kiri Friends codebase.

CLI Tools 4 17d ago
yusenthebot

date-fns

by yusenthebot

Modern JavaScript date utility library. Use when: It has 200+ functions for all occasions; Modular: Pick what you need. Works with webpack, Browserify, or Rollup and also supports tree-shaking; Native dates: Uses existing native type. It doesn't extend core objects for safety's sake. NOT for: timezone database hosting; building calendar UIs.

Code Gen 0 3mo ago
aiagentskills

at-dispatch-v2

by aiagentskills

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 0 4mo ago
moderndegree

customer-centric-design

by moderndegree

Customer-obsessed design methodology. Use when designing features, validating problems, choosing research methods, or measuring design success.

Agents 0 3mo ago