ERP Architecture Core
CommunityBuild modular ERP modules with clean architecture
AuthorDerakons
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Architects and developers need a robust modular ERP architecture to scale.
Core Features & Use Cases
- Módulo Autocontenido: Cada funcionalidad principal (Facturación, RRHH, Biblioteca) debe ser un módulo autocontenido con frontera clara y estructura de carpetas.
- Capas de Servicio: La UI NUNCA debe hablar directamente con Supabase; utiliza servicios (por ejemplo, services/facturacionService.js) para encapsular consultas, manejo de errores y transformación de datos.
- Manejo de Estado: Local con useState, global con useContext y estrategias de servidor (React Query) cuando corresponda.
- Patrones de UI (High-End): Skeleton loading, UI optimista y feedback claro al usuario.
- Rendimiento y robustez: Code splitting con React.lazy, memoización y virtualización si aplica a listas grandes.
- Manejo de Errores: Envuelve llamadas críticas en try/catch y registra errores; muestra mensajes amistosos.
Quick Start
Scaffold a new ERP module using autocontenido architecture with a service layer and proper UI patterns.
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: ERP Architecture Core Download link: https://github.com/Derakons/ERP/archive/main.zip#erp-architecture-core 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.