Skip to main content
AI/MLgithub

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.

Stars
34,159
Source
github/awesome-copilot
Updated
2026-05-29
Slug
github--awesome-copilot--remember-interactive-programming
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/github/awesome-copilot/HEAD/plugins/clojure-interactive-programming/skills/remember-interactive-programming/SKILL.md -o .claude/skills/remember-interactive-programming.md

Drops the SKILL.md into .claude/skills/remember-interactive-programming.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.