by knot0-com · Claude 技能 · ★ 11
REPL Scratchpad Persistent Python REPL for coding agents — variables survive across turns, only enters context. Coding agents waste context on raw data. Every file read, API response, and query result lands in the conversation window and stays forever. By turn 30, the model has forgotten why it started. The REPL scratchpad fixes this: the agent writes code that processes data inside a persistent Python session and only s what matters. The raw data never enters context. How It Works Based on Recursive Language Models (Zhang, Kraska, Khattab 2025) — extended with cross-turn persistence.
| Stars | 11 |
| Forks | 2 |
| Language | Shell |
| Category | Claude 技能 |
| License | MIT |
| Quality Score | 39.25/100 |
| Last Updated | 2026-03-22 |
| Created | 2026-03-02 |
| Platforms | claude-code, cli, codex, gemini |
| Est. Tokens | ~1k |
These tools work well together with repl-scratchpad for enhanced workflows:
Explore other popular claude 技能 tools:
repl-scratchpad is Persistent REPL scratchpad for coding agents — variables survive across turns, only print() enters context. Agent skill for Claude Code, Codex, Gemini CLI, and 14+ coding agents.. It is categorized as a Claude 技能 with 11 GitHub stars.
repl-scratchpad is primarily written in Shell. It covers topics such as agent-skill, claude-code, codex.
You can find installation instructions and usage details in the repl-scratchpad GitHub repository at github.com/knot0-com/repl-scratchpad. The project has 11 stars and 2 forks, indicating an active community.
repl-scratchpad is released under the MIT license, making it free to use and modify according to the license terms.