From 8ef48879e1e75992bcd169c296aa8d9b94f6ba5b Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Fri, 26 Jun 2026 13:15:20 +0200 Subject: [PATCH] feat(aws): wire NagyVikt/agent-toolkit-for-aws fork into aws profile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the user's expanded agent-toolkit-for-aws fork as a second skills.npx entry, exposing its full installable catalog (41 skills across the aws-core, aws-data-analytics, aws-agents, and aws-agents-for-devsecops plugins). Keeps the upstream aws/agent-toolkit-for-aws:aws-iam entry; aws-iam is omitted from the fork entry to avoid a duplicate .claude/skills/aws-iam link target. Skill IDs are taken from each plugin's packaged SKILL.md name: field — this repo is a Claude plugin marketplace, so only skills under plugins/*/skills/ are resolvable by `npx skills add`, not the top-level skills/ tree. Co-Authored-By: Claude Opus 4.8 (1M context) --- profiles/aws/profile.yaml | 54 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/profiles/aws/profile.yaml b/profiles/aws/profile.yaml index c08a8e61..38f5fc8b 100644 --- a/profiles/aws/profile.yaml +++ b/profiles/aws/profile.yaml @@ -74,6 +74,60 @@ skills: # General AWS CLI patterns (127 installs). - repo: oldwinter/skills skills: [aws-cli] + # Expanded AWS toolkit fork — full installable catalog. This repo is a + # Claude plugin marketplace; the `skills` CLI only resolves skills that are + # packaged into a plugin (plugins/*/skills/), NOT the top-level skills/ tree. + # So this list is the union of all four plugins (aws-core, aws-data-analytics, + # aws-agents, aws-agents-for-devsecops), verified resolvable via + # `npx skills add`. aws-iam is intentionally omitted: the upstream entry above + # already maps it to .claude/skills/aws-iam and two entries → one target collide. + - repo: NagyVikt/agent-toolkit-for-aws + skills: + # plugin: aws-core + - amazon-bedrock + - aws-billing-and-cost-management + - aws-blocks + - aws-cdk + - aws-cloudformation + - aws-containers + - aws-messaging-and-streaming + - aws-observability + - aws-sdk-js-v3-usage + - aws-sdk-python-usage + - aws-sdk-swift-usage + - aws-secrets-manager + - aws-serverless + - signing-in-to-aws + # plugin: aws-data-analytics + - amazon-opensearch-service + - connecting-to-data-source + - creating-data-lake-table + - exploring-data-catalog + - finding-data-lake-assets + - ingesting-into-data-lake + - querying-data-lake + - storing-and-querying-vectors + # plugin: aws-agents + - agents-build + - agents-connect + - agents-debug + - agents-deploy + - agents-get-started + - agents-harden + - agents-optimize + # plugin: aws-agents-for-devsecops + - analyzing-release-readiness + - chatting-with-aws-devops-agent + - coordinating-multi-space-devops-agent + - diff-scanning-with-aws-security-agent + - investigating-incidents-with-aws-devops-agent + - pentesting-with-aws-security-agent + - remediating-with-aws-security-agent + - running-release-tests + - scanning-with-aws-security-agent + - setup-devops-agent + - setup-security-agent + - threat-modeling-with-aws-security-agent mcps: - aws-docs # awslabs.aws-documentation-mcp-server (uvx) — read-only AWS docs lookup, no credentials needed env: