platform-backend
Installation
SKILL.md
Principles
- Throw early with guard clauses — fail fast at the top of functions
- Never swallow errors silently — log or propagate every failure
Rules
See rules index for detailed patterns.
Examples
Positive Trigger
User: "Design error handling and validation strategy for this API endpoint."
Expected behavior: Use platform-backend guidance, follow its workflow, and return actionable output.
Non-Trigger
Related skills
More from ravnhq/ai-toolkit
core-coding-standards
Universal code quality rules — KISS, DRY, clean code, code review. Base
81promptify
Transform user requests into detailed, precise prompts for AI models.
66lang-typescript
TypeScript language patterns and type safety rules — strict mode, no
53tech-react
React 19 patterns for components, hooks, Server Components, and data
52design-frontend
Visual design system patterns for web UIs. Tailwind CSS v4 design tokens
43platform-frontend
Framework-agnostic frontend architecture — state management, components,
37