Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add ravnhq/ai-toolkit --skill "platform-backend"
Install specific skill from multi-skill repository
# Description
Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.
# SKILL.md
name: platform-backend
description: "Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic."
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/ for detailed patterns.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.