Skip to main content
GitHub 仓库

aws-orchestrator-agent

aws-orchestrator-agent 收录了来自 talkops-ai 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
12
更新
2026-04-06
Forks
2
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

s3-module-generator
软件开发工程师

terraform s3 bucket object storage lifecycle encryption aws_s3_bucket

2026-04-06
github-committer
软件开发工程师

Commits Terraform module files to GitHub using GitHub MCP server tools. Handles both new file creation and existing file updates with SHA tracking. Supports batch commits for multiple files. Use when committing generated or updated Terraform modules to a GitHub repository after HITL approval. Never uses shell git commands — exclusively uses MCP tools for all GitHub operations.

2026-04-06
tf-module-generator
软件开发工程师

Generates complete, production-ready Terraform .tf files for any AWS module. Follows loaded service-specific skills for HCL patterns, variable schemas, and output schemas. Use when asked to create a new Terraform module, generate infrastructure code, write HCL for any AWS service, or produce .tf files. Works with any AWS service that has hashicorp/aws Terraform provider support.

2026-04-06
tf-module-updater
软件开发工程师

Fetches existing Terraform modules from GitHub via MCP tools and applies targeted, surgical edits. Reads module-index.md to locate modules in the repository, uses get_file_contents to fetch current files with SHAs, and applies changes via edit_file without full file rewrites. Use when asked to update, modify, patch, or change an existing Terraform module that is already committed to GitHub. Not for new module creation.

2026-04-06
tf-module-validator
软件质量保证分析师与测试员

Validates Terraform modules by running terraform init, fmt check, and validate commands in a sandbox environment. Returns VALID or INVALID with structured error details including file names and line numbers. Use after tf-generator or tf-updater writes .tf files to verify correctness before committing to GitHub. Handles path system differences between virtual filesystem and real shell execution.

2026-04-06
tf-skill-builder
软件开发工程师

Generates per-service Agent Skills directories that guide the tf-generator subagent for any AWS service. Creates SKILL.md with YAML frontmatter, step-by-step workflow instructions, and references/ with HCL resource patterns, variable schemas, and output schemas. Use when no skill directory exists for the requested AWS service, or when existing skills have a stale provider-version and need regeneration.

2026-04-06
update-planner
软件开发工程师

Analyses existing Terraform modules on GitHub to plan targeted modifications. Fetches current module structure, understands resource naming and variable conventions, identifies dependencies, and produces a structured update plan with impact assessment and breaking change detection. Use when asked to analyse, plan, or prepare changes to an existing Terraform module before applying them. Does NOT modify files — only reads and produces a plan for the tf-updater to execute.

2026-04-06