architecture-compliance

Community

Verify code aligns with Tetris architecture

Authorsakataka
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps enforce architecture and design patterns, preventing anti-patterns and ensuring clean code structure.

Core Features & Use Cases

  • Prohibited patterns: Classes and Enums; any type; non-null assertions; hardcoded strings; interface in React components
  • Required patterns: Functional programming; Result<T,E> for game logic; proper imports; co-located tests

Quick Start

Review a code file or module to ensure it follows the project's architecture rules and suggest refactors accordingly.

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: architecture-compliance
Download link: https://github.com/sakataka/tetris-game2/archive/main.zip#architecture-compliance

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