plugins marketplace
← All plugins

forge-recon

v1.9.1

Infrastructure reconnaissance — inventory all cloud resources, map connections, flag risks. Use when asked to "inventory our infra", "what infrastructure do we have", "map our cloud resources", "infra discovery", or "what's running in our cloud".

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-recon/ inside the repository.

Layout

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

Skills1

forge-reconSKILL.md

Infrastructure reconnaissance — inventory all cloud resources, map connections, flag risks. Use when asked to "inventory our infra", "what infrastructure do we have", "map our cloud resources", "infra discovery", or "what's running in our cloud".

Manifests1

plugins/ai-agency/tonone/skills/forge-recon/.claude-plugin/plugin.json
{
  "name": "forge-recon",
  "version": "1.9.1",
  "description": "Infrastructure reconnaissance — inventory all cloud resources, map connections, flag risks. Use when asked to \"inventory our infra\", \"what infrastructure do we have\", \"map our cloud resources\", \"infra discovery\", or \"what's running in our cloud\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "forge",
    "skill"
  ]
}