plugins marketplace
← All plugins

forge-infra

v1.9.1

Build production-grade infrastructure as code for a service or project. Use when asked to "set up infra", "provision infrastructure", "create cloud resources", "IaC for this project", "terraform for this", or "deploy this service".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/forge-infra/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/forge-infra/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

forge-infraSKILL.md

Build production-grade infrastructure as code for a service or project. Use when asked to "set up infra", "provision infrastructure", "create cloud resources", "IaC for this project", "terraform for this", or "deploy this service".

Manifests1

plugins/ai-agency/tonone/skills/forge-infra/.claude-plugin/plugin.json
{
  "name": "forge-infra",
  "version": "1.9.1",
  "description": "Build production-grade infrastructure as code for a service or project. Use when asked to \"set up infra\", \"provision infrastructure\", \"create cloud resources\", \"IaC for this project\", \"terraform for this\", or \"deploy this service\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "forge",
    "skill"
  ]
}