Skills and rules for the NanoClaw host agent (Claude Code on Mac). Tile promotion, container management, staging checks, repo chain safety, and public sync.
77
97%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
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.
rules
skills