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.
npx agentmods add instructions/pulumi/agent-skills/agents-mdgit clone --depth 1 https://github.com/pulumi/agent-skillsWrote 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.
[](https://agentmods.dev/instructions/pulumi/agent-skills/agents-md)<a href="https://agentmods.dev/instructions/pulumi/agent-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/pulumi/agent-skills/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.02891 | $0.02891 |
| Opus 5 | $0.01445 | $0.01445 |
| Sonnet 5 | $0.00578 | $0.00578 |
| Haiku 4.5 | $0.00289 | $0.00289 |
Grade A, and why
agent-skills AGENTS.md 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 5d 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.
How it starts
The opening of the file, as written. The whole thing — 277 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pulumi Agent Skills
This repository contains official Pulumi agent skills for infrastructure as code workflows.
Repository Structure
Skills are organized into four plugin groups:
Migration Plugin (migration/)
Skills for converting and importing infrastructure from other tools to Pulumi:
- pulumi-terraform-to-pulumi: Migrate Terraform projects to Pulumi
- pulumi-cdk-to-pulumi: Migrate AWS CDK applications to Pulumi
- cloudformation-to-pulumi: Migrate AWS CloudFormation stacks/templates to Pulumi
- pulumi-arm-to-pulumi: Migrate Azure ARM templates and Bicep to Pulumi
- pulumi-migrate-from-discovered-stack: Migrate a CloudFormation or ARM stack that Pulumi Cloud's Discovery feature has already found, using the discovered-stacks API
Pulumi Plugin (pulumi/)
Entry-point and specialized skills for writing and operating Pulumi infrastructure:
- pulumi-overview: Entry-point skill across
pulumi do, IaC projects, and Pulumi Cloud; routes to specialized skills - pulumi-best-practices: Best practices for writing reliable Pulumi programs
- pulumi-component: Guide for authoring ComponentResource classes
- pulumi-automation-api: Best practices for using Pulumi Automation API
- pulumi-esc: Guidance for working with Pulumi ESC (Environments, Secrets, and Configuration)
- pulumi-debug-failed-operation: Debug a failed
pulumi uporpulumi previewfrom the failure Pulumi already recorded - provider-upgrade: Safe workflows for upgrading Pulumi providers without unintended infrastructure changes
- package-usage: Track which stacks across an organization use a package and at what versions
- pulumi-context-api: Query the Pulumi Context API graph for relationship and impact-analysis questions across an organization's infrastructure
Package Maintenance Plugin (package-maintenance/)
Skills for maintaining Pulumi provider repositories (provider authors and bridge maintainers):
- pulumi-upgrade-provider: Automate Pulumi provider repo upgrades with the upgrade-provider tool
- upstream-patches: Create, amend, remove, and rebase patches for Terraform provider submodules
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.
- 5d ago First seen · 277 lines · 2,891 tokens per session scan A 8cc7eabdcb45
agent-skills AGENTS.md is an instructions file published in the GitHub repository pulumi/agent-skills (67 stars, last pushed 7d ago), licensed Apache-2.0. It adds 2,891 tokens to every session, about $0.0145 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-30.
Other instructions, from other repositories
arness CLAUDE.md
Instructions for AppsVortex/arness, covering claude.md, project purpose, architecture, template management and plugin component conventions.
terragrunt-mcp-server copilot-instructions.md
Copilot instructions for omattsson/terragrunt-mcp-server, covering terragrunt mcp server - ai assistant guide, architecture, key patterns, development and schema drift detection.
nixos CLAUDE.md
Claude Code instructions for Bad3r/nixos, covering nixos repository instructions, repository model, nix configuration, architecture and module system and automatic module discovery.
nixos AGENTS.md
AGENTS.md instructions for Bad3r/nixos, covering agents.md, critical safety rules (read first), never make changes irrecoverable, repository overview and nix configuration.
ship-it open-pr.instructions.md
Instructions for khrichtchatyi/ship-it: When the user asks to open, create, or submit a pull request, follow the skill in skills/open-pr/SKILL.md in full: verify gh is authenticated, resolve the target repository and default branch, push the current branch, open one pull request with a title and body derived from the…
agent-skills CLAUDE.md
Instructions for mindbox-cloud/agent-skills, covering agent-skills — developer guide for claude code, repository purpose, repository structure, how to add a new plugin and step 1 — create the directory structure.