apiops-deployment

apiops-deployment is a skill for Claude Code, Codex from thomast1906/github-copilot-agent-skills. It costs 62 tokens per session (3,630 once invoked), scanned A, original, no licence file.

A deployment guide for Azure API Management infrastructure using code and automated delivery pipelines. Infrastructure as Code means describing cloud resources in files; CI/CD pipelines automatically build, test, and deploy changes.

In plain words
What is it for?
Writing Bicep or Terraform configurations, creating GitHub Actions or Azure DevOps pipelines, and setting up APIOps promotion workflows.
Why use it?
It helps make API Management deployments repeatable and move changes through development, testing, and production in a controlled way.

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/thomast1906/github-copilot-agent-skills/apiops-deployment
Any agent
npx skills add thomast1906/github-copilot-agent-skills --skill apiops-deployment
Clone the repo
git clone --depth 1 https://github.com/thomast1906/github-copilot-agent-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 apiops-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomast1906/github-copilot-agent-skills/apiops-deployment.svg)](https://agentmods.dev/skills/thomast1906/github-copilot-agent-skills/apiops-deployment)
Your own site
<a href="https://agentmods.dev/skills/thomast1906/github-copilot-agent-skills/apiops-deployment"><img src="https://agentmods.dev/badge/skills/thomast1906/github-copilot-agent-skills/apiops-deployment.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00062 $0.03630
Opus 5 $0.00031 $0.01815
Sonnet 5 $0.00012 $0.00726
Haiku 4.5 $0.00006 $0.00363

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

Security

Grade A, and why

apiops-deployment 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 4d 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.

Makes network callslowCapability

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

curl -f https://management.azure.com/subscriptions/${{ env.AZURE_SUBSCRIPTION_ID }}/resourceGroups/rg-apim-dev-uks/providers/Microsoft.ApiManagement/service/apim-api-marketplace-dev-uks?api-version=2023-05-01-preview \
.github/skills/apiops-deployment/SKILL.md · 450 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

Files

What ships with it

1 file 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. 4d ago First seen · 450 lines · 62 tokens per session scan A 62cda0c6e952

Subscribe to this mod's changes

apiops-deployment is a skill published in the GitHub repository thomast1906/github-copilot-agent-skills (197 stars, last pushed 1mo ago), with no licence file. It adds 62 tokens to every session and 3,630 once invoked, about $0.0003 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

google-agents-cli-deploy

This skill should be used when the user wants to "deploy an agent", "deploy my ADK agent", "set up CI/CD", "configure secrets", "troubleshoot a deployment", or needs guidance on Agent Runtime, Cloud Run, or GKE deployment targets, or binding an agent to an Agent Gateway. Covers deployment workflows, service accounts…

google/agents-cli · 153 tokens

aws-deployment

Configures CI/CD pipelines using AWS CodePipeline, CodeBuild, CodeDeploy, CodeConnections, and CodeArtifact. Covers CodePipeline V2 (triggers, variables, execution modes, cross-account), buildspec.yml (caching, VPC, Docker), CodeDeploy strategies (blue/green, canary, linear), CodeArtifact (private package registries…

aws/agent-toolkit-for-aws · 189 tokens

use-vercel-action

Wire amondnet/vercel-action into a GitHub Actions workflow to deploy Vercel projects from CI. Use when the user asks to deploy to Vercel from GitHub Actions, add Vercel preview deploys, post a Vercel preview URL on a PR, configure prebuilt Vercel deployments, set up alias domains for previews, create a GitHub…

amondnet/vercel-action · 151 tokens

devops-excellence

DevOps and CI/CD expert. Use when setting up pipelines, containerizing applications, deploying to Kubernetes, or implementing release strategies. Covers GitHub Actions, Docker, K8s, Terraform, and GitOps.

majiayu000/spellbook · 48 tokens

google-cicd-release-orchestration

Use this skill when you need to design Cloud Deploy delivery pipelines or manage releases for applications deploying to Cloud Run or Google Kubernetes Engine (GKE). This skill encodes best practices for multi-environment deployment, deployment strategies (like canary), and release management (including rollbacks and…

gemini-cli-extensions/cicd · 82 tokens

create-install-scripts

Generate CI/CD installation scripts for AWS CDK projects. Use when setting up deployment pipelines, creating install.sh scripts, configuring GitLab CI, or setting up AWS CodeBuild for CDK deployments.

aws-samples/sample-agent-skills-for-builders · 44 tokens