mesh44

A collection of Claude Code plugins for building and operating well-structured applications on Amazon Web Services (AWS), a cloud computing platform. The included app-kit can scaffold parts of an AWS web application and its deployment setup.

In plain words
What is it for?
Scaffolding AWS web apps, configuring accounts and domains, creating private GitHub repositories, and defining cloud infrastructure with services such as S3, CloudFront, Cognito, HTTP APIs, and CDK.
Why use it?
It groups reusable project setup and deployment workflows so developers can follow a defined structure when creating AWS applications.

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 jpd44/mesh44-plugins
agentmods
npx agentmods add plugins/jpd44/mesh44-plugins/marketplace
Clone the repo
git clone --depth 1 https://github.com/jpd44/mesh44-plugins

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

mesh44 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 yesterday.

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.

.claude-plugin/marketplace.json · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "mesh44",
  "description": "jpd44's personal Claude Code plugins for building and running well-architected AWS apps",
  "owner": { "name": "jpd44" },
  "plugins": [
    {
      "name": "app-kit",
      "description": "Scaffold a new AWS-deployed web app end-to-end. Skills: /preflight (config + CLI + SSO + GitHub auth checks), /new-app (orchestrator), /aws-account (create child account in your AWS Organization), /domain (Route 53 register + delegate hosted zone), /github-repo (private repo under your configured org), /cdk-stack (S3+CloudFront+optional Cognito+optional HTTP API+CodePipeline via CDK). Reads ~/.config/mesh44/config.json.",
      "author": { "name": "jpd44" },
      "category": "deployment",
      "tags": [
        "aws",
        "cdk",
        "cognito",
        "route53",
        "scaffolding"
      ],
      "source": {
        "source": "git-subdir",
        "url": "https://github.com/jpd44/mesh44-plugins.git",
        "path": "app-kit",
        "ref": "main"
      },
      "homepage": "https://github.com/jpd44/mesh44-plugins"
    },
    {
      "name": "cost",
      "description": "Local-first AWS Organization spend dashboard. Skills: /dashboard (launch the mesh44-cost web dashboard with your own AWS credentials) and /ask (natural-language questions about your spend from local Cost Explorer data). Reads AWS profiles from ~/.aws/config; nothing is stored or sent anywhere.",
      "author": { "name": "jpd44" },
      "category": "finops",
      "tags": [
        "aws",
        "cost-explorer",
        "finops",
        "dashboard",
        "organizations"
      ],
      "source": {
        "source": "git-subdir",
        "url": "https://github.com/jpd44/mesh44-plugins.git",
        "path": "cost",
        "ref": "main"
      },
      "homepage": "https://github.com/jpd44/mesh44-cost"
    },
    {
      "name": "devkb",
      "description": "Turn coding sessions into a

Read the full file on GitHub · 69 lines

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. yesterday First seen · 69 lines scan A c42e946f0815

Subscribe to this mod's changes

mesh44 is a plugin published in the GitHub repository jpd44/mesh44-plugins (2 stars, last pushed 1mo ago), licensed MIT. 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-08-31.