Loading...
Loading...
Found 20 Skills
Security best practices, OWASP Top 10, and secure coding guidelines
Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.
Analyze a React/TypeScript component for compliance with coding guidelines and suggest improvements.
Guiding principles for writing clear, concise, human readable and maintainable Python code.
Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.
Specifies standards for RestController classes, including API route mappings, HTTP method annotations, dependency injection, and error handling with ApiResponse and GlobalExceptionHandler.
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.
iOS code style guide for Swift and Objective-C. Use this skill whenever the user mentions code style, formatting, naming conventions, code organization, Swift/Objective-C coding standards, indentation, comments, or needs to enforce consistent code quality across the project. This skill covers formatting rules, naming patterns, documentation standards, and file organization.