type-system-governance

Official

Keep all types in /types for a clean codebase.

AuthorEsdeveniments
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill helps teams maintain a clean, scalable TypeScript codebase by enforcing that all types live in the /types directory, preventing inline type definitions and duplication across components.

Core Features & Use Cases

  • Enforces canonical type placement: ensures new types (interfaces, DTOs, props) are defined under /types.
  • DRY, predictable imports: reduces duplicate types and simplifies import paths.
  • Use Case: When adding a ButtonProps type, place it in types/props.ts and import as types/props in components.

Quick Start

  • Enable ESLint rules around a dedicated types directory, run yarn lint, and adjust any inline types to use /types as canonical sources.

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: type-system-governance
Download link: https://github.com/Esdeveniments/esdeveniments-frontend/archive/main.zip#type-system-governance

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 223,000+ vetted skills library on demand.