Pulumi Typescript
Automates infrastructure provisioning and management using Pulumi's TypeScript SDK for reliable cloud deployments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pulumi-typescript npx -- -y @trustedskills/pulumi-typescript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pulumi-typescript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pulumi-typescript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with Pulumi using TypeScript, allowing them to define and manage cloud infrastructure as code. It facilitates the automation of resource provisioning, state management, and lifecycle operations within a TypeScript-based workflow.
When to use it
- Automating the creation or modification of cloud resources like AWS S3 buckets or Kubernetes clusters.
- Generating Pulumi stack configurations that adhere to specific TypeScript coding standards.
- Executing
pulumi uporpulumi destroycommands through natural language instructions. - Integrating infrastructure changes into CI/CD pipelines managed by AI agents.
Key capabilities
- Interprets natural language requests into valid TypeScript Pulumi code.
- Manages Pulumi stack states and outputs within the agent's context.
- Executes core Pulumi CLI commands such as preview, up, refresh, and destroy.
- Handles environment variables and configuration options for different cloud providers.
Example prompts
- "Create a new Pulumi TypeScript project that provisions an EC2 instance in us-east-1."
- "Preview the changes required to update the storage size of my existing S3 bucket."
- "Destroy all resources currently managed by the 'dev' Pulumi stack."
Tips & gotchas
Ensure your AI agent has access to the necessary Pulumi CLI credentials and environment variables before attempting infrastructure operations. Be cautious when delegating destructive commands like pulumi destroy without explicit confirmation steps in the prompt.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.