From skill-cefailures
Use when writing or reviewing code in any project. Use when making naming decisions for variables, constants, functions, classes, or HTTP server routes. Use when adding or reviewing API endpoints and deciding between resource-oriented REST routes and action/instruction-style routes. Use when a linter flags naming conventions and you need to decide whether to fix or suppress. Use when fixing TypeScript type errors, lint warnings about types, or running a linter.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-cefailures:brain-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Code style preferences across naming and types.
Code style preferences across naming and types.
| Doc | Scope |
|---|---|
docs/typescript.md | Naming conventions, casing rules, exemptions, type lint error fixing policy, LSP usage |
docs/server-routes.md | HTTP route design, resource-oriented REST defaults, action-style route exceptions |
These workflows are explicit-invocation-only and live as slash commands, not as auto-triggered skill content:
/skill-cefailures:brain-style:review — architecture review of a file/function/class against decomposition, file-size, and redundancy guidelines./skill-cefailures:brain-style:claude-md — review or author a project's CLAUDE.md against the minimal-routing principle and required-sections checklist.npx claudepluginhub brocef/skill-cefailures --plugin skill-cefailuresProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.