# Remember Interactive Programming

> Interactive programmer reminder — prefer REPL/eval over file writes (esp. Clojure)

- Skill: `mouadja02/remember-interactive-programming` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mouadja02/remember-interactive-programming`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mouadja02/remember-interactive-programming/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mouadja02 (https://skillmd.com/u/mouadja02)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mouadja02/remember-interactive-programming

---


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.

