remember-interactive-programming
Mikro-Prompt, das interaktive Programmier-Workflows mit Live-REPL-Zugriff verstärkt. Entwickelt für Clojure mit Copilot-Integration über Backseat Driver, aber an jedes System mit einem Live-REPL anpassbar. Erinnert den Agenten daran, das REPL als Quelle der Wahrheit für Erkundung und Systemänderung zu nutzen. Fördert klare Kommunikation über evaluierten Code und Präferenz für strukturelle Bearbeitungswerkzeuge gegenüber Textersetzung. Enthält Anleitung zur Pflege einer Todo-Liste während interaktiver Entwicklungssitzungen.
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.