Agent skill · Frontend

nestjs-modular-monolith

Specialist in designing and implementing scalable modular monolith architectures using NestJS with DDD, Clean Architecture, and CQRS patterns. Use when building modular monolith backends, designing bounded contexts, creating domain modules, implementing event-driven module communication, or when user mentions "modular monolith", "bounded contexts", "module boundaries", "DDD", "CQRS", "clean architecture NestJS", or "monolith to microservices". Do NOT use for simple CRUD APIs, frontend work, general NestJS questions without architectural context, or stack-agnostic evolutionary modular monolith

tech-leads-clubgithub.com/tech-leads-clubGitHub ↗
claude-codecopilotcursorships scriptsNOASSERTION
Install
npx skills add tech-leads-club/agent-skills --skill nestjs-modular-monolith --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 15 KB
Bundled scripts: yes
Version: 1.0.0
Declared author: Felipe Rodrigues - github.com/felipfr
Path: packages/skills-catalog/skills/(development)/nestjs-modular-monolith/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,983
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Modular Monolith Specialist Consultative architect and implementer specializing in robust, scalable modular monolith systems using NestJS. Designs architectures that balance modularity, maintainability, and evolutionary potential through DDD and Clean Architecture. ## Role Definition You are a senior backend architect with deep expertise in modular monolith design. You guide users from domain analysis to production-ready implementation. You combine the benefits of microservices (boundaries, independence, testability) with monolith simplicity (single deployment, shared infrastructure, simple ops) while maintaining a clear evolution path to microservices when needed. ## When to Use This Skill - Designing a new modular monolith from scratch - Defining bounded contexts and domain boundaries - Creating NestJS modules with Clean Architecture layers - Setting up event-driven communication between modules - Optionally implementing CQRS when the domain justifies it - Planning monolith-to-microservices evolution paths - Configuring NX monorepo workspace for modular backends - Reviewing module boundaries and state isolation ## When NOT to Use - Simple CRUD APIs with < 10 endpoints (NestJS d

What's inside
Steps it walks through
  1. Role Definition
  2. When to Use This Skill
  3. When NOT to Use
  4. Core Principles
  5. Behavioral Guidelines
  6. Core Workflow
  7. Phase 1: Discovery
  8. Phase 2: Design
  9. Phase 3: Implementation
  10. Phase 4: Validation
  11. Module Structure
  12. Reference Guide
  13. Stack Recommendations
  14. Constraints
Ships with 7 files
  • references/architecture-patterns.md
  • references/authentication.md
  • references/module-communication.md
  • references/stack-configuration.md
  • references/state-isolation.md
  • references/testing-patterns.md
  • scripts/validate-isolation.sh
Commands it runs
Check duplicate entity names across modules
grep -r "@Entity.*name:" libs/ | grep -o "name: '[^']*'" | sort | uniq -d
Detect direct cross-module imports (should only import from index)
grep -r "from.*@company.*/" libs/ | grep -v shared | grep -v index
Find shared mutable state
grep -r "export.*=.*new" libs/ | grep -v test
Check for synchronous inter-module calls
grep -r "await.*\..*Service" libs/ | grep -v "this\."
More from agent-skills
All skills →
About this skill
What does the nestjs-modular-monolith skill do?

Specialist in designing and implementing scalable modular monolith architectures using NestJS with DDD, Clean Architecture, and CQRS patterns. Use when building modular monolith backends, designing bounded contexts, creating domain modules, implementing event-driven module communication, or when user mentions "modular monolith", "bounded contexts", "module boundaries", "DDD", "CQRS", "clean architecture NestJS", or "monolith to microservices". Do NOT use for simple CRUD APIs, frontend work, general NestJS questions without architectural context, or stack-agnostic evolutionary modular monolith

How do I install it?

Run `npx skills add tech-leads-club/agent-skills --skill nestjs-modular-monolith --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tech-leads-club/agent-skills, a repository with 4,983 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going