new-pulumi-project

new-pulumi-project is a skill for Claude Code, Codex from mitodl/ol-infrastructure. It costs 43 tokens per session (911 once invoked), scanned A, original, BSD-3-Clause.

A step-by-step guide for creating a new Pulumi project in an infrastructure monorepo, a repository that contains multiple related projects.

In plain words
What is it for?
Creating a branch, choosing a project type, scaffolding files with Copier, and placing the project in the repository's expected module path.
Why use it?
It reduces setup mistakes when starting infrastructure or application projects that use Pulumi to define cloud resources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Creating a branch, choosing a project type, scaffolding files with Copier, and placing the project in the repository's expected module path.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mitodl/ol-infrastructure/new-pulumi-project
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 mitodl/ol-infrastructure --skill new-pulumi-project
Clone the repo
git clone --depth 1 https://github.com/mitodl/ol-infrastructure

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 new-pulumi-project

README.md
[![agentmods](https://agentmods.dev/badge/skills/mitodl/ol-infrastructure/new-pulumi-project/github.svg)](https://agentmods.dev/skills/mitodl/ol-infrastructure/new-pulumi-project)
Your own site
<a href="https://agentmods.dev/skills/mitodl/ol-infrastructure/new-pulumi-project"><img src="https://agentmods.dev/badge/skills/mitodl/ol-infrastructure/new-pulumi-project/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 new-pulumi-project

Your own site · 80×15
<a href="https://agentmods.dev/skills/mitodl/ol-infrastructure/new-pulumi-project"><img src="https://agentmods.dev/badge/skills/mitodl/ol-infrastructure/new-pulumi-project.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 911 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00043 $0.00911
Opus 5 $0.00022 $0.00456
Sonnet 5 $0.00009 $0.00182
Haiku 4.5 $0.00004 $0.00091

Measured 11d ago against content hash 268c25273240, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

new-pulumi-project 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 11d 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.

agents/skills/new-pulumi-project/SKILL.md · 106 lines

How it starts

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

Creating a New Pulumi Project

When to use

Use this skill whenever you need to create a new Pulumi project in the ol-infrastructure monorepo — whether it's an infrastructure, application, or substructure project.

Prerequisites

  • You are at the root of the ol-infrastructure repo
  • copier, pulumi, and uv are installed and on your PATH
  • You are logged in to Pulumi: pulumi login s3://mitol-pulumi-state

Steps

1. Create a feature branch

git checkout -b <branch-name>

2. Scaffold the project with copier

Run from the repo root. Copier will interactively prompt for:

  • project_name — snake_case name used for the directory and stack prefix (e.g. qdrant_cloud)
  • project_type — one of application, substructure, or infrastructure
  • project_description — human-readable description for Pulumi.yaml

You should choose a target module path under src/ol_infrastructure that matches the existing directory layout for the kind of project you're creating. For example:

  • Application: applications/<project_name>
  • Infrastructure: infrastructure/aws/<project_name> (or another direct child path that matches existing projects)
  • Substructure: substructure/<project_name> (or a more specific nested path under an existing substructure hierarchy, if applicable)

Use that module path as the copier destination:

copier copy copier_templates/pulumi_project/ src/ol_infrastructure/<target_module_path>

The generated Pulumi.yaml backend is pre-set to s3://mitol-pulumi-state/.

3. Initialize stacks

Navigate into the new project directory and initialize CI, QA, and Production stacks. Each stack uses a KMS key scoped to its environment.

cd src/ol_infrastructure/<target_module_path>

# <namespace> should match the dotted module path for this project,
# for example: applications.mitxonline or infrastructure.aws.myproject
pulumi stack init <namespace>.CI \
  --secrets-provider=awskms://alias/infrastructure-secrets-ci

pulumi stack init <namespace>.QA \
  --secrets-provider=awskms://alias/infrastructure-secrets-qa

pulumi stack init <namespace>.Production \
  --secrets-provider=awskms://alias/infrastructure-secrets-production

Read the full file on GitHub · 106 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. 11d ago First seen · 106 lines · 43 tokens per session scan A 268c25273240

Subscribe to this mod's changes

new-pulumi-project is a skill published in the GitHub repository mitodl/ol-infrastructure (58 stars, last pushed today), licensed BSD-3-Clause. It adds 43 tokens to every session and 911 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

aws-collector-tool

AWS infrastructure collector. Fetches ECS status, CloudWatch logs, and metrics. Use when: checking ECS health, inspecting CloudWatch error logs, pulling infra metrics, or monitoring AWS resources.

xuiltul/animaworks · 43 tokens

kubectl_onprem

On-prem Kubernetes cluster integration for running kubectl commands via Aurora agent relay or uploaded kubeconfig.

Arvo-AI/aurora · 23 tokens

aws-essentials

Use when standing up the core AWS surface a small product needs: hardening a fresh account, a private S3 bucket, encrypted RDS Postgres, ECS Fargate vs EC2, CloudFront + OAC, or scoping an IAM policy to least privilege. NOT the CI pipeline that ships the container (that is deployment), NOT app-code access-control…

ericrisco/rsc-harness · 89 tokens

aws-expert

Expert-level AWS cloud architecture, services, security, cost optimization, and best practices. Use when the user mentions cloud, infrastructure, devops, or serverless, or when the task involves Compute Services, Storage Services, Database Services, or Networking.

personamanagmentlayer/pcl · 54 tokens

aws-cloud-penetration-testing

Penetration test AWS cloud environments for misconfigurations, privilege escalation, data exposure, and lateral movement. Use this skill when assessing AWS accounts for security weaknesses including S3 bucket misconfigurations, IAM policy flaws, EC2 metadata exploitation, Lambda function abuse, and cross-account…

ShulkwiSEC/bb-huge · 75 tokens

aws-cdk-discipline

AWS infrastructure policy for fermi-agentcore - all changes through CDK committed to main, Fermi AWS access is read-only verification.

abel30567/fermi-mcp · 32 tokens