AI & Agentslow risk

remember-interactive-programming

A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.

github/awesome-copilot·skills/remember-interactive-programming/SKILL.md
85/ 100品質分

匯入這個 Skill

選擇你的 coding agent,複製專案級或個人級安裝指令。

固定至平台收錄的 commit
匯入目前專案.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a codex -y
匯入個人環境~/.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a codex -g -y
手動放置目錄.agents/skills/remember-interactive-programmingOfficial docs ↗
匯入目前專案.claude/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a claude-code -y
匯入個人環境~/.claude/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a claude-code -g -y
手動放置目錄.claude/skills/remember-interactive-programmingOfficial docs ↗
匯入目前專案.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a github-copilot -y
匯入個人環境~/.copilot/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a github-copilot -g -y
手動放置目錄.agents/skills/remember-interactive-programmingOfficial docs ↗
匯入目前專案.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a cursor -y
匯入個人環境~/.cursor/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a cursor -g -y
手動放置目錄.agents/skills/remember-interactive-programmingOfficial docs ↗
匯入目前專案.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a gemini-cli -y
匯入個人環境~/.gemini/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/remember-interactive-programming
手動放置目錄.agents/skills/remember-interactive-programmingOfficial docs ↗
⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
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.