
aws-samples/sample-agents-for-product-teams
2 skills2 installs12 starsGitHub
Install
npx skills add https://github.com/aws-samples/sample-agents-for-product-teamsSkills in this repo
1Sdlc Agents Provision AwsThis skill provisions the AWS infrastructure needed to run selected SDLC agents. It creates the GitHub Actions OIDC provider and a scoped deploy role, then per-agent IAM runtime roles, ECR repositories, and Bedrock AgentCore Runtimes. A developer uses it after confirming which agents to install, reading the selection from .sdlc-agents/selection.yaml. It is idempotent and includes least-privilege IAM guidance and per-agent inline policy tables.1installs2Sdlc Agents SelectThis skill helps choose which SDLC agents to install based on the tools a team already uses. It filters the fleet roster against the user's PM tool, source control, and chat platform, hides agents whose requirements are not met, and presents an opinionated Recommended and Optional grouping. A developer uses it after tool discovery to record an agent selection. It writes the chosen agents and toolchain to .sdlc-agents/selection.yaml.1installs