plugins marketplace
← All plugins

auto-scaling-configurator

v1.25.0

Configure auto-scaling policies for applications and infrastructure

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/auto-scaling-configurator/ inside the repository.

Layout

plugins/devops/auto-scaling-configurator/
├── .claude-plugin/plugin.json
└── skills/configuring-auto-scaling-policies/SKILL.md

Skills1

configuring-auto-scaling-policiesskills/configuring-auto-scaling-policies/SKILL.md

Configure use when you need to work with auto-scaling. This skill provides auto-scaling configuration with comprehensive guidance and automation. Trigger with phrases like "configure auto-scaling", "set up elastic scaling", or "implement scaling".

Manifests1

plugins/devops/auto-scaling-configurator/.claude-plugin/plugin.json
{
  "name": "auto-scaling-configurator",
  "version": "1.25.0",
  "description": "Configure auto-scaling policies for applications and infrastructure",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "autoscaling",
    "scaling",
    "hpa",
    "kubernetes",
    "devops",
    "agent-skills"
  ]
}