IA e agentes Fonte oficial
Programação interativa orientada pelo REPL
Lembra o agente de explorar e modificar o sistema pelo REPL, comunicar avaliações extensas e preferir ferramentas de edição estrutural.
Ver código no GitHub Instala diretamente do repositório-fonte.
O que esta skill faz
Este microprompt trata o sistema em execução como fonte de verdade durante o desenvolvimento. Ele é especialmente útil em Clojure, mas pode orientar qualquer ambiente com um REPL acessível ao agente.
Quando usar
- Explorar estado e comportamento em um REPL
- Validar hipóteses antes de editar arquivos
- Aplicar mudanças incrementais em um sistema vivo
- Manter uma lista de tarefas durante programação interativa
Como usar
- Conecte-se ao REPL disponível no ambiente
- Revise o repositório para localizar os componentes relacionados
- Avalie expressões pequenas para compreender o estado atual
- Descreva de forma breve qualquer avaliação extensa invisível ao usuário
- Prefira edição estrutural e mantenha as tarefas atualizadas
O que revisar antes de instalar
- Depende de um REPL acessível ao agente
- O usuário não vê automaticamente o conteúdo avaliado pela ferramenta
- O microprompt não fornece comandos específicos para cada linguagem
SKILL.md
--- name: remember-interactive-programming description: '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.' --- 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.