NanoClaw REPL Operation is a development claude skill built by Affaan M. Best for: Developers use NanoClaw to manage persistent AI-assisted sessions with branching, search, and export capabilities for complex workflows..

What it does
Operate and extend a zero-dependency session-aware REPL with persistent markdown storage and model switching.
Category
development
Created by
Affaan M
Last updated
Claude Skilldevelopment GitHub-backed CuratedintermediateClaude Code

NanoClaw REPL Operation

Operate and extend a zero-dependency session-aware REPL with persistent markdown storage and model switching.

Skill instructions


name: nanoclaw-repl description: Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. origin: ECC

NanoClaw REPL

Use this skill when running or extending scripts/claw.js.

Capabilities

  • persistent markdown-backed sessions
  • model switching with /model
  • dynamic skill loading with /load
  • session branching with /branch
  • cross-session search with /search
  • history compaction with /compact
  • export to md/json/txt with /export
  • session metrics with /metrics

Operating Guidance

  1. Keep sessions task-focused.
  2. Branch before high-risk changes.
  3. Compact after major milestones.
  4. Export before sharing or archival.

Extension Rules

  • keep zero external runtime dependencies
  • preserve markdown-as-database compatibility
  • keep command handlers deterministic and local

Use this skill

Most skills are portable instruction packages. Claude Code supports SKILL.md directly. Other agents can use adapted files like AGENTS.md, .cursorrules, and GEMINI.md.

Claude Code

Save SKILL.md into your Claude Skills folder, then restart Claude Code.

mkdir -p ~/.claude/skills/nanoclaw-repl-operation && curl -L "https://raw.githubusercontent.com/affaan-m/everything-claude-code/HEAD/skills/nanoclaw-repl/SKILL.md" -o ~/.claude/skills/nanoclaw-repl-operation/SKILL.md

Installs to ~/.claude/skills/nanoclaw-repl-operation/SKILL.md.

Use cases

Developers use NanoClaw to manage persistent AI-assisted sessions with branching, search, and export capabilities for complex workflows.

Reviews

No reviews yet. Be the first to review this skill.

No signup required

Stats

Installs0
GitHub Stars157.8k
Forks24520
LicenseMIT
UpdatedMar 27, 2026