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
Tile content updates flow through the staging → promote pipeline so GHA handles review, lint, and publish.
Never push content directly to a tile repo for a "quick fix" from the NAS or from the running orchestrator's filesystem. Direct pushes bypass review and risk version conflicts with smart-publish.
staging/{tileName}/rules/{name}.md or staging/{tileName}/skills/{name}/SKILL.mdTILE_NAME={tileName} ./scripts/promote-from-host.shBranch + PR work on a tile repo (e.g., jbaruch/nanoclaw-admin) from a local clone is fine. That route flows through the tile's PR-time reviewer workflows + post-merge publish-tile pipeline, which is the same review surface the staging→promote path uses.
.github
rules
skills