remember-interactive-programming

작성자: github

마이크로 프롬프트로, 라이브 REPL 접근을 통해 인터랙티브 프로그래밍 워크플로를 강화합니다. Clojure용으로 설계되었으며 Backseat Driver를 통한 Copilot 통합을 지원하지만, 라이브 REPL이 있는 모든 시스템에 적용 가능합니다. 에이전트가 탐색 및 시스템 수정의 진실 공급원으로 REPL을 사용하도록 상기시킵니다. 평가된 코드와 텍스트 교체보다 구조적 편집 도구에 대한 선호도를 명확히 전달하도록 장려합니다. 인터랙티브 개발 세션 중 할 일 목록 유지에 대한 지침을 포함합니다.

npx skills add https://github.com/github/awesome-copilot --skill remember-interactive-programming

Remember 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.