# Deploy

> Generate deployment configs — Dockerfiles, CI/CD pipelines, and infrastructure

- **Type:** Skill
- **Install:** `agentstack add skill-amelmo-loadout-deploy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AmElmo](https://agentstack.voostack.com/s/amelmo)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AmElmo](https://github.com/AmElmo)
- **Source:** https://github.com/AmElmo/loadout/tree/main/fixtures/home/.agents/skills/deploy

## Install

```sh
agentstack add skill-amelmo-loadout-deploy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Deploy

Generate production-ready deployment configurations for the current project:

1. **Detect**: Identify project type, runtime, package manager, framework
2. **Dockerfile**: Multi-stage build optimized for size and security (non-root user)
3. **CI/CD**: GitHub Actions workflow — lint, test, build, deploy
4. **Env template**: `.env.example` with all required variables documented
5. **Health check**: `/health` endpoint returning service status and version
6. **Monitoring**: Basic structured logging and error reporting setup

## Best Practices

- Use specific base image tags (not `latest`)
- Cache dependency installation layers
- Run as non-root user in production
- Include `HEALTHCHECK` instruction in Dockerfile
- Use GitHub Environments for staging/production secrets
- Add deployment protection rules for production

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AmElmo](https://github.com/AmElmo)
- **Source:** [AmElmo/loadout](https://github.com/AmElmo/loadout)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-amelmo-loadout-deploy
- Seller: https://agentstack.voostack.com/s/amelmo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
