diff --git a/package-lock.json b/package-lock.json index c747c9ec..99bb6334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antigravity-awesome-skills", - "version": "5.5.0", + "version": "5.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "antigravity-awesome-skills", - "version": "5.5.0", + "version": "5.9.0", "license": "MIT", "bin": { "antigravity-awesome-skills": "bin/install.js" diff --git a/skills/infrastructure/aws-cost-cleanup/SKILL.md b/skills/infrastructure/aws-cost-cleanup/SKILL.md index b17db4fe..54234fc2 100644 --- a/skills/infrastructure/aws-cost-cleanup/SKILL.md +++ b/skills/infrastructure/aws-cost-cleanup/SKILL.md @@ -1,7 +1,7 @@ --- name: aws-cost-cleanup description: Automated cleanup of unused AWS resources to reduce costs -risk: medium +risk: safe source: community category: infrastructure tags: [aws, automation, cost-reduction, cleanup, kiro-cli] @@ -11,6 +11,10 @@ tags: [aws, automation, cost-reduction, cleanup, kiro-cli] Automate the identification and removal of unused AWS resources to eliminate waste. +## When to Use + +Use this skill when you need to automatically clean up unused AWS resources to reduce costs and eliminate waste. + ## Automated Cleanup Targets **Storage** diff --git a/skills/infrastructure/aws-cost-optimizer/SKILL.md b/skills/infrastructure/aws-cost-optimizer/SKILL.md index b62b8ff7..f90d58eb 100644 --- a/skills/infrastructure/aws-cost-optimizer/SKILL.md +++ b/skills/infrastructure/aws-cost-optimizer/SKILL.md @@ -1,7 +1,7 @@ --- name: aws-cost-optimizer description: Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer -risk: low +risk: safe source: community category: infrastructure tags: [aws, cost-optimization, finops, cloud-economics, kiro-cli] @@ -11,6 +11,10 @@ tags: [aws, cost-optimization, finops, cloud-economics, kiro-cli] Analyze AWS spending patterns, identify waste, and provide actionable cost reduction strategies. +## When to Use + +Use this skill when you need to analyze AWS spending, identify cost optimization opportunities, or reduce cloud waste. + ## Core Capabilities **Cost Analysis**