Generate and lint Dockerfiles for common languages and frameworks. Use when creating container configs.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill dockerfile-builder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dockerfile Builder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-dockerfile-builder)More formats (shields.io, HTML) on the badges page.
---
name: "dockerfile-builder"
version: "3.0.0"
description: "Generate and lint Dockerfiles for common languages and frameworks. Use when creating container configs."
author: "BytesAgain"
homepage: "https://bytesagain.com"
---
# dockerfile-builder
Generate and lint Dockerfiles for common languages and frameworks. Use when creating container configs.
## Commands
### `create`
```bash
scripts/script.sh create <language>
```
### `lint`
```bash
scripts/script.sh lint <file>
```
### `optimize`
```bash
scripts/script.sh optimize <file>
```
### `template`
```bash
scripts/script.sh template <type>
```
### `scan`
```bash
scripts/script.sh scan <file>
```
### `list`
```bash
scripts/script.sh list
```
## Data Storage
Data stored in `~/.local/share/dockerfile-builder/`.
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.