Skills and rules for the NanoClaw host agent (Claude Code on Mac). Tile promotion, container management, staging checks, repo chain safety, and public sync.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Before making ANY judgment about staging content:
ssh -n "$NAS_HOST" "cat <staging-path>" | diff - <local-tile-path>"Stale" means the diff is empty — literally zero changes. Everything else requires reasoning. A file with the same name may have significant improvements that the plugin version doesn't have. Never declare content "already promoted" based on the filename or timestamp.
.github
rules
skills