How to install nanoclaw-repl
npx skills add https://github.com/affaan-m/everything-claude-code --skill nanoclaw-replFull instructions (SKILL.md)
Source of truth, from affaan-m/everything-claude-code.
name: nanoclaw-repl description: Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. metadata: 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
- Keep sessions task-focused.
- Branch before high-risk changes.
- Compact after major milestones.
- Export before sharing or archival.
Extension Rules
- keep zero external runtime dependencies
- preserve markdown-as-database compatibility
- keep command handlers deterministic and local
Related skills
More from affaan-m/everything-claude-code and the wider catalog.
security-review
Security checklist and patterns for authentication, input validation, secrets, and sensitive features.
golang-patterns
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable applications.
coding-standards
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
golang-testing
Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.