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.