remember-interactive-programming
作者: github
微型提示,強化互動式程式設計工作流程,並提供即時REPL存取。專為Clojure設計,透過Backseat Driver整合Copilot,但可適用於任何具備即時REPL的系統。提醒代理以REPL作為探索與系統修改的真實來源。鼓勵清晰溝通已評估的程式碼,並偏好使用結構化編輯工具而非文字取代。包含在互動式開發過程中維護待辦事項清單的指引。
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.