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 を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.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プロジェクトに導入.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プロジェクトに導入.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-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-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 -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/remember-interactive-programming⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
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.