[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Commit authorship policy: shipper and every other agent must NOT append any Co-authored-by trailer, tooling footer, or bot identity to commit messages. The user is the sole author of every commit produced by the framework.
[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Knowledge-sharing lifecycle: Opt-In → Acquire → Read → Extract → Consent → Upload. Drives when and how the distiller is dispatched, how brain-contributions.md is surfaced to the user, and how approved entries are PR-ed to statsclaw/brain-seedbank.
[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Core orchestration protocol for the StatsClaw 9-agent framework. Defines every gate, state transition, precondition, must-not rule, workflow catalog, and signal-handling policy that the leader enforces.
Enable, disable, or inspect the StatsClaw shared brain — the cross-user knowledge system that lets agents read curated statistical knowledge and optionally contribute back. Use this skill when the user says "turn on brain", "enable brain mode", "turn off brain", "check brain status", "brain on", "brain off", or invokes $brain with on/off/status. Saves the setting to context.md and clones the brain repos if enabling. Full contribution lifecycle lives in skills/brain-sync.
Extract reusable knowledge from the current session, privacy-scrub it, and (with explicit user consent) submit it to the shared StatsClaw brain-seedbank as a pull request. Use this skill when the user says "contribute", "share what I learned", "submit lessons", "add to brain", "contribute knowledge", or invokes $contribute. Bypasses the automatic frequency heuristic but applies the same quality gate and mandatory user-consent step — nothing is uploaded without explicit approval.
[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] GitHub credential detection and verification. Establishes whether gh CLI, SSH key, $GITHUB_TOKEN, or a credential helper is available before any network-touching work runs.
[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Artifact handoff protocol for the two-pipeline architecture. Defines which files are produced by whom, what each downstream teammate may read, and how the workspace repo receives the run log.
[Internal protocol — leader-only. Not a user-invocable skill; do NOT trigger from user input.] Two-pipeline isolation protocol. Specifies worktree-level (filesystem) and pipeline-level (information) isolation — which agents get which specs, how dispatch.sh --worktree creates and merges back, and what counts as a violation.