adr
Write an Architecture Decision Record documenting a significant technical decision.
Build a Docker image with best practices for caching, security, and size optimization.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/build-imageContext preview
What this command does when you run it.
Build a Docker image with best practices for caching, security, and size optimization.
name: build-image description: Build a Docker image with best practices for caching, security, and size optimization.
Build a Docker image with best practices for caching, security, and size optimization.
1. Read the existing Dockerfile or generate one if missing. 2. Analyze the build context:
3. Build the image with build arguments:
4. Verify the build:
5. Tag appropriately:
6. Report build results and image details.
Docker Build: <name>:<tag> Base: <base-image> Size: <size>MB (layers: <N>) Build time: <duration> Vulnerabilities: <C>critical, <H>high, <M>medium Smoke test: <pass/fail> Push: docker push <registry>/<name>:<tag>
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.