Agent Configuration Architect
Especialista en configuración de agentes de IA: templates, tools, models, prompts y seed data.
npx skills add majiayu000/claude-skill-registry --skill agent-configuration-architect --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Configuration Architect - Platform AI Solutions (v7.1.2) ## 1. Concepto: La Arquitectura de Agentes Nexus ### Filosofía Multi-Capa Nexus no usa un único system prompt estático. Utiliza una arquitectura de **3 capas** para construir la inteligencia del agente en runtime: 1. **Capa 1: Template Base (Polimorfismo)**: Definida en `agent_service/app/core/agent_templates.py`. Provee la estructura de identidad y reglas core según el rol (Sales, Support, Leads, Logistics). 2. **Capa 2: Wizard Overrides (Identidad de Negocio)**: Datos específicos del cliente (Tono, Reglas de Negocio, Diccionario de Sinónimos) que sobreescriben los valores del template. 3. **Capa 3: Instrucciones de Tools (Táctica de Ejecución)**: Instrucciones detalladas sobre CÓMO usar cada herramienta y CÓMO formatear la respuesta, inyectadas dinámicamente. --- ## 2. Configuración de Templates (Wizard Defaults) Los valores predeterminados para el Wizard se definen en `orchestrator_service/app/api/agents.py` → `AGENT_TEMPLATES`. ### Ejemplo: Sales Agent (Pointe Coach inspired) ```python AGENT_TEMPLATES = { "sales": { "agent_name": "Agente de Ventas (IA)", "model_provider": "openai", "model_version": "gpt-4o", "temp
- 1. Concepto: La Arquitectura de Agentes Nexus
- Filosofía Multi-Capa
- 2. Configuración de Templates (Wizard Defaults)
- Ejemplo: Sales Agent (Pointe Coach inspired)
- 3. Dynamic Global Templates (v7.2+)
- Lógica de Visibilidad
- Mapeo de Campos
- 4. Instrucciones de Herramientas (Tool Config)
- Distribución de Instrucciones
- 4. Inyección Dinámica y Variables Mágicas
- 5. El Proceso de "Trasplante" de Templates
- 6. Checklist de Arquitecto
What does the Agent Configuration Architect skill do?
Especialista en configuración de agentes de IA: templates, tools, models, prompts y seed data.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-configuration-architect --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 majiayu000/claude-skill-registry, a repository with 534 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.
