From platform-conventions
Use when writing, editing, or reviewing web frontend code — Next.js App Router, TypeScript, React, shadcn/ui, Tailwind, or Cloudflare Pages.
How this skill is triggered — by the user, by Claude, or both
Slash command
/platform-conventions:frontendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
An opinionated house style for web frontend. Load alongside the public stack — `frontend-design` skill + claude-in-chrome MCP (only on explicit request to drive the UI). These conventions are the judgment layer the public tooling does not carry.
An opinionated house style for web frontend. Load alongside the public stack — frontend-design skill + claude-in-chrome MCP (only on explicit request to drive the UI). These conventions are the judgment layer the public tooling does not carry.
.css files unless required by a third-party library.Base rule: no hardcoded color/font/number/radius at a usage site — always a named token; add one if none fits. Recurring JSX (2nd time) → shared component in components/ui/.
Web names: color/spacing/typography/radius via CSS custom properties or Tailwind theme tokens only — no hardcoded hex, px, rem, or font-size at a usage site.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub romacv/romacv-claude-skills --plugin platform-conventions