best-practices-checker

Official

Ensure code follows Sovrium best practices.

Authorsovrium
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Validates code against framework-specific best practices documented in docs/infrastructure/. Checks Effect usage patterns, React 19 conventions, Drizzle ORM patterns, Hono RPC implementations, and other framework-specific guidelines. Identifies anti-patterns and suggests corrections. Use when user requests "check best practices", "validate framework usage", "review code patterns", or mentions framework compliance.

Core Features & Use Cases

  • Pattern validation: Ensures Effect.gen usage, Layer DI, typed errors.
  • UI/React 19 conventions: Server Components by default, avoid unnecessary useMemo.
  • Drizzle/Hono/TanStack: Enforces ORM, API, and query patterns.

Quick Start

Run the best-practices-checker against your codebase to receive a deterministic compliance report.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: best-practices-checker
Download link: https://github.com/sovrium/sovrium/archive/main.zip#best-practices-checker

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository