initial-deployment

initial-deployment is a skill for Claude Code, Codex from zeeshanhanif/agentic-sdlc-kit. It costs 201 tokens per session (2,755 once invoked), scanned A, original, Apache-2.0.

A procedure for taking a prepared application from deployment configuration to a running cloud environment. It reads the chosen platform and setup from the project's architecture documents, then provisions and checks the real infrastructure.

In plain words
What is it for?
Use it for an application's first cloud deployment, including creating environments and infrastructure from repository configuration and verifying the result against the selected provider.
Why use it?
It fills the gap between having deployment files and actually running the application online. It also makes missing deployment decisions, credentials, and billable resources visible before execution.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/zeeshanhanif/agentic-sdlc-kit/initial-deployment
Any agent
npx skills add zeeshanhanif/agentic-sdlc-kit --skill initial-deployment
Clone the repo
git clone --depth 1 https://github.com/zeeshanhanif/agentic-sdlc-kit

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 initial-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/zeeshanhanif/agentic-sdlc-kit/initial-deployment.svg)](https://agentmods.dev/skills/zeeshanhanif/agentic-sdlc-kit/initial-deployment)
Your own site
<a href="https://agentmods.dev/skills/zeeshanhanif/agentic-sdlc-kit/initial-deployment"><img src="https://agentmods.dev/badge/skills/zeeshanhanif/agentic-sdlc-kit/initial-deployment.svg" alt="Measured on agentmods" height="20"></a>
Per session 201 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00201 $0.02755
Opus 5 $0.00101 $0.01378
Sonnet 5 $0.00040 $0.00551
Haiku 4.5 $0.00020 $0.00276

Measured 3d ago against content hash 483428da0f98, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

initial-deployment 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 3d 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.

skills/initial-deployment/SKILL.md · 238 lines

How it starts

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

Initial Deployment

The bridge from deploy-ready to running. Scaffolding wrote the deployment configs, environment parameterization, and CI — and stopped, by contract, at "the initial deployment is the user's step." This skill is that step, with the same character as scaffolding: real execution against live reality, empirical verification, honest notes, and checkpointed progress that never blindly re-provisions.

Three principles govern it:

  1. The target is an input, never a decision. The architecture's ADRs and deployment view chose the cloud/platform and topology; this skill reads and executes them. Gaps (a region never stated, a service tier unnamed) are elicited — and flagged as candidate architecture amendments. The process is cloud-agnostic; the run is cloud-specific; CLI names, flags, and console steps are verified against live provider docs at run time — never recited from memory (they drift faster than generators do).
  2. Money and credentials get gates. Provisioning creates billable resources: the deployment plan (what gets created, environments, rough cost class) is played back for one explicit confirmation before anything is created. Credentials stay in the user's hands: the skill preflights that the provider CLI is authenticated and blocks with instructions when it isn't — it never asks for, stores, or writes a credential or secret value anywhere (configs reference secret stores; values enter those stores through the provider's own mechanism, user-driven).
  3. Deployed means demonstrated. The run ends with the system observed live: the skeleton's end-to-end path exercised against the deployed environment (closing the done-when's pending deployed half), CD proven by an actual pipeline-driven deploy, restore actually performed once — claims are exhibits, observations are evidence.

When to run

Recommended early — right after scaffolding, deploying the walking skeleton itself: that's the walking-skeleton philosophy (prove the system deploys before features pile on), and it makes every later feature continuously deployable. Running later, after features exist, is fully supported — the same process deploys whatever the repo currently holds, and Phase 8 is more valuable then (accumulated pending-environment NFRs finally become measurable). Say the trade-off plainly when features exist: this first push ships N features' worth of system at once, so a failure has many more candidate causes than an early skeleton deploy would — and the E2E exercise in Phase 6 covers the whole current suite accordingly.

Read the full file on GitHub · 238 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 238 lines · 201 tokens per session scan A 483428da0f98

Subscribe to this mod's changes

initial-deployment is a skill published in the GitHub repository zeeshanhanif/agentic-sdlc-kit (5 stars, last pushed 7d ago), licensed Apache-2.0. It adds 201 tokens to every session and 2,755 once invoked, about $0.0010 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

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

rule

Skill "rule" from x-cmd/x-cmd, covering rule — rules to rule, 核心命令, 规则文件格式, 示例 and 验证规则文件格式.

x-cmd/x-cmd · 0 tokens

cve

Look up CVE records via x cve — cached, zero-API-key, daily xz TSV. Load for cve, vulnerability id, kev, epss, nvd, cvelist, or security advisory.

x-cmd/x-cmd · 49 tokens

scaffold

Generate deployment-ready infrastructure code from an architecture plan, verify it with adversarial self-review, and bridge to validation — all without deploying.

microsoft/azure-skills · 0 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens

atmos-auth

Authentication and identity management: providers (SSO/SAML/OIDC/GCP/Atmos Pro), identities, keyring, identity chaining, login/exec/shell/console, and github/sts for private GitHub access.

cloudposse/atmos · 48 tokens