SKILL SPEC banner
sonpiaz sonpiaz

SKILL SPEC

Testing community

Description

# SKILL.md specification This document is the contract for the portable `SKILL.md` that watch-cli ships. The actual `SKILL.md` file is authored against this spec during the Phase 2 implementation; this document is the source of truth for its shape. Cross-references: - Output contract the skill body references: [`../docs/output-schema.md`](../docs/output-schema.md) - Exit codes the skill body references: [`../docs/exit-codes.md`](../docs/exit-codes.md) - Pitch and tone rules the skill body mus

Installation

Installs to ~/.claude/skills/sonpiaz-watch-cli-skill-spec/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sonpiaz-watch-cli-skill-spec && curl -fsSL https://raw.githubusercontent.com/sonpiaz/watch-cli/HEAD/skills/SKILL-SPEC.md -o ~/.claude/skills/sonpiaz-watch-cli-skill-spec/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository