openapi
Installation
SKILL.md
Critical Patterns
Schema Definition (REQUIRED)
components:
schemas:
User:
type: object
description: Represents a user in the system
required:
- id
- email
properties:
id:
type: string
format: uuid
description: Unique identifier
example: "123e4567-e89b-12d3-a456-426614174000"
Related skills
More from poletron/custom-rules
cpp
>
104lancedb
>
17clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
10vulnerability-scanner
Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.
8trpc
>
8web-performance-optimization
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
7