Loading...
Loading...
Found 1,261 Skills
Use when writing multiple functions with same signature. Use when implementing callbacks. Use when matching existing function types.
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.
Contract-first REST API design with OpenAPI 3.1 specification
TypeScript best practices, type safety, and toolchain standards. Use when: - Writing or reviewing TypeScript code - Setting up TypeScript projects or tsconfig - Choosing state management patterns - Configuring build tools (tsup, Vitest) - Avoiding type gymnastics or any-abuse Keywords: TypeScript, tsconfig, strict mode, no-any, pnpm, Vitest, tsup, TanStack Query, discriminated unions, type safety, ESLint
Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV. Use when containerizing applications, setting up development environments, or deploying with Docker.
Game development expert including DragonRuby, Unity, and game mechanics
Code review with focus on quality, security, and best practices
Security-related rules for Tauri application development.
Best practices for writing clean, logic-less Handlebars (hbs) templates.
Use when writing, reviewing, or refactoring WordPress PHP code. Covers WordPress Coding Standards (WPCS), naming conventions, Yoda conditions, $wpdb usage, escaping with esc_html/esc_attr/esc_url, wp_kses, hooks (add_action, add_filter, apply_filters, do_action), i18n functions (__(), _e(), _x, _n), wp_enqueue_script, wp_enqueue_style, formatting rules, deprecated function replacements, and WordPress API best practices. For security see wp-security; for performance see wp-performance; for blocks see wp-blocks.
Zuplo API gateway configuration and best practices. Trigger: When configuring Zuplo API gateway.
Comprehensive toolkit for generating best practice PromQL (Prometheus Query Language) queries following current standards and conventions. Use this skill when creating new PromQL queries, implementing monitoring and alerting rules, or building observability dashboards.