Each workflow chains multiple skills into a single pipeline. Copy the prompt, run it in Claude Code, and watch it build.
Every workflow starts with the right tools. Here's what you can install.
curl -fsSL https://ai.dannygardner.me/install.sh | bash -s --
Practical tips for getting the most out of Claude Code. Copy any command and try it.
claude --dangerously-skip-permissions to skip all permission prompts. Saves massive time. You can also set "skipDangerousModePermissionPrompt": true in ~/.claude/settings.json.CLAUDE.md in your repo root for project-specific rules (git conventions, coding style, what NOT to do). Use ~/.claude/CLAUDE.md for global rules that apply everywhere."alwaysThinkingEnabled": true in settings. Claude thinks harder on every prompt — better reasoning, fewer mistakes, worth the extra tokens.~/.claude/skills/.settings.json under "enabledPlugins"."voiceEnabled": true in settings. Talk to Claude instead of typing — great for brainstorming, describing UIs, or working hands-free..claude/settings.json in any repo for project-specific tool permissions, MCP servers, and hooks. Team members get the same config automatically.~/.claude/skills/my-skill/SKILL.md with frontmatter (name, description, trigger phrases) and markdown instructions. Claude auto-loads them. Skills are just markdown files — no API needed.gcloud auth print-access-token + curl to Vertex AI. No API keys needed. Works with Imagen 4 for images, Veo 2 for video. Gemini skill has the exact endpoints and request format.vercel --prod deploys it → LinkedIn Post skill writes the announcement. Full launch pipeline.git checkout in your main tree. Use git worktree add ../feat-name feat/name for each Claude agent. They work in isolation, you review and merge. Delete worktrees after./plan to design the approach → exit plan to implement → /review to catch issues → commit and push. Use the Superpowers skills for each step — they enforce discipline.vercel --prod, and configure custom domains — all without leaving the conversation. Have your CF API key and email ready.@src/auth.ts add OAuth support matching the existing patterns. Claude reads the file and follows your conventions instead of guessing./fast uses the same model with faster output — great for edits, formatting, small changes. Switch back for architecture decisions, debugging, or multi-file changes.settings.json to auto-run commands on events. Auto-lint after edits, auto-format on save, auto-test after commits. Claude's actions trigger your pipeline./schedule creates cron-based remote agents. Set up daily code reviews, dependency vulnerability checks, or automated refactoring proposals that run on autopilot./resume restores your full conversation context. Also works across different terminal sessions.Esc = stop generation. Esc Esc = undo last action. Ctrl+C = cancel input. ! prefix = run shell command inline. @file = reference a file.imagen-4.0-generate-001 on Vertex AI for the highest quality. Auth with gcloud auth print-access-token — no separate API key needed. ~$0.07/image.mix-blend-mode: lighten in CSS — black pixels become invisible. Instant transparent-on-dark-UI effect.