_template

SkillDev tools

TEMPLATE — copy this directory to create a new skill. It is NOT loaded at runtime.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the _template skill

What this skill tells your AI

The instructions your AI receives, as published by gonzalezpazmonica/savia in .claude/skills/_template/SKILL.md and read by ahel’s review.

Subagent Scope Guard

Si fuiste invocado como subagente con una tarea concreta, ejecuta solo esa tarea y reporta DONE / DONE_WITH_CONCERNS / BLOCKED. NO actives el workflow completo de esta skill. (Borra esta sección si la skill no es orquestadora.)

Skill:

<Una frase. Qué problema resuelve.>

Authoritative Paths

Lee estos paths antes de actuar. NUNCA asumas firmas, NUNCA inventes paths.

ParaLee este path
<tipos / contratos / interfaces><path/to/types.md>
<handlers / entry points><path/to/handlers/>
<configuración / constantes><path/to/config.md>
<path/to/rules/>
<path/to/tests/>

Reglas duras:

  • Si un path no existe, ABORTA y reporta — no inventes uno alternativo.
  • Si una firma no está documentada en los paths, lee el código fuente directamente.
  • Si la tarea requiere un path no listado aquí, primero añádelo a esta tabla.

Cuándo usar

  • <Trigger 1: situación concreta detectable>
  • <Trigger 2>
  • <Trigger 3>

Cuándo NO usar

  • <Anti-trigger 1: situación donde otra skill es más apropiada>
  • <Anti-trigger 2>

Decision Checklist

  1. <Pregunta binaria 1> → si NO: <acción>
  2. <Pregunta binaria 2> → si NO: <acción>
  3. <Pregunta binaria 3> → si NO: <acción>

Abort Conditions

  • <Condición que invalida la skill — abortar y delegar>

Workflow

<paso 1: input>
    ↓
<paso 2: transformación>
    ↓
<paso 3: output / handoff>

Detalle de cada paso

  1. <Paso 1>: <qué hacer, qué leer, qué escribir>
  2. <Paso 2>: <qué hacer, qué leer, qué escribir>
  3. <Paso 3>: <qué hacer, qué leer, qué escribir>

Outputs esperados

  • <Fichero / commit / PR / mensaje>
  • <Métrica observable>

Memory hooks

  • <Tipo de fact a guardar tras éxito> → bash scripts/memory-store.sh save --type <type> --title "<title>" --content "<content>" --source skill:<name>
  • bash scripts/memory-store.sh recall <topic>

Related

  • Skill: <../related-skill/SKILL.md>
  • Rule: <docs/rules/domain/related-rule.md>
  • Spec: <docs/propuestas/SPEC-XXX.md>
  • Roadmap: <docs/ROADMAP.md#SE-XXX>

Signals

GitHub stars
50
Forks
12
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
template-2
Source
github.com/gonzalezpazmonica/savia