What problem does it solve?
This Skill eliminates the manual overhead of tracking state, switching models, and exporting work across separate Claude Code REPL sessions, which is especially time-consuming for developers running long-form coding sprints or iterative feature tests.
Core Features & Use Cases
- Persistent Markdown-Backed Sessions: Save full session state in human-readable markdown files for easy archival and version control.
- Session Management Commands: Switch models mid-session using the /model command, load dynamic skills with the /load command, branch sessions to test risky changes with the /branch command, and compact old history to free up context space with the /compact command.
- Cross-Session Tools: Search across all past sessions using the /search command, export outputs to markdown, JSON, or plain text using the /export command, and view session performance metrics using the /metrics command.
- Use Case: A solo developer running a 72-hour AI coding sprint can use this skill to branch their session to test a new payment link integration, compact the session history after each milestone, and export the final working code to a markdown file for their portfolio.
Quick Start
Use the nanoclaw-repl skill to branch your current session and test a new implementation approach for the payment link feature without losing your existing progress.