Agent skill · Data & Analytics

Agent Configuration Architect

Especialista en configuración de agentes de IA: templates, tools, models, prompts y seed data.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/agent-configuration-architect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. 1. Concepto: La Arquitectura de Agentes Nexus
  2. Filosofía Multi-Capa
  3. 2. Configuración de Templates (Wizard Defaults)
  4. Ejemplo: Sales Agent (Pointe Coach inspired)
  5. 3. Dynamic Global Templates (v7.2+)
  6. Lógica de Visibilidad
  7. Mapeo de Campos
  8. 4. Instrucciones de Herramientas (Tool Config)
  9. Distribución de Instrucciones
  10. 4. Inyección Dinámica y Variables Mágicas
  11. 5. El Proceso de "Trasplante" de Templates
  12. 6. Checklist de Arquitecto
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going