aws-startups-solution-architecture

Technical AWS solutions for the problems startups get stuck on, from the AWS Startups Solution Architecture team. Multi-tenant SaaS isolation enforced in IAM rather than application code, and running a judgment agent such as an LLM reviewer inside a CI path. Startup here means the technical constraints are startup…

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add awslabs/startups
agentmods
npx agentmods add plugins/awslabs/startups/aws-startups-solution-architecture
Clone the repo
git clone --depth 1 https://github.com/awslabs/startups

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured The manifest loads nothing itself; its 2 skills cost 364 tokens a session between them.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

aws-startups-solution-architecture scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

solution-architecture/plugins/aws-startups-solution-architecture/.claude-plugin/plugin.json · 35 lines

What it actually says

{
  "name": "aws-startups-solution-architecture",
  "displayName": "AWS Startups Solution Architecture",
  "version": "0.1.0",
  "description": "Technical AWS solutions for the problems startups get stuck on, from the AWS Startups Solution Architecture team. Multi-tenant SaaS isolation enforced in IAM rather than application code, and running a judgment agent such as an LLM reviewer inside a CI path. Startup here means the technical constraints are startup constraints: no dedicated platform or security team, a cost ceiling that is someone's runway, and a deadline that is a funding milestone. Draws all general-purpose AWS service depth from Agent Toolkit for AWS as an upstream dependency rather than restating it.",
  "author": {
    "name": "Amazon Web Services"
  },
  "license": "Apache-2.0",
  "keywords": [
    "startups",
    "startup",
    "solution-architecture",
    "multi-tenant",
    "multitenant",
    "tenant-isolation",
    "saas",
    "noisy-neighbor",
    "per-tenant-cost",
    "lean-team",
    "runway"
  ],
  "skills": "./skills/",
  "dependencies": [
    {
      "name": "aws-core",
      "marketplace": "claude-plugins-official"
    },
    {
      "name": "aws-agents",
      "marketplace": "claude-plugins-official"
    }
  ]
}
Contents

What it installs

The manifest is a name and a version. 2 skills travel with it, and installing the plugin installs all of them — 364 tokens a session between them. Each is measured on its own page, and each can be installed alone.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 35 lines scan A 00792b554e44

Subscribe to this mod's changes

aws-startups-solution-architecture is a plugin published in the GitHub repository awslabs/startups (16 stars, last pushed yesterday), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-02.

Related

Other plugins, from other repositories

observability

Elastic Observability skills - OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health.

elastic/agent-skills · not measured

sap-btp-build-work-zone-advanced

Develops and administers SAP Build Work Zone, advanced edition digital workplace solutions. Use when creating workspaces, workpages, and collaborative sites, developing UI Integration Cards in SAP Business Application Studio, building content packages and workspace templates, integrating with Microsoft…

secondsky/sap-skills · not measured

volcengine-identity-access-control

Design and establish Volcengine landing zones, organizations, identity, account factories, and governance baselines.

volcengine/volcengine-skills · not measured

helm-add-gwapi-route

Add or modernize Gateway API Route templates (HTTPRoute/GRPCRoute/TLSRoute/TCPRoute/UDPRoute) in a Helm chart. Supports both adding routes to charts that lack them and updating existing routes to current Gateway API v1.5 best practices (named rules, typed filters, current apiVersion, optional BackendTLSPolicy).

lexfrei/ccc · not measured

cybrix-deploy

Deploy the current static site to a live HTTPS URL via Cybrix. Detects Next.js export, Astro, Vite, Hugo, Eleventy, and plain HTML. Returns a live URL on .cbrx.cc in under 60 seconds.

cybrixcc/cybrix-skills · not measured

spacelift

Procedural guide and references for working with Spacelift via the spacelift-local MCP - manage stacks, runs, policies, spaces, integrations, and the lifecycle of cloud resources through Intent (OpenTofu/Terraform).

spacelift-io/claude-plugins · not measured