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
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.
rules
skills