fix: move AWS cost skills to flat structure and remove non-standard frontmatter
- Move skills/infrastructure/aws-cost-* to skills/aws-cost-* - Remove category and tags from frontmatter (non-standard in V4) - Update 'When to Use' to 'When to Use This Skill' per template - Make skills generic (not Kiro-specific) - Run validation chain and update generated files
This commit is contained in:
@@ -75,8 +75,6 @@
|
||||
"web-games": "game-development/web-games",
|
||||
"git-pr-workflow": "git-pr-workflows-git-workflow",
|
||||
"incident-response": "incident-response-incident-response",
|
||||
"aws-cost-cleanup": "infrastructure/aws-cost-cleanup",
|
||||
"aws-cost-optimizer": "infrastructure/aws-cost-optimizer",
|
||||
"javascript-typescript-scaffold": "javascript-typescript-typescript-scaffold",
|
||||
"llm-application-assistant": "llm-application-dev-ai-assistant",
|
||||
"llm-application-agent": "llm-application-dev-langchain-agent",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"generatedAt": "2026-02-08T00:00:00.000Z",
|
||||
"total": 885,
|
||||
"total": 891,
|
||||
"skills": [
|
||||
{
|
||||
"id": "3d-web-experience",
|
||||
@@ -1436,6 +1436,50 @@
|
||||
],
|
||||
"path": "skills/avalonia-zafiro-development/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "aws-cost-cleanup",
|
||||
"name": "aws-cost-cleanup",
|
||||
"description": "Automated cleanup of unused AWS resources to reduce costs",
|
||||
"category": "general",
|
||||
"tags": [
|
||||
"aws",
|
||||
"cost",
|
||||
"cleanup"
|
||||
],
|
||||
"triggers": [
|
||||
"aws",
|
||||
"cost",
|
||||
"cleanup",
|
||||
"automated",
|
||||
"unused",
|
||||
"resources",
|
||||
"reduce",
|
||||
"costs"
|
||||
],
|
||||
"path": "skills/aws-cost-cleanup/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "aws-cost-optimizer",
|
||||
"name": "aws-cost-optimizer",
|
||||
"description": "Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer",
|
||||
"category": "general",
|
||||
"tags": [
|
||||
"aws",
|
||||
"cost",
|
||||
"optimizer"
|
||||
],
|
||||
"triggers": [
|
||||
"aws",
|
||||
"cost",
|
||||
"optimizer",
|
||||
"analysis",
|
||||
"optimization",
|
||||
"recommendations",
|
||||
"cli",
|
||||
"explorer"
|
||||
],
|
||||
"path": "skills/aws-cost-optimizer/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "aws-penetration-testing",
|
||||
"name": "aws-penetration-testing",
|
||||
@@ -11266,61 +11310,6 @@
|
||||
],
|
||||
"path": "skills/infinite-gratitude/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "infrastructure/aws-cost-cleanup",
|
||||
"name": "aws-cost-cleanup",
|
||||
"description": "Automated cleanup of unused AWS resources to reduce costs",
|
||||
"category": "workflow",
|
||||
"tags": [
|
||||
"aws",
|
||||
"automation",
|
||||
"cost-reduction",
|
||||
"cleanup",
|
||||
"kiro-cli"
|
||||
],
|
||||
"triggers": [
|
||||
"aws",
|
||||
"automation",
|
||||
"cost-reduction",
|
||||
"cleanup",
|
||||
"kiro-cli",
|
||||
"cost",
|
||||
"automated",
|
||||
"unused",
|
||||
"resources",
|
||||
"reduce",
|
||||
"costs"
|
||||
],
|
||||
"path": "skills/infrastructure/aws-cost-cleanup/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "infrastructure/aws-cost-optimizer",
|
||||
"name": "aws-cost-optimizer",
|
||||
"description": "Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer",
|
||||
"category": "general",
|
||||
"tags": [
|
||||
"aws",
|
||||
"cost-optimization",
|
||||
"finops",
|
||||
"cloud-economics",
|
||||
"kiro-cli"
|
||||
],
|
||||
"triggers": [
|
||||
"aws",
|
||||
"cost-optimization",
|
||||
"finops",
|
||||
"cloud-economics",
|
||||
"kiro-cli",
|
||||
"cost",
|
||||
"optimizer",
|
||||
"analysis",
|
||||
"optimization",
|
||||
"recommendations",
|
||||
"cli",
|
||||
"explorer"
|
||||
],
|
||||
"path": "skills/infrastructure/aws-cost-optimizer/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "inngest",
|
||||
"name": "inngest",
|
||||
|
||||
Reference in New Issue
Block a user