Add aws-routing skill - #81
Open
midakin wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
aws-routingskillSummary
Adds
aws-routing, a read-only AWS routing subject-matter-expert skill for path selection, BGPtraffic engineering, and route evaluation across AWS networking services (Cloud WAN, Direct Connect,
Transit Gateway, VPC, VPN). It traces the end-to-end traffic path, applies the documented
route-evaluation order for each construct, flags non-deterministic path selection, and recommends
deterministic alternatives — grounded in public AWS documentation and field-proven patterns. It is
strictly advisory: analysis, recommendations, and read-only validation commands
(
describe-*/get-*/list-*) only, never mutating actions.What gap it fills
DevOps Agent can reason about individual routing facts but, in baseline testing, missed several
routing-specific determinants: the Cloud WAN CNE "deterministically random" final tiebreaker, the
DX-location-to-region association nuance, native Cloud WAN DX-attachment filtering behavior, and
TGW-to-VPN scaling paths. This skill encodes that route-evaluation logic so answers are deterministic
and correctly scoped.
What's included
Testing
reasoning trace confirms invocation). Baseline vs with-skill comparison captured.
aws-samples/sample-agent-skill-eval): Audit A (98/100, 0 critical / 0 warning),Functional A (0.972), Trigger 100% (14/14, standalone run). Run artifacts are regenerated locally;
the submission ships the spec-required
evals.json+eval_queries.json.Checklist
SKILL.mdhasversionandauthorin metadatanamefrontmatter matches directory name (aws-routing)descriptionstates what the skill does and when to activateREADME.mdincludes the non-production disclaimerCHANGELOG.mdpresentupstream/main