https://github.com/yaccp/claude-plugin-aws-docusaurus
Deploy static sites to AWS with S3, CloudFront, and Lambda@Edge. Claude Code plugin.
https://github.com/yaccp/claude-plugin-aws-docusaurus
aws claude-code claude-code-plugin cloudfront deployment docusaurus s3 static-site
Last synced: about 2 months ago
JSON representation
Deploy static sites to AWS with S3, CloudFront, and Lambda@Edge. Claude Code plugin.
- Host: GitHub
- URL: https://github.com/yaccp/claude-plugin-aws-docusaurus
- Owner: yaccp
- License: apache-2.0
- Created: 2025-12-19T22:11:33.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T14:05:46.000Z (6 months ago)
- Last Synced: 2026-01-04T21:55:04.295Z (6 months ago)
- Topics: aws, claude-code, claude-code-plugin, cloudfront, deployment, docusaurus, s3, static-site
- Language: Shell
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# aws-docusaurus
Deploy static sites to AWS with S3, CloudFront, ACM, and Route53
## Installation
```bash
claude plugin add yaccp/aws-docusaurus
```
## Usage
Ce plugin est **auto-découvert**. Décrivez simplement votre besoin :
```
"Je veux configurer aws docusaurus"
```
Claude activera automatiquement le plugin et vous guidera via des menus interactifs.
## Configuration
Toute la configuration est stockée dans :
```
.claude/yaccp/aws-docusaurus/config.json
```
## Structure
```
aws-docusaurus/
├── .claude-plugin/
│ └── plugin.json # Métadonnées
├── skills/
│ └── aws-docusaurus/
│ └── SKILL.md # Workflow complet
└── CLAUDE.md # Guide Claude
```
## License
Apache-2.0