What problem does it solve?
This Skill prevents reusable rules, commands, hooks, and subagents from being stranded in local-only settings by helping you decide whether they should be shared through the canonical skills distribution path instead of kept on one machine.
Core Features & Use Cases
- Distribution Judgment: Checks whether an artifact is safe to share, whether it is environment-dependent, and whether it belongs in a local config or a shared repository.
- Canonical Placement: Maps each reusable harness artifact to the correct destination such as rules, commands, subagents, hooks, or skills-oriented handoff paths.
- Release and Propagation Workflow: Supports the full path from repository placement and release tagging to downstream consumer regeneration so shared behavior reaches other repos and cloud executions.
- Use Case: When a team wants the same guardrail or automation behavior to work across multiple repositories and cloud sessions, this Skill determines the proper publishing route and the follow-up steps.
Quick Start
Use the harness-distribution skill to decide where a reusable rule, command, hook, or subagent should live and how to publish it so it reaches every intended execution environment.