Antigravity reads always-on rules fromDocumentation 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.
.agents/rules/*.md and discovers skill playbooks from .agents/skills/*/SKILL.md. Installing both layers gives Antigravity persistent Well-Architected awareness across every session plus 11 structured assessment workflows available on demand.
What gets installed
.agents/rules/well-architected.md
An always-on rule file (with
alwaysApply: true in its frontmatter) that applies all six Well-Architected pillars, design principles, and trade-off guidance to every Antigravity conversation in the project..agents/skills/ directory
Eleven skill subdirectories, each containing only a
SKILL.md — the lightweight core playbook. Reference directories are not included to keep the install small.Only
SKILL.md is copied into .agents/skills/ — not the full reference subdirectories that accompany each skill in the source repository. This keeps the install lightweight. If you need the full reference material (for example, the 57 per-question Best Practice files for wa-review), copy the relevant references/ directories manually from the source repo.Installation
Clone or download the source repo
If you haven’t already, clone the sample repository to a local path you can reference:
Copy files into your project
Run the commands below from the root of your project directory, substituting
path/to/this-repo with the actual clone location.Install via script
If you prefer the one-command approach from a local clone, the install script handles all directory creation and file copying automatically:Usage
With.agents/rules/well-architected.md present, Antigravity applies Well-Architected guidance automatically. Invoke a specific skill by describing your needs:
well-architected.md rule file has alwaysApply: true set in its frontmatter, so WA principles are active for every Antigravity session without any explicit invocation.
Available skills
| Skill | What it does |
|---|---|
wa-review | Full 6-pillar review with prioritized findings report |
security-assessment | Deep-dive into IAM, detection, data protection, incident response |
reliability-improvement-plan | Find SPOFs, assess recovery, produce remediation plan |
cost-optimization-review | Identify waste, right-sizing, pricing model improvements |
performance-efficiency | Resource selection, scaling, caching, optimization |
sustainability-optimization | Utilization, architecture efficiency, carbon reduction |
operational-excellence | CI/CD, observability, incident management, operational maturity |
migration-readiness | 7 Rs assessment, dependency analysis, migration plan |
architecture-decision-record | ADR with WA pillar impact analysis |
wa-builder | Learn WA for your workload and generate visual artifacts |
wa-guardrails | Generate preventive controls (Config rules, SCPs, CI checks) |
