remember-interactive-programming
作成者: github
マイクロプロンプト。ライブREPLアクセスによるインタラクティブプログラミングのワークフローを強化する。Clojure向けに設計され、Backseat Driverを介したCopilot統合に対応するが、ライブREPLを持つ任意のシステムに適応可能。エージェントに対し、探索やシステム変更の真実の源としてREPLを使用するよう促す。評価済みコードの明確なコミュニケーションと、テキスト置換よりも構造編集ツールを優先することを推奨。インタラクティブ開発セッション中にTODOリストを維持するためのガイダンスを含む。
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.