Les EXTRAS V2

Codify architectural guidelines for maintaining the SocioPulse V2 monorepo across brands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tachfineamnay/SocioPulseV1 --skill les-extras-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Les EXTRAS V2
Source: https://github.com/tachfineamnay/SocioPulseV1/tree/main
Command: npx skills add https://github.com/tachfineamnay/SocioPulseV1 --skill les-extras-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill codifies best practices and architectural guidelines for maintaining and refactoring the SocioPulse V2 monorepo across brands.

Core Features & Use Cases

  • Multi-brand governance with strict branding rules, feature flags, and terminology to ensure consistency across SocioPulse and MedicoPulse.
  • Monorepo architecture guidance covering frontend (Next.js) and backend (NestJS) modules, Prisma models, and deployment patterns.
  • Developer onboarding and governance workflows, including cross-brand onboarding, API security patterns, and test strategies.

Quick Start

Review the SocioPulse V2 governance protocol to align your workspace with the brand modes and coding standards.

Frequently Asked Questions about Les EXTRAS V2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a NestJS monorepo to support multi-brand architecture?

To structure a NestJS monorepo for multi-brand architecture, you enforce multi-brand polymorphism across shared modules, applying strict branding rules and feature flags to isolate brand-specific logic while maintaining shared core functionality.

What are the Prisma constraints when scaling a multi-brand monorepo?

Prisma constraints in a multi-brand monorepo involve enforcing safe API design and managing database schemas across brands. You must align Prisma models with multi-brand governance protocols to prevent data leakage and maintain architectural integrity.

How do feature flags work in a multi-brand Next.js and NestJS application?

Feature flags in a multi-brand Next.js and NestJS application control brand-specific feature visibility. They are governed by strict terminology and branding rules to ensure safe deployment patterns and consistent user experiences across brands.

Does this governance protocol support Docker deployment patterns for multiple brands?

Yes, the governance protocol supports Docker deployment patterns for multiple brands. It includes tooling and deployment guidelines that enforce Prisma and Docker constraints while outlining safe API design for real-world scenarios.

When should I not use a shared monorepo architecture for multi-brand applications?

You should not use a shared monorepo architecture for multi-brand applications when cross-brand onboarding workflows and API security patterns cannot be strictly enforced. Without multi-brand polymorphism, maintaining branding consistency becomes unsustainable.