From platform-conventions
Use when writing, editing, or reviewing backend code — Cloudflare Workers, Hono, TypeScript, Drizzle/D1, KV, Wrangler, or non-edge Python/Django/Rust services.
How this skill is triggered — by the user, by Claude, or both
Slash command
/platform-conventions:backendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
An opinionated house style for backend code. Load alongside the public stack — cloudflare plugin (`wrangler`, `workers-best-practices`, `durable-objects`, …). These conventions are the judgment layer the public tooling does not carry.
An opinionated house style for backend code. Load alongside the public stack — cloudflare plugin (wrangler, workers-best-practices, durable-objects, …). These conventions are the judgment layer the public tooling does not carry.
fetch event and return a Response.CREATE TABLE or ALTER TABLE in handler code.Env type binding — no process.env in Workers.npx claudepluginhub romacv/romacv-claude-skills --plugin platform-conventionsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.