Agent skill

AI Behavior Architect

Ingeniería de prompts para los Agentes de Ventas, Soporte y Business Forge.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-architect-adriangmrraa-multiagents-platform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-architect-adriangmrraa-multiagents-platform/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

# Ingeniería de Prompts Nexus 1. **Estructura de System Prompt:** - **Identidad:** Quién eres (ej. "Vendedor Senior de {store_name}"). - **Contexto:** Qué vendes (Inyectar `{catalog_summary}`). - **Restricciones (Safety):** Qué NO hacer (ej. "Nunca inventes descuentos"). - **Formato de Salida:** Breve, persuasivo, formato WhatsApp (sin markdown complejo). 2. **Uso de Herramientas (Tool Calling):** - Instruye al modelo explícitamente sobre cuándo llamar a `search_products`. - *Ejemplo:* "Si el usuario pregunta por 'zapatillas rojas', NO respondas de memoria. EJECUTA `search_products(query='zapatillas rojas')` primero." 3. **Manejo de Alucinaciones RAG:** - Instrucción obligatoria: "Si la información no está en el contexto recuperado, di 'No tengo esa información en este momento' y ofrece derivar a un humano." 4. **Protocolo Assist Score (v7.6):** - **Auto-Auditoría:** Instruye al agente para evaluar su desempeño cada 3 mensajes del usuario. - **Herramienta:** Uso obligatorio de `report_assistance(type, score, reasoning)`. - **Silencio:** La auditoría debe ser invisible para el usuario final. - *Criterio:* 'sales' para hitos de compra (precio, stock), 'support' para resolución de dud

What's inside
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the AI Behavior Architect skill do?

Ingeniería de prompts para los Agentes de Ventas, Soporte y Business Forge.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-architect-adriangmrraa-multiagents-platform --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