> nanoclaw-repl
操作并扩展NanoClaw v2,这是ECC基于claude -p构建的零依赖会话感知REPL。
curl "https://skillshub.wtf/affaan-m/everything-claude-code/nanoclaw-repl?format=md"NanoClaw REPL
在运行或扩展 scripts/claw.js 时使用此技能。
能力
- 持久的、基于 Markdown 的会话
- 使用
/model进行模型切换 - 使用
/load进行动态技能加载 - 使用
/branch进行会话分支 - 使用
/search进行跨会话搜索 - 使用
/compact进行历史压缩 - 使用
/export导出为 md/json/txt 格式 - 使用
/metrics查看会话指标
操作指南
- 保持会话聚焦于任务。
- 在进行高风险更改前进行分支。
- 在完成主要里程碑后进行压缩。
- 在分享或存档前进行导出。
扩展规则
- 保持零外部运行时依赖
- 保持以 Markdown 作为数据库的兼容性
- 保持命令处理器的确定性和本地性
> related_skills --same-repo
> skill-comply
Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines
> santa-method
Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.
> safety-guard
# Safety Guard — Prevent Destructive Operations ## When to Use - When working on production systems - When agents are running autonomously (full-auto mode) - When you want to restrict edits to a specific directory - During sensitive operations (migrations, deploys, data changes) ## How It Works Three modes of protection: ### Mode 1: Careful Mode Intercepts destructive commands before execution and warns: ``` Watched patterns: - rm -rf (especially /, ~, or project root) - git push --force
> product-lens
# Product Lens — Think Before You Build ## When to Use - Before starting any feature — validate the "why" - Weekly product review — are we building the right thing? - When stuck choosing between features - Before a launch — sanity check the user journey - When converting a vague idea into a spec ## How It Works ### Mode 1: Product Diagnostic Like YC office hours but automated. Asks the hard questions: ``` 1. Who is this for? (specific person, not "developers") 2. What's the pain? (quantify