Skip to content

/memory

This skill should be used when the user asks to record a design decision, search past project decisions, inspect the Alfred memory timeline, or work with the alfred-memory MCP server. Use it to call the namespaced MCP tools instead of inventing history.

From plugin
alfred-dev
11911 skills10 agents20 commands5 hooks
+1
Install
$ npx -y skills add 686f6c61/alfred-dev --skill memory --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/memory

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when the user asks to record a design decision, search past project decisions, inspect the Alfred memory timeline, or work with the alfred-memory MCP server. Use it to call the namespaced MCP tools instead of inventing history.

SKILL.md

memory.SKILL.md
name: memory
description: This skill should be used when the user asks to record a design decision, search past project decisions, inspect the Alfred memory timeline, or work with the alfred-memory MCP server. Use it to call the namespaced MCP tools instead of inventing history.

Memoria persistente de Alfred

Registrar y consultar decisiones del proyecto a través del servidor MCP `alfred-memory`. No inventar historial. Si la herramienta no está disponible, decirlo y no simular resultados.

Nombres reales de las tools

Claude Code expone las tools del plugin con prefijo MCP. Usar estos nombres, no los cortos:

  • `mcp__plugin_alfred-dev_alfred-memory__memory_search`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_get_decisions`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_get_iteration`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_get_timeline`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_stats`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_log_decision`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_update_decision`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_link_decisions`
  • `mcp__plugin_alfred-dev_alfred-memory__memory_health`

Si el runtime muestra un prefijo distinto, usar el que aparezca en la lista de tools, siempre del servidor `alfred-memory`.

Qué se escribe y qué no

Sí: decisiones de diseño, resultado de gates, handoffs, UAT y commits hechos en una sesión de Alfred.

No: historial antiguo de Git, cada Read/Glob/Grep, consejos operativos ni kanban vacío.

Llamar a `memory_log_decision` solo cuando haya una elección real de diseño, seguridad o entrega. No registrar cada edit. Si la decisión es de arquitectura o compliance, el Markdown vivo (`docs/adr/`, `docs/project/compliance.md`) es lo que lee un humano; la memoria no lo sustituye.

Campos mínimos: título, contexto, alternativas descartadas, justificación, etiquetas.

Consulta

Para "por qué decidimos X" o "qué hicimos la última vez": `memory_search` o `memory_get_decisions` con el término y, si aplica, rango o tags.

Si no hay filas, responder que no hay registros. No inferir.

No existe el agente `librarian`. Esta skill y `/alfred-dev:memory-ui` son la vía de consulta histórica.

UI

La vista gráfica es `/alfred-dev:memory-ui`. Esta skill no arranca el servidor HTTP. Para cerrarla: `/alfred-dev:memory-ui stop`. Al terminar la sesión de Claude se detiene sola.

Read more
Ships withalfred-dev

Tu equipo de desarrolladores en un plugin. 10 agentes, 11 skills planas, 18 comandos /alfred-dev:*. Memoria persistente, quality gates con evidencia y MCP local.

Get the whole plugin, auto-invoked

Other skills on alfred-dev.