Analysis updated 2026-05-18
Get a report of which AWS accounts in your organization are reachable and which are missing.
Find RDS and Aurora databases approaching end of AWS support before it becomes urgent.
Review EC2 fleet health, rightsizing, and Graviton eligibility across every account at once.
Check Bedrock model usage across accounts before a deprecated model stops working.
| aws-samples/sample-corgiro-aws-ops-skills | captainfod/trae-work-dream-skin | cuso4-x/cuso4-rootmanager | |
|---|---|---|---|
| Stars | 12 | 12 | 12 |
| Language | CSS | CSS | CSS |
| Setup difficulty | moderate | easy | hard |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | ops devops | vibe coder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires AWS CLI configured with IAM Identity Center SSO, or a deployed cross account role for org wide access.
Corgiro is a skill, in the sense used by AI coding agent tools, that gives an AI agent a structured playbook for reviewing an entire AWS account organization. Instead of asking an agent open ended questions about your AWS setup, you install Corgiro into an agent that supports the skills format, then run one of its built in commands, and it performs a read only sweep across every account in your AWS Organization and produces a shareable report. Each type of sweep looks at a different area. One checks which accounts in the organization are actually reachable and flags any that are newly added or have recently become unreachable. Another pulls AWS Health events across the organization and assesses the pattern of risk they represent. Others look specifically at databases running on RDS or Aurora that are approaching the end of AWS support, at Amazon EKS clusters running Kubernetes versions nearing end of support, and at general EC2 fleet health, covering things like whether instances are on an outdated generation, whether they are rightsized, and how well storage is optimized. Additional modes cover Bedrock model lifecycle status and Reserved Instance or Savings Plan coverage across the organization. Installing it is done through a command line tool for adding skills to AI agents, which detects which agents you have installed and lets you choose where to add Corgiro. After installing, a one time setup command walks you through choosing between two ways of granting it access: reusing your existing AWS IAM Identity Center single sign on setup with no changes to your AWS Organization, or a deeper setup that grants organization wide, cross account, read only access through a dedicated role deployed with CloudFormation. State from setup is saved locally on your machine. The project also includes a guided mode for building your own custom Corgiro report types. It ships as sample code under the MIT-0 license and is explicitly described as being for educational and demonstration purposes rather than direct production use without further review.
An AI agent skill that runs read only sweeps across an entire AWS Organization and produces shareable operational reports.
Mainly CSS. The stack also includes CSS, AWS CLI, CloudFormation.
Free to use, modify, and distribute for any purpose, including commercial use, with no requirement to keep the license notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.