platform-implementation-principles

Official

Enforce robust code principles across all layers

Authorsncollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Code-level principles (Fail Fast, Single Source of Truth, Ports & Adapters enforcement) govern how software is written and reviewed, auto-loading when adding new functions or modules, and ensuring input validation and minimal defensive boilerplate.

Core Features & Use Cases

  • Fail Fast: validate inputs at boundaries and fail early to prevent cascading errors.
  • Single Source of Truth: enforce a single registry for variant/configuration driving all behavior.
  • Ports & Adapters enforcement: domain logic depends on abstracted ports, adapters wired at the edge to keep boundaries clean.
  • Generated Contracts & Design Token Compliance: rely on generated types and shared design tokens to avoid hand-written schemas.
  • Use Case: teams refactor modules and add new features with strong guardrails and testable boundaries.

Quick Start

Start by applying input validation at the HTTP boundary and wire domain logic through ports with typed interfaces.

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: platform-implementation-principles
Download link: https://github.com/sncollective/snc-platform/archive/main.zip#platform-implementation-principles

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.