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
Full reconciliation check across all three tile locations.
./scripts/reconcile-tiles.sh0 — all clean1 — issues found (printed to stdout)| Label | Meaning | Fix |
|---|---|---|
| DRIFT | Registry and git have different content | Publish the tile to push git changes into the registry |
| GIT-ONLY | File in git but not in registry | Publish the tile to register the missing file |
| REGISTRY-ONLY | File in registry but not in git | Investigate — may be stale; remove from registry if confirmed orphaned |
| MISMATCH | Version numbers don't match | Publish the tile if git is ahead, or re-install if registry is ahead |
| Untracked | Files on NAS not in git | Delete the untracked files from the NAS |
Run reconcile, fix each reported issue, then re-run to confirm a clean result:
# 1. Run reconcile and capture output
./scripts/reconcile-tiles.sh
# 2. For each reported issue, apply the fix from the table above
# 3. Re-run to verify all issues are resolved
./scripts/reconcile-tiles.shRepeat until the script exits 0.
.github
rules
skills