manastalukdar/ai-devstudio

infrastructure

Infrastructure as Code generation for Terraform, CloudFormation, and Pulumi

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill infrastructure

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,000 B
  • docs SUMMARY.md 97 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 7 installs

SKILL.md

Infrastructure as Code (IaC) Management

I'll help you create, validate, and manage Infrastructure as Code templates for cloud deployments.

Supported IaC Tools:

  • Terraform: HashiCorp's industry-standard IaC tool
  • AWS CloudFormation: Native AWS infrastructure management
  • Pulumi: Modern IaC with programming language support

Arguments: $ARGUMENTS - IaC tool preference, resource type, or cloud provider


Token Optimization

Expected range: 600–2,800 tokens (initial), 200 tokens (cache hit)

Caching: Caches infrastructure setup in .claude/cache/infrastructure/setup.json for 7 days. Invalidated when IaC files change.

Early exit: Returns immediately if existing infrastructure matches the requested configuration.

Patterns used: Grep-before-Read, early exit, template-based generation, caching