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/ 100Quality

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a codex -y
Personal installation~/.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a codex -g -y
Manual folder.agents/skills/remember-interactive-programmingOfficial docs ↗
Project installation.claude/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a claude-code -y
Personal installation~/.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
Manual folder.claude/skills/remember-interactive-programmingOfficial docs ↗
Project installation.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a github-copilot -y
Personal installation~/.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
Manual folder.agents/skills/remember-interactive-programmingOfficial docs ↗
Project installation.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a cursor -y
Personal installation~/.cursor/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a cursor -g -y
Manual folder.agents/skills/remember-interactive-programmingOfficial docs ↗
Project installation.agents/skills/remember-interactive-programming
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/remember-interactive-programming -a gemini-cli -y
Personal installation~/.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
Manual folder.agents/skills/remember-interactive-programmingOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
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.