AWS Security ChangesHomeSearch

AWS devopsagent documentation change

Service: devopsagent · 2026-06-04 · Documentation low

File: devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.md

Summary

Added section about community sample skills repository on GitHub

Security assessment

Provides resource links without modifying security controls or addressing vulnerabilities.

Diff

diff --git a/devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.md b/devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.md
index 4fbd3ff94..e9b4ce051 100644
--- a//devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.md
+++ b//devopsagent/latest/userguide/about-aws-devops-agent-devops-agent-skills.md
@@ -7 +7 @@
-What are SkillsWhy use SkillsHow Skills workSkill structureExample: Complete skillExample: Incident filtering skillCreating SkillsManaging SkillsMigrating from Runbooks
+What are SkillsWhy use SkillsHow Skills workSkill structureExample: Complete skillExample: Incident filtering skillCreating SkillsSample skillsManaging SkillsMigrating from Runbooks
@@ -322,0 +323,6 @@ Use clear, descriptive names like "rds-throttling-investigation" rather than gen
+## Sample skills
+
+The [AWS DevOps Agent Skills samples repository](https://github.com/aws-samples/sample-code-for-devops-agent-skills) on GitHub contains community-contributed skills you can use as-is or as a starting point for writing your own. Available samples include skills for AWS Health event investigation, AWS Support case analysis, EKS operational reviews, and RDS operational reviews.
+
+To use a sample skill, clone the repository, zip the skill directory, and upload it to your Agent Space. Each skill includes a README with prerequisites and usage instructions.
+