plugins marketplace
← All plugins

service-mesh-configurator

v1.24.0

Configure service mesh (Istio, Linkerd) for microservices

Claude Code1 skill

by Claude Code PluginsMIT2.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/devops/service-mesh-configurator/ inside the repository.

Layout

plugins/devops/service-mesh-configurator/
├── .claude-plugin/plugin.json
└── skills/configuring-service-meshes/SKILL.md

Skills1

configuring-service-meshesskills/configuring-service-meshes/SKILL.md

Configure this skill configures service meshes like istio and linkerd for microservices. it generates production-ready configurations, implements best practices, and ensures a security-first approach. use this skill when the user asks to "configure service ... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/devops/service-mesh-configurator/.claude-plugin/plugin.json
{
  "name": "service-mesh-configurator",
  "version": "1.24.0",
  "description": "Configure service mesh (Istio, Linkerd) for microservices",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "service-mesh",
    "istio",
    "linkerd",
    "microservices",
    "devops",
    "agent-skills"
  ]
}