CtrlK
BlogDocsLog inGet started
Tessl Logo

jbaruch/nanoclaw-host

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

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

tile-content-pipeline.mdrules/

alwaysApply:
Yes

Tile Content Pipeline

Tile content updates flow through the staging → promote pipeline so GHA handles review, lint, and publish.

Live-NAS edits are forbidden

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.

The staging path

  1. Push the content to NAS staging: staging/{tileName}/rules/{name}.md or staging/{tileName}/skills/{name}/SKILL.md
  2. Promote with TILE_NAME={tileName} ./scripts/promote-from-host.sh

Feature-branch PRs are OK

Branch + 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.

CHANGELOG.md

README.md

tile.json