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.