Remember interactive programming
Skill ComeOnOliver/skillshub/skills/github/awesome-copilot/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.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill remember-interactive-programmingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.9 KB, 98 tokens by cl100k_base, as published. Nobody here has run it
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.