Agent Skills
Agent skills are packaged instructions that extend AI coding assistants with specialized capabilities for Haloy deployment.
Supported tools:
Installation
npx skills add haloydev/agent-skills
npx skills add haloydev/agent-skills
pnpm dlx skills add haloydev/agent-skills
pnpm dlx skills add haloydev/agent-skills
bunx skills add haloydev/agent-skills
bunx skills add haloydev/agent-skills
Dockerize
Creates production-ready Dockerfiles optimized for Haloy deployment.
What it does:
- Detects your project type (package.json, Cargo.toml, go.mod, requirements.txt, etc.)
- Checks for health endpoint and offers to create one if missing
- Creates optimized multi-stage Dockerfile with appropriate base images and non-root user
- Generates .dockerignore
- Suggests haloy.yaml configuration
Supported frameworks: TanStack Start, Next.js, Vite/React, Node.js/Express, Python/FastAPI, Django, Go, Rust, Ruby/Rails, PHP/Laravel
Haloy Config
Generates haloy.yaml configuration files for deployment.
What it does:
- Checks for Dockerfile (suggests dockerize skill if missing)
- Detects project type and infers defaults (app name, port, health check path)
- Asks for server URL and domain
- Generates complete haloy.yaml ready for deployment
Framework port defaults:
| Framework | Port |
|---|---|
| Next.js, TanStack Start, Express, Rails | 3000 |
| Django, FastAPI, PHP/Laravel | 8000 |
| Flask | 5000 |
| Go, Rust | 8080 |