Types

Type checking and type generation

Showing 6049-6072 of 6162 skills
shaul1991

Design Figma Agent

by shaul1991

비동기 처리: 폰트 로드 등 비동기 작업은 await 사용

API Dev 0 4mo ago
rory-data

python-conventions

by rory-data

Python coding standards including PEP 8, type hints, modern syntax (3.11+), ruff formatting, uv package management, and best practices. Use when writing, reviewing, or refactoring Python code, setting up Python projects, or managing dependencies.

Linting 0 4mo ago
Codewithsaffy

lemon-squeezy

by Codewithsaffy

"Reusable capabilities for integrating Lemon Squeezy (Merchant of Record) into Next.js/Supabase projects. Use when an agent needs to: (1) Initialize the Lemon Squeezy client, (2) Create checkout sessions with user tracking, (3) Implement secure webhook handlers, or (4) Manage subscription lifecycle (upgrades, downgrades, cancellations)."

Code Gen 0 3mo ago
petestewart

orchestrator

by petestewart

Drive a project from PLAN.md to completion by coordinating work, spawning focused subagents, and maintaining plan accuracy. You coordinate, prioritize, verify, and keep the plan accurate—not implementing large tasks yourself.

Automation 0 4mo ago
squirrel289

auditing-backlog-checkboxes

by squirrel289

"Audit backlog work items in closed, completed, or ready-for-review status that still contain unchecked checklist items ([ ]). Validate each unchecked item against code and test evidence, mark only fully validated items as [x], and output only a per-work-item summary status report for Tasks and Acceptance Criteria plus recommended workflow next steps. Use when asked to audit completion evidence, clean up stale checklists, or prepare work items for closure/finalization."

Code Review 0 3mo ago
progmichaelkibenko

chain-of-responsibility-python

by progmichaelkibenko

Implements the Chain of Responsibility pattern in Python. Use when the user mentions chain of responsibility, CoR, or when you need to chain handlers that each process and pass to the next—validation pipelines, processing steps, transformation chains, or any sequential pipeline.

Agents 0 3mo ago
bromanko

typescript-security-review

by bromanko

This skill should be used when the user asks for "security review", "vulnerability scan", "audit TypeScript security", "security audit", "find vulnerabilities", "check for security issues", or wants a deep security analysis of TypeScript code including input validation, auth boundaries, and dependency risks.

Code Review 0 3mo ago
violabg

quiz-game-mechanics

by violabg

Implement quiz game logic including game creation, player turn management, score calculation, answer validation, and game completion. Use when building game flows, turn-based mechanics, and scoring algorithms.

Code Gen 0 5mo ago
bamorim

borumi-project

by bamorim

Edit Borumi video project files (.bmprojbundle) using sqlite3

CLI Tools 0 3mo ago
rumo-a-maxima-potencia

SKILL.md — Jornada Rumo à Máxima Potência

by rumo-a-maxima-potencia

```

Processing 0 2mo ago
0xSardius

viem

by 0xSardius

TypeScript patterns for low-level EVM blockchain interactions using Viem. Use when writing Node scripts, CLI tools, or backend services that read/write to Ethereum or EVM chains. Triggers on contract interactions, wallet operations, transaction signing, event watching, ABI encoding, or any non-React blockchain TypeScript code. Do NOT use for React/Next.js apps with hooks (use wagmi skill instead).

Legal 0 4mo ago
mrgrauel

conventional-commits

by mrgrauel

Draft and validate Git commit messages that follow Conventional Commits v1.0.0. Use when creating, rewriting, or reviewing commit messages for git commit, git commit --amend, PR cleanup, or release/changelog automation that depends on conventional commit types.

Debugging 0 3mo ago
vircung

python-development

by vircung

Modern Python coding standards, best practices, testing patterns, and implementation guidelines

Processing 0 4mo ago
Jackiexiao

supabase-postgres-best-practices

by Jackiexiao

(中文)Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

Database 0 3mo ago
aiagentskills

action-creator

by aiagentskills

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).

Code Gen 0 4mo ago
Olino3

skill:azure-auth - Microsoft Entra ID Authentication

by Olino3

Forge is a marketplace for a Claude Code Plugins

Auth 0 3mo ago
zhinjs

zhin-ai-integration

by zhinjs

Guides integration of AI/LLM capabilities in Zhin plugins using @zhin.js/ai. Covers multi-model providers, Agent tool calling, session management, streaming responses, unified tool services, and rich media output. Use when adding AI chat, agents, or tool-calling features to a Zhin bot.

Agents 0 3mo ago
Leanmcp-Community

mcp-apps-builder

by Leanmcp-Community

Build MCP Apps with interactive React UIs using the LeanMCP UI SDK. Use this skill when users ask for "MCP with UI", "MCP App", "interactive MCP", "leanmcp UI", "MCP dashboard", or want to create rich visual interfaces for their MCP tools. This skill covers @UIApp decorator, React components with useTool/useResource hooks, ToolDataGrid, ToolForm, ToolButton, and ChatGPT Apps support.

Processing 0 3mo ago
Abstrucked

hytopia-world

by Abstrucked

Helps build and manage worlds in HYTOPIA SDK. Use when users need to create terrain, place blocks, manage chunks, or work with the world editor integration. Covers blocks, chunk loading, world generation, and build.hytopia.com workflow.

Code Gen 0 4mo ago
iamthetonyb

Skill: Notion

by iamthetonyb

The integration must be added to any pages/databases you want to access.

Database 0 3mo ago
felipeorlando

redux-best-practices

by felipeorlando

Redux and React-Redux best practices, patterns, and anti-patterns based on the official Redux style guide. Use when writing, reviewing, or refactoring Redux code including store setup, slices, reducers, selectors, async logic, state normalization, or React-Redux hooks. Triggers on tasks involving createSlice, configureStore, useSelector, useDispatch, thunks, RTK Query, or state management architecture decisions.

Database 0 4mo ago
hello-lizhihua

vue-best-practices

by hello-lizhihua

必须用于 Vue.js 任务。强烈建议使用带有 <script setup> 的组合式 API 和 TypeScript 作为标准方法。涵盖 Vue 3、SSR、Volar、vue-tsc。适用于任何 Vue、.vue 文件、Vue Router、Pinia 或使用 Vue 的 Vite 工作。除非项目明确要求选项式 API,否则始终使用组合式 API。

Animation 0 4mo ago
ashutoshpw

stripe-sync-troubleshooting

by ashutoshpw

When the user is experiencing issues with stripe-sync-engine. Also use when the user mentions "not working," "webhook error," "signature failed," "connection error," "data not syncing," or "stripe sync broken."

Database 0 4mo ago
ab300819

code-quality

by ab300819

Opinionated constraints for writing maintainable, testable code. Apply MTE principles, avoid over-engineering, guide refactoring, and provide code review checklists. Use when users write code, refactor, or need code review. Triggers on keywords like "code quality", "refactor", "review", "MTE", "代码质量", "重构", "审查".

Code Gen 0 3mo ago