AWS DevOps Agent uses a different model from other tools in this project. Instead of reading config files from your local repository, skills are packaged as zip files and uploaded to an Agent Space via the Operator Web App. Each skill becomes a self-contained, reusable investigation workflow that DevOps Agent can activate based on your request or automatically when matching conditions are detected.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/aws-samples/sample-well-architected-skills-and-steering/llms.txt
Use this file to discover all available pages before exploring further.
AWS DevOps Agent does not use a steering mechanism. There is no equivalent of
AGENTS.md or .kiro/steering/. Each skill’s SKILL.md is entirely self-contained and includes all guidance the agent needs to run that assessment.What gets created
Skill zip files
One
.zip per skill, created in output-dir/devops-agent-skills/. Each zip contains the skill’s SKILL.md and any bundled reference material from the shared assets/ directory.Agent Space skills
After upload via the Operator Web App, each skill appears in your Agent Space and can be activated by DevOps Agent during investigations, on-demand queries, or automated evaluations.
Installation
Package the skills as zip files
Run the install script with After running, the output directory contains one zip per skill:
--tool devops-agent. It creates one zip per skill in the output directory you specify.Upload each zip to your Agent Space
For each skill zip file:
- Open the AWS DevOps Agent Operator Web App
- Navigate to Skills in your Agent Space
- Click Add skill → Upload skill
- Select the
.zipfile - Choose the agent type — Generic or a specific type (see recommendations below)
- Save the skill
Skill structure inside each zip
Each zip file follows the Agent Skills specification format supported by DevOps Agent:Agent type recommendations
DevOps Agent supports multiple agent types. Choose the type that best matches how you plan to use each skill:| Skill | Recommended Agent Type |
|---|---|
wa-review | On-demand, Evaluation |
security-assessment | On-demand, Evaluation |
reliability-improvement-plan | On-demand, Incident RCA |
cost-optimization-review | On-demand, Evaluation |
performance-efficiency | On-demand, Incident RCA |
sustainability-optimization | On-demand, Evaluation |
migration-readiness | On-demand |
architecture-decision-record | On-demand |
wa-builder | On-demand, Evaluation |
wa-guardrails | On-demand, Evaluation |
operational-excellence | On-demand, Evaluation |
You can also create skills manually
If you prefer not to use zip upload, you can create skills directly in the Operator Web App:- Navigate to Skills in your Agent Space
- Click Add skill → Create skill
- Copy the
nameanddescriptionfrom the skill’sSKILL.mdfrontmatter - Paste the full instruction body (everything after the frontmatter) into the instructions field
- Select the agent type and save
