configuring-auto-scaling-policies

Configure use when you need to work with auto-scaling.

Content Preview
---
name: configuring-auto-scaling-policies
description: |
  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".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/configuring-auto-scaling-policies.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/auto-scaling-configurator/skills/configuring-auto-scaling-policies/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/auto-scaling-configurator/skills/configuring-auto-scaling-policies/SKILL.md

Related Skills