cohesion

Community

Maintain cohesive changes across codebases.

AuthorByeongminLee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

When a feature changes across multiple files or modules, related code is scattered, making maintenance error-prone and slow. This skill provides patterns to keep cohesive changes together.

Core Features & Use Cases

  • Group related files by domain: place related components, hooks, types, and APIs in a common domain folder.
  • Remove magic numbers: consolidate constants to prevent drift and ensure consistent behavior.
  • Use real-world scenarios: for example, moving feature-related code into a domains/User folder to minimize cross-file dependencies.

Quick Start

Analyze an existing feature touching multiple files and reorganize it to a cohesive domain structure.

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: cohesion
Download link: https://github.com/ByeongminLee/nextjs-claude-code/archive/main.zip#cohesion

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.