# Perfiles Compactos para Subagentes ## Proposito Este directorio contiene versiones compactas (~250 tokens) de los perfiles de agentes, optimizadas para uso como **subagentes**. ## Cuando Usar - Agente recibe delegacion de un orquestador - Tarea es especifica (1-2 archivos) - Se necesita optimizar consumo de tokens ## Ahorro de Tokens | Tipo | Tokens | |------|--------| | Perfil Completo | ~800 | | Perfil Compact | ~250 | | **Ahorro** | **~550 (69%)** | ## Perfiles Disponibles - `PERFIL-BACKEND-COMPACT.md` - NestJS/TypeScript - `PERFIL-FRONTEND-COMPACT.md` - React/TypeScript - `PERFIL-DATABASE-COMPACT.md` - PostgreSQL DDL - `PERFIL-DEVOPS-COMPACT.md` - Docker/CI/CD - `PERFIL-ML-COMPACT.md` - Python/ML - `PERFIL-GENERIC-SUBAGENT.md` - Cualquier tarea ## Ver Tambien - `_MAP-COMPACT.md` - Indice detallado - `SIMCO-SUBAGENTE.md` - Protocolo de subagente - `SIMCO-CCA-SUBAGENTE.md` - CCA ligero ## Perfiles Completos Para agentes principales, ver directorio padre: `../`