.claude/skills/semantic-memory/SKILL.md
semantic-memory
npx skillsauth add gonzalezpazmonica/pm-workspace semantic-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Descripción: Capa de búsqueda semántica sobre la memoria del proyecto usando embeddings y similitud vectorial.
El sistema de memoria del proyecto consta de tres capas:
data/memory-store/, accesibles vía memory-store.shFuentes de Indexación:
data/memory-store/agent-notes.jsonl — Observaciones y notas del agentedata/memory-store/lessons.jsonl — Lecciones aprendidasdata/memory-store/decisions.jsonl — Decisiones arquitectónicasdata/memory-store/postmortems.jsonl — Análisis post-mortemProceso de Indexación:
Ubicación: data/memory-index/{project}.json
Formato Ligero (sin BD externa):
{
"metadata": {
"project": "nombre",
"last_updated": "2026-03-07T10:30:00Z",
"entry_count": 42,
"coverage": { "agent-notes": 15, "lessons": 10, "decisions": 12, "postmortems": 5 }
},
"vectors": [
{
"id": "uuid",
"text": "hecho key",
"embedding": [...],
"source": "lessons",
"relevance": 0.95,
"metadata": { "project": "...", "date": "..." }
}
]
}
Flujo de Consulta:
Casos de Uso:
/memory-index {project}testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.