night-market-operations
Installation
SKILL.md
Night Market Operations
This skill is the runbook for operating the claude-night-market repo: what each make target actually executes, where artifacts land, and the exact sequence that ships a release. Every command below was verified against the Makefile, scripts/, and .github/workflows/ on 2026-07-02 (repo v1.9.15).
Terms used once and reused throughout:
- Plugin: a directory under
plugins/with a.claude-plugin/plugin.jsonmanifest. Most have their own Makefile, pyproject.toml, and tests/. - skrills: a Rust CLI for skill validation and token analysis,
vendored at
plugins/abstract/bin/skrills. Every skrills target has a Python fallback, so a missing binary never blocks you. - ClawHub export: a cross-framework skill package format written to
clawhub/byscripts/clawhub_export.py.