Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add majiayu000/claude-skill-registry --skill agent-configuration-architectgit clone --depth 1 https://github.com/majiayu000/claude-skill-registryWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-configuration-architect)<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-configuration-architect"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/agent-configuration-architect/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/majiayu000/claude-skill-registry/agent-configuration-architect"><img src="https://agentmods.dev/badge/skills/majiayu000/claude-skill-registry/agent-configuration-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.01569 |
| Opus 5 | $0.00012 | $0.00785 |
| Sonnet 5 | $0.00005 | $0.00314 |
| Haiku 4.5 | $0.00002 | $0.00157 |
Grade A, and why
Agent Configuration Architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
- 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). - 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.
- 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)
AGENT_TEMPLATES = {
"sales": {
"agent_name": "Agente de Ventas (IA)",
"model_provider": "openai",
"model_version": "gpt-4o",
"temperature": 0.7,
"defaultValue": {
"agent_tone": "Sos una asesora experta en danza clásica... usamos voseo argentino...",
"synonym_dictionary": "mallas: Leotardos\ncancanes: Medias...",
"business_rules": "1. Prioridad: Venta asistida...\n2. Fitting: Ofrecer siempre para puntas...",
"catalog_knowledge": "Categorías: Zapatillas, Medias, Leotardos, Accesorios.",
"store_website": "https://pointecoach.com"
}
}
}
3. Dynamic Global Templates (v7.2+)
Nexus ahora soporta Templates Dinámicos almacenados en la base de datos. Esto permite crear plantillas que aparecen automáticamente en el Wizard de todos los inquilinos.
Lógica de Visibilidad
El endpoint /admin/agent-templates mezcla los templates hardcoded con los de la base de datos siguiendo esta lógica:
is_template = TRUE: El registro es tratado como una plantilla, no como un agente vivo.tenant_id IS NULL: Template Global. Visible para todas las cuentas del sistema.tenant_id = X: Template Privado. Visible solo para el inquilino X.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 120 lines · 24 tokens per session scan A ca968b7fd24d
Agent Configuration Architect is a skill published in the GitHub repository majiayu000/claude-skill-registry (606 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 1,569 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
remotion-docs
Search and fetch Remotion documentation pages.
remotion-captions
Dealing with captions in Remotion.
remotion-render
Best practices for rendering videos.
academy-guide
Stop and check this skill before finishing any reply to a question about how to use Claude or a Claude product — it recommends matching courses, tutorials, and use cases from Claude Academy (academy.claude.com), Anthropic's learning hub. Trigger on: "how do I", "how can I", "getting started with", "what can Claude…
remotion-maps
Remotion Map animation knowledge.
mediabunny
Multimedia handling with the Mediabunny library.