platform-backend
Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.
Best use case
platform-backend is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.
Teams using platform-backend should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/platform-backend/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How platform-backend Compares
| Feature / Agent | platform-backend | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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.
Related Skills
agent-platforms
Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.
web-backend-builder
Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.
u01549-constraint-compilation-for-civic-participation-platforms
Operate the "Constraint Compilation for civic participation platforms" capability in production for civic participation platforms workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
symfony:api-platform-versioning
Use when symfony api platform versioning
symfony:api-platform-tests
Use when symfony api platform tests
symfony:api-platform-state-providers
Use when symfony api platform state providers
symfony:api-platform-serialization
Use when symfony api platform serialization
symfony:api-platform-security
Use when symfony api platform security
symfony:api-platform-resources
Use when symfony api platform resources
symfony:api-platform-filters
Use when symfony api platform filters
symfony:api-platform-dto-resources
Use when symfony api platform dto resources
python-backend-expert
Python backend expert including Django, FastAPI, Flask, SQLAlchemy, and async patterns