cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Manage saved DoorDash order playbooks (list, add from order history, remove, inspect) stored in ~/.claude/dd-cli/playbooks.json
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/doordash-playbookContext preview
What this command does when you run it.
Manage saved DoorDash order playbooks (list, add from order history, remove, inspect) stored in ~/.claude/dd-cli/playbooks.json
allowed-tools: Bash(dd-cli:*), Bash(jq:*), Bash(cat:*), Bash(mkdir:*), Read, Write, Edit argument-hint: [list | add <name> | rm <name> | show <name>] description: Manage saved DoorDash order playbooks (list, add from order history, remove, inspect) stored in ~/.claude/dd-cli/playbooks.json
Manage saved order playbooks: **$ARGUMENTS**
State file: `~/.claude/dd-cli/playbooks.json` (create with `mkdir -p ~/.claude/dd-cli` if missing).
Parse `$ARGUMENTS` and run the matching subcommand:
Render a table of playbooks: name, restaurant, baseline subtotal, contexts, last used, times used. If empty, explain how to add one.
1. Run `dd-cli order history` and show the recent orders. 2. Ask the user which order to save under `<name>` (never guess). 3. Ask for optional context words (e.g. "post-gym, workout"). 4. Write the playbook entry: `order_uuid`, `restaurant`, `items_summary` (name/qty/price per item as shown by history or the last `cart show`), `baseline_total`, `tolerance_pct: 10`, `contexts`, `last_used: today`, `times_used: 0`.
Show the entry, confirm with the user, then delete it from the JSON.
Pretty-print the full entry, including stored items and baseline, and when it was last used.
handled by the `doordash-order-playbooks` skill (install it alongside).
history entries.
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image