
Yaccp Claude Plugin Aws Docusaurus
- Updated December 31, 2025
- yaccp/claude-plugin-aws-docusaurus
yaccp-claude-plugin-aws-docusaurus is a Claude Code plugin that deploys Docusaurus and other static sites to AWS using S3, CloudFront, and Lambda@Edge.
About
yaccp-claude-plugin-aws-docusaurus is a single-plugin Claude Code package for developers who treat documentation and marketing sites as static artifacts on AWS. The marketplace entry describes deploying with S3, CloudFront, and Lambda@Edge, with Route53 called out as optional—typical for Docusaurus output after you run a local or CI build. Instead of memorizing console clicks or one-off Terraform, you register the plugin and let Claude Code walk through bucket policies, distribution settings, and edge functions in a repeatable script. It fits developers publishing docs-heavy SaaS, open-source handbooks, or changelog sites who already chose AWS over Vercel or Netlify. Complexity is intermediate: you need AWS credentials, understanding of static hosting, and comfort invalidating CloudFront when content changes. This is deploy automation via Claude Code plugin, not a frontend generator or SEO skill.
- 1 focused Claude Code plugin for AWS static-site deployment
- S3 origin plus CloudFront CDN wiring for Docusaurus builds
- Lambda@Edge hooks for edge behavior on the CDN path
- Optional Route53 DNS steps for custom domains
- Documented yaccp workflow aimed at static-site operators
Yaccp Claude Plugin Aws Docusaurus by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install yaccp-claude-plugin-aws-docusaurus@yaccp/claude-plugin-aws-docusaurusAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 31, 2025 |
|---|---|
| Repository | yaccp/claude-plugin-aws-docusaurus ↗ |
What it does
Install when you ship a Docusaurus or other static site and want Claude Code-guided deploys to AWS S3, CloudFront, and optional Lambda@Edge and Route53.
Who is it for?
Best when you're standardizing on AWS and publish Docusaurus docs or static marketing sites and want agent-guided infra steps.
Skip if: Skip if you're on serverless SSR platforms only, or anyone without AWS accounts and appetite for CloudFront and IAM setup.
What you get
After installing the plugin, you can drive a guided AWS static-site deployment from Claude Code with CDN and optional custom-domain steps documented in the repo.
- S3-hosted static assets with CloudFront distribution
- Optional Lambda@Edge configuration on the CDN path
- Repeatable Claude Code-driven deploy workflow for doc sites
Recommended Plugins
How it compares
AWS static-site deploy plugin, not a Docusaurus theme skill or generic multi-cloud PaaS button.
FAQ
Who is Yaccp Claude Plugin Aws Docusaurus for?
It is for Claude Code users shipping static sites—especially Docusaurus—who host on AWS and want plugin-guided S3 and CloudFront setup.
When should I use Yaccp Claude Plugin Aws Docusaurus?
Use it when you have a production-ready static build and need to push or refresh hosting on S3 behind CloudFront, including optional Lambda@Edge and Route53.
How do I add Yaccp Claude Plugin Aws Docusaurus to my agent?
Add the yaccp/claude-plugin-aws-docusaurus repo to your Claude Code plugin sources, install the single deployment plugin, and configure AWS credentials per the plugin README before running deploy commands.