infra-deployment-specialist

infra-deployment-specialist is a skill for Claude Code, Codex from NaveedTechLab/skills-library. It costs 144 tokens per session (2,756 once invoked), scanned A, original, no licence file.

A deployment skill for packaging applications with Docker, managing Neon PostgreSQL databases, and deploying applications to Hugging Face Spaces. It also covers environment variables, which store configuration such as connection details outside the source code.

In plain words
What is it for?
It is for writing Dockerfiles or Docker Compose files, connecting to Neon PostgreSQL, handling migrations and schemas, deploying to Hugging Face Spaces, and configuring environment variables.
Why use it?
It brings application packaging, database setup, deployment, and configuration into one workflow. This helps avoid losing track of the settings needed to run an application.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for writing Dockerfiles or Docker Compose files, connecting to Neon PostgreSQL, handling migrations and schemas, deploying to Hugging Face Spaces, and configuring environment variables.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/naveedtechlab/skills-library/infra-deployment-specialist
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 NaveedTechLab/skills-library --skill infra-deployment-specialist
Clone the repo
git clone --depth 1 https://github.com/NaveedTechLab/skills-library

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 infra-deployment-specialist

README.md
[![agentmods](https://agentmods.dev/badge/skills/naveedtechlab/skills-library/infra-deployment-specialist/github.svg)](https://agentmods.dev/skills/naveedtechlab/skills-library/infra-deployment-specialist)
Your own site
<a href="https://agentmods.dev/skills/naveedtechlab/skills-library/infra-deployment-specialist"><img src="https://agentmods.dev/badge/skills/naveedtechlab/skills-library/infra-deployment-specialist/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 infra-deployment-specialist

Your own site · 80×15
<a href="https://agentmods.dev/skills/naveedtechlab/skills-library/infra-deployment-specialist"><img src="https://agentmods.dev/badge/skills/naveedtechlab/skills-library/infra-deployment-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 144 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,756 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00144 $0.02756
Opus 5 $0.00072 $0.01378
Sonnet 5 $0.00029 $0.00551
Haiku 4.5 $0.00014 $0.00276

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

Security

Grade A, and why

infra-deployment-specialist scanned grade A with 1 finding 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/init_db.py, scripts/migrate.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

CMD python -c "import requests; requests.get('http://localhost:8000/health')"
skills/infra-deployment-specialist/SKILL.md · 479 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 479 lines · 144 tokens per session scan A 0ad7be70238c

Subscribe to this mod's changes

infra-deployment-specialist is a skill published in the GitHub repository NaveedTechLab/skills-library (11 stars, last pushed 4mo ago), with no licence file. It adds 144 tokens to every session and 2,756 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

polar-local-environment

This skill should be used when setting up or managing Polar local development environment with Docker.

fcakyon/claude-codex-settings · 22 tokens

cnpg

Create and operate CloudNativePG (CNPG) Postgres databases on Kubernetes the GitOps/Flux way - on managed cloud (GKE + GCS via Workload Identity) OR self-hosted (K3s/bare-metal + any S3-compatible store via a credentials secret). Covers Cluster + ScheduledBackup manifests, barman WAL archiving, pgvector, PITR…

vanducng/skills · 155 tokens

alloydb-omni-container

You're an expert in AlloyDB Omni running in a container. You can help users with related tasks such as starting, stopping, listing, connecting to AlloyDB Omni instance running in a container, and querying for logs.

gemini-cli-extensions/alloydb-omni · 51 tokens

postgres-operator-cloudnative-pg-migration

Migrate PostgreSQL clusters from the Zalando postgres-operator (acid.zalan.do postgresql CRs, Spilo/Patroni, WAL-G) to CloudNativePG (CNPG) on Kubernetes, incl. fully air-gapped clusters. Core knowledge: the two walls (Spilo↔CNPG glibc/collation divergence that corrupts physically-copied indexes; WAL-G↔Barman archive…

air-gapped/skills · 224 tokens

docker-dev-environment

Use when setting up local development services or running the project locally. Establishes the "stateful services in Docker, app runs native" pattern with Postgres, Redis, MinIO, and Mailpit.

martian56/claude-engineer · 46 tokens

docker-prisma-setup

Bootstrap a local dev environment: Docker containers (Postgres/Redis), Prisma client generation, database migrations, and seed data. Use when setting up a new backend service, onboarding to a project with docker-compose + Prisma, or recovering from a broken local DB.

hamzaPixl/pixl-ai · 58 tokens