vertical-slice
OfficialOrganize code by feature into vertical slices.
Authorcodewithmukesh
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Vertical Slice Architecture (VSA) organizes code by feature rather than by layer, enabling endpoints, handlers, and validation to live together in cohesive, self-contained slices.
Core Features & Use Cases
- Feature-focused organization: each feature contains its endpoint, handler, request/response types, and validation in a single place.
- Reduced cross-feature coupling: shared concerns live in Common/ or Shared/ directories.
- Simple, scalable structure: supports one-file-per-feature patterns and scalable module boundaries.
Quick Start
Create a feature folder with an endpoint and handler in one file and wire it into your app startup.
Dependency Matrix
Required Modules
None requiredComponents
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: vertical-slice Download link: https://github.com/codewithmukesh/dotnet-claude-kit/archive/main.zip#vertical-slice Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.