Pulumi Typescript

🌐Community
by dirien · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add pulumi-typescript npx -- -y @trustedskills/pulumi-typescript
2

Or manually add to ~/.claude/settings.json

~/.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 up or pulumi destroy commands 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
dirien
Installs
61

🌐 Community

Passed automated security scans.