plugins marketplace
← All plugins

relay-recon

v1.9.1

Map the full CI/CD pipeline — triggers, build, test, deploy flow — with risk assessment. Use when asked "how does this deploy", "map the pipeline", or "understand CI/CD".

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

Layout

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

Skills1

relay-reconSKILL.md

Map the full CI/CD pipeline — triggers, build, test, deploy flow — with risk assessment. Use when asked "how does this deploy", "map the pipeline", or "understand CI/CD".

Manifests1

plugins/ai-agency/tonone/skills/relay-recon/.claude-plugin/plugin.json
{
  "name": "relay-recon",
  "version": "1.9.1",
  "description": "Map the full CI/CD pipeline — triggers, build, test, deploy flow — with risk assessment. Use when asked \"how does this deploy\", \"map the pipeline\", or \"understand CI/CD\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "relay",
    "skill"
  ]
}