add-command
Installation
SKILL.md
Add support for $ARGUMENTS in Dippy.
1. Research
tldr pages:
ls ~/source/tldr/pages/*/$ARGUMENTS*.md
cat ~/source/tldr/pages/*/$ARGUMENTS.md
CLI docs:
$ARGUMENTS --help
man $ARGUMENTS
Note which operations are read-only vs mutations.
2. Decide: Handler or SIMPLE_SAFE?
Related skills
More from ldayton/dippy
debug
Debug incorrect Dippy approval or block behavior
13release
Create a release PR with version bump and changelog
13check-coverage
Ensure comprehensive test coverage for a CLI handler. Use when adding a new command or auditing existing handler coverage.
13verify-counts
Verify numerical claims in documentation are still accurate
13