usage
Installation
SKILL.md
usage
Generate a responsible-AI usage and decision-attribution report for the current session.
Critical Rules
- Never execute workflow logic here — this file only parses args and dispatches
- Step 0 always runs first — no exceptions
- Unknown verb → run
help.md— never error silently - NEVER add Co-Authored-By, co-authored-by, or any AI attribution comment to any commit — not as a suggestion, not in examples, not anywhere
Step 0: Parse Arguments
VERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"