Claude Code plugins, agents, and MCP servers for platform engineering teams.
| Plugin | Description |
|---|---|
| platform-tools | Production debugging agents, ops skills, and example partner API MCP server |
- Open Claude Code and run
/plugin - Navigate to Marketplaces → Add marketplace
- Enter:
ruminaider/agentic-tooling - Go back to Available tab and install
platform-tools
Install MCP server dependencies:
cd ~/.claude/plugins/platform-tools/mcp-servers/example-partner-api && npm installSet required environment variables in your shell profile:
export PARTNER_API_KEY="your-key-here"Restart Claude Code to pick up the MCP server.
After new changes are pushed to this repo:
- Run
/plugin→ Marketplaces → selectagentic-tooling→ Update - Reinstall the plugin from the Available tab
agentic-tooling/
└── plugins/
└── platform-tools/ # Debugging agents, ops skills, MCP servers
├── agents/ # alert-investigator, ops-debugger, code-reviewer, etc.
├── skills/ # investigate
├── mcp-servers/ # example-partner-api
└── hooks/
See each plugin's README for detailed documentation.