feature-module-architect

Installation
SKILL.md

Feature Module Architect

Quick Start

This skill scaffolds feature modules following project architecture:

  1. Feature structure: Standard directory layout with components, hooks, services, types, utils
  2. File size limit: 500 LOC maximum per file (hard limit)
  3. Colocation: Keep related code together within feature directory
  4. Public API: Export only what other features need via index.ts

When to Use

  • Creating new feature modules
  • Refactoring files exceeding 500 LOC
  • Organizing scattered feature code
  • Need feature architecture guidance
Related skills

More from d-oit/do-novelist-ai

Installs
5
First Seen
Jan 31, 2026