remember-interactive-programming
Mikro-prompt yang memperkuat alur kerja pemrograman interaktif dengan akses REPL langsung. Dirancang untuk Clojure dengan integrasi Copilot melalui Backseat Driver, tetapi dapat disesuaikan dengan sistem apa pun yang memiliki REPL langsung. Mengingatkan agen untuk menggunakan REPL sebagai sumber kebenaran untuk eksplorasi dan modifikasi sistem. Mendorong komunikasi yang jelas tentang kode yang dievaluasi dan preferensi untuk alat pengeditan struktural dibandingkan penggantian teks. Termasuk panduan untuk mempertahankan daftar tugas selama sesi pengembangan interaktif.
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.