implementation-guardrails

Community

Keep code clean, boundaries honest, and scalable

Authorwhyte25
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It prevents teams from shipping messy architecture by ensuring implementation work respects ownership boundaries, correct module shapes, and clean layering across UI, hooks, server boundaries, and pure logic.

Core Features & Use Cases

  • Boundary and file-placement standards: Guides where domain logic should live (feature-adjacent modules vs generic utils) and how to structure responsibilities across components, hooks, pure modules, actions, services, and routes.
  • Orchestration separation: Discourages business workflow orchestration inside UI components and instead pushes coordination into the correct layer (hooks, providers, services/actions, or server boundaries).
  • Effect and pass-through avoidance: Reduces common React/Next.js smells by discouraging unnecessary useEffect usage and thin pass-through clutter in server actions and routes.
  • Cleanup and naming integrity: Encourages removing dead/duplicated paths, deprecations, and misleading names after architecture changes.

Quick Start

Use this skill when starting a refactor in the repo to quickly align on the correct ownership seam, choose the right module boundary, and confirm placement and orchestration decisions against REFERENCE and CHECKLIST.

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: implementation-guardrails
Download link: https://github.com/whyte25/reusables/archive/main.zip#implementation-guardrails

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.