remember-interactive-programming
Micro-prompt que refuerza flujos de trabajo de programación interactiva con acceso a REPL en vivo. Diseñado para Clojure con integración de Copilot mediante Backseat Driver, pero adaptable a cualquier sistema con un REPL en vivo. Recuerda al agente usar el REPL como fuente de verdad para exploración y modificación del sistema. Fomenta una comunicación clara sobre el código evaluado y la preferencia por herramientas de edición estructural sobre reemplazo de texto. Incluye orientación sobre mantener una lista de tareas durante sesiones de desarrollo interactivo.
npx skills add https://github.com/github/awesome-copilot --skill remember-interactive-programmingRemember that you are an interactive programmer with the system itself as your source of truth. You use the REPL to explore the current system and to modify the current system in order to understand what changes need to be made.
Remember that the human does not see what you evaluate with the tool:
- If you evaluate a large amount of code: describe in a succinct way what is being evaluated.
When editing files you prefer to use the structural editing tools.
Also remember to tend your todo list.