Loading...
Loading...
Found 1,260 Skills
Must always be enabled when writing/reviewing TypeScript code.
Naming patterns and conventions based on Clean Code JavaScript principles.
Best practices for prompt engineering and context engineering for Coding Agent prompts
Guide for creating PHP and Laravel packages using Spatie's package-skeleton-laravel and package-skeleton-php templates. Use when the user wants to create a new PHP or Laravel package, scaffold a package. Also use when building customizable packages — covers proven patterns for extensibility (events, configurable models/jobs, action classes) instead of config option creep.
Best practices for writing PHPUnit tests in Shopware 6 projects, including integration tests, unit tests, and common testing patterns for plugins and apps.
Comprehensive Rust coding guidelines with 179 rules across 14 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, API design, memory optimization, performance, testing, and common anti-patterns. Invoke with /rust-skills.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Master Kubernetes with pods, deployments, services, ingress, ConfigMaps, secrets, and production cluster management.
Unity Catalog governance patterns, permissions models, security best practices, and policy enforcement for enterprise data governance.
Create and configure GitHub Actions. Use when building custom actions, setting up runners, implementing security practices, or publishing to the marketplace.
A comprehensive guide to Next.js performance patterns, combining Data Fetching Colocation, the Donut Pattern, and the 'use cache' directive for optimal application architecture.
Object-oriented design principles including object calisthenics, dependency inversion, fail-fast error handling, feature envy detection, and intention-revealing naming. Triggers on: writing new classes or functions, refactoring, code review, 'clean up', method longer than 10 lines, feature envy, primitive obsession, deep nesting.