Agent Skills: DoorDash CLI

>-

UncategorizedID: idanbeck/claude-skills/dd-cli-usage

Install this agent skill to your local

pnpm dlx add-skill https://github.com/idanbeck/claude-skills/tree/HEAD/dd-cli-usage

Skill Files

Browse the full folder contents for dd-cli-usage.

Download Skill

Loading file tree…

dd-cli-usage/SKILL.md

Skill Metadata

Name
dd-cli-usage
Description
>-

DoorDash CLI

dd-cli is available on PATH. Its commands form a tree of command groups terminating in leaf commands.

"DoorDash CLI" and dd-cli refer to the same tool — the command you run is dd-cli. Treat either name from the user as interchangeable.

Use --help / -h to navigate on demand — start at the root and follow only the path relevant to the user's request:

dd-cli --help               # root: all commands and groups
dd-cli cart --help          # group: lists subcommands
dd-cli cart add-items --help  # leaf: options and usage

Do not pre-map the full tree. Drill deeper only when you need the next level.