deploy-planner

deploy-planner is a skill for Claude Code, Codex from Aizaz-Noor/Agent-Startup-Skills. It costs 52 tokens per session (683 once invoked), scanned A, original, MIT.

A deployment-planning task that prepares an application for hosting on the internet. It creates Docker and CI/CD configuration and gives step-by-step launch instructions based on the technology used.

In plain words
What is it for?
It helps choose a free-tier host, generate a production Dockerfile and local docker-compose setup, create an environment-variable example, configure CI/CD, and prepare a launch checklist.
Why use it?
It removes the guesswork between code running on a developer's machine and an application running online. It also organizes environment settings, local containers, health checks, and deployment checks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit It helps choose a free-tier host, generate a production Dockerfile and local docker-compose setup, create an environment-variable example, configure CI/CD, and prepare a launch checklist.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aizaz-noor/agent-startup-skills/deploy-planner
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Aizaz-Noor/Agent-Startup-Skills --skill deploy-planner
Clone the repo
git clone --depth 1 https://github.com/Aizaz-Noor/Agent-Startup-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deploy-planner

README.md
[![agentmods](https://agentmods.dev/badge/skills/aizaz-noor/agent-startup-skills/deploy-planner/github.svg)](https://agentmods.dev/skills/aizaz-noor/agent-startup-skills/deploy-planner)
Your own site
<a href="https://agentmods.dev/skills/aizaz-noor/agent-startup-skills/deploy-planner"><img src="https://agentmods.dev/badge/skills/aizaz-noor/agent-startup-skills/deploy-planner/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deploy-planner

Your own site · 80×15
<a href="https://agentmods.dev/skills/aizaz-noor/agent-startup-skills/deploy-planner"><img src="https://agentmods.dev/badge/skills/aizaz-noor/agent-startup-skills/deploy-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 683 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00683
Opus 5 $0.00026 $0.00342
Sonnet 5 $0.00010 $0.00137
Haiku 4.5 $0.00005 $0.00068

Measured 12d ago against content hash 77055040eb60, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

deploy-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/deploy-planner/SKILL.md · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deploy Planner — Launch Preparation Agent

Purpose

Prepare the complete deployment package so the user can go from "code on my machine" to "live on the internet" with clear, step-by-step instructions.

When to Use

  • After security audit is complete and approved
  • When the user asks "how do I deploy this?"
  • As the final phase of the SaaS Accelerator pipeline

Process

Step 1: Deployment Target Selection

Recommend a free-tier hosting platform based on the tech stack:

Tech Stack Recommended Host Free Tier Limits
Next.js Vercel 100GB bandwidth/month
Node.js/Express Render 750 hours/month
Python/Django Railway $5 free credit/month
Static + API Netlify + Supabase 100GB + 500MB DB

Step 2: Docker Configuration

Generate a production Dockerfile:

  • Multi-stage build (build stage + production stage)
  • Non-root user
  • Health check endpoint
  • Minimal image size

Generate a docker-compose.yml for local development:

  • App service
  • Database service
  • Volume mounts for persistence
  • Environment variable passthrough

Step 3: Environment Setup Guide

Create a .env.production.example with:

  • Every required variable
  • Description of what each variable does
  • Where to obtain each value (e.g., "Get from Supabase dashboard")

Step 4: Deployment Guide

Write a step-by-step guide:

## Deploy to [Platform]

### Prerequisites
- [ ] Account on [platform]
- [ ] Git repository pushed to GitHub

### Steps
1. Go to [platform dashboard URL]
2. Click "New Project" → "Import from GitHub"
3. Select your repository
4. Set environment variables: [list each one]
5. Click "Deploy"
6. Wait for build to complete (~2-3 minutes)
7. Visit your live URL: https://your-app.vercel.app

### Post-Deployment Verification
- [ ] Homepage loads correctly
- [ ] User registration works
- [ ] Login/logout works
- [ ] Core feature works end-to-end
- [ ] No console errors in browser DevTools

Step 5: Project README

Generate the final README.md for the project repository:

  • Project name and one-line description
  • Tech stack badges
  • Features list
  • Local development setup (step-by-step)
  • Deployment instructions
  • Environment variables reference
  • Contributing guidelines
  • License

Read the full file on GitHub · 104 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 104 lines · 52 tokens per session scan A 77055040eb60

Subscribe to this mod's changes

deploy-planner is a skill published in the GitHub repository Aizaz-Noor/Agent-Startup-Skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 52 tokens to every session and 683 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ci-cd-devops-architect

Expert guide for continuous integration, deployment pipelines, Docker, Kubernetes, and Infrastructure as Code (IaC) / Panduan ahli untuk CI/CD dan infrastruktur.

roedyrustam/vibes-plug · 40 tokens

devops-cicd

Use this skill for CI/CD pipelines, Docker containerization, Kubernetes orchestration, cloud infrastructure, Infrastructure as Code (IaC), deployment strategies, monitoring, observability, and DevSecOps. Trigger on keywords: pipeline, Docker, Kubernetes, K8s, CI/CD, GitHub Actions, Terraform, cloud, AWS, GCP, Azure…

jamestorrevillas/dev-skills · 91 tokens

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

Jamkris/everything-gemini-code · 31 tokens

cicd-pipeline-setup

Group skill: CI/CD pipeline setup — GitHub Actions, GitLab CI, Docker build, Kubernetes, Helm, Terraform, secrets, monitoring, and GitOps.

may215/antigravity-awesome-group-skills · 41 tokens

dev-environment-setup

Group skill: Set up a new development environment — project init, toolchain, package manager, dev container, editor config, git hooks, database, env vars, documentation, and CI/CD.

may215/antigravity-awesome-group-skills · 45 tokens

deployment-patterns

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

affaan-m/ECC · 41 tokens