Use this agent when: You need to execute a multi-phase plan and want progress to survive across agent sessions, compactions, and context resets via the Engram MCP memory system. You are continuing work that a previous agent (or session) started and need to resume from Engram without losing context. You are…
Convierte material de estudio (PDFs, apuntes, presentaciones, capítulos) en un apunte interactivo autocontenido, entregado como un ÚNICO archivo React/TSX listo para renderizar en un iframe. Usala siempre que el usuario pida un "apunte interactivo", "clase interactiva", "apunte visual", "convertí este PDF/apunte"…
Al realizar el commit, realizalo con una buena descripción técnica, donde detalles cada cosa ocurrida. No podes hacer commits sencillos que no describan nada. Es obligatorio porque queda como documentación técnica.
Orquestar planes técnicos por fases con sub-agentes especializados, registrando el avance en commits de Git. Usar cuando hay un plan con múltiples fases o dominios y se necesita delegar, supervisar y auditar la ejecución. El orquestador delega tareas, valida cada entregable contra el plan y el diff real, y commitea…
This skill helps plan implementation work before coding. Use it when the user wants to think through approach, structure, risks, tradeoffs, and sequencing for a feature, change, or technical problem. Trigger only on explicit planning intent, not casual mentions of "plan". Good triggers include "planificá", "armá un…
SvelteKit frontend patterns for Tauri desktop apps. Use when writing Svelte components, pages, layouts, load functions, or routing in a Tauri project. Triggers on .svelte files, +page, +layout, +server, load function, SvelteKit, adapter, SSR, prerender. Complements the tauri-v2 skill (Rust backend); this skill owns…