mesh44
01Plugin Claude Code
jpd44's personal Claude Code plugins for building and running well-architected AWS apps.
Plugin Claude Code
jpd44's personal Claude Code plugins for building and running well-architected AWS apps.
Plugin Claude Code
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…
Skill Claude CodeCodex
Create a new child AWS account in the configured organization, assign the AdministratorAccess permission set via IAM Identity Center, and register a local SSO profile for it. Use when a new app needs an isolated AWS account.
Skill Claude CodeCodex
Render the CDK stack template into a new app's cdk/ directory, bootstrap the child account, and run the first deploy. Use when a new app needs its S3+CloudFront+CodePipeline infrastructure.
Skill Claude CodeCodex
Check Route 53 domain availability, register if approved, and set up cross-account hosted zone delegation so the child account's CDK stack can manage DNS.
Skill Claude CodeCodex
Create a private GitHub repo under the configured org, push the initial commit, and configure default branch + branch protection.
Skill Claude CodeCodex
Verify prerequisites before /new-app — config file present, AWS mgt session, GitHub auth + configured-org membership, and required local CLIs. Use whenever a workflow needs the user signed in or tools installed.
Plugin Claude Code
Local-first AWS Organization spend dashboard. Skills: /dashboard (launch the mesh44-cost web dashboard using your own AWS credentials) and /ask (answer natural-language questions about your spend from local Cost Explorer data). Reads AWS profiles from /.aws/config; nothing is stored or sent anywhere.
Skill Claude CodeCodex
Answer natural-language questions about the user's AWS Organization spend (why costs changed, which app or service grew, forecasts) using local Cost Explorer data. Use when the user asks about their AWS costs in plain language.
Skill Claude CodeCodex
Launch the mesh44-cost local dashboard — per-app AWS Organization spend, trends, forecast, and top services, using the user's own AWS credentials. Use when the user wants to see, open, or refresh their AWS cost dashboard.
Plugin Claude Code
Turn coding sessions into a developer knowledge base in Obsidian. Skill: /capture (on demand — save an idea, or sweep the current session for ideas worth keeping, as atomic notes). Also ships a SessionEnd hook that automatically sweeps each finished session for new ideas and drops them into an inbox for later triage.…
Hook
Runs after a tool call finishes for Read and Bash tool calls, executing track-reference.sh and capture-commit.sh (2 commands). From jpd44/mesh44-plugins.
Hook
Runs when a session starts, executing load-kb.sh. From jpd44/mesh44-plugins.
Hook
Runs when a session ends, executing capture-ideas.sh. From jpd44/mesh44-plugins.
Skill Claude CodeCodex
Save an idea from the current coding session into the user's Obsidian vault as an atomic note. Use when the user says "save that idea", "capture this", "note that down", "add this to Obsidian", or wants to sweep the session for ideas worth keeping.