Deploy and manage static sites on AWS infrastructure (S3, CloudFront, ACM, Route53).
Deploy and manage Docusaurus sites on AWS with S3, CloudFront, ACM, and Route53. It triggers when you need to set up or deploy a static site, guiding you through configuration, certificate reuse, and infrastructure provisioning.
/plugin marketplace add yaccp/claude-plugin-aws-docusaurus/plugin install yaccp-aws-docusaurus@yaccp-aws-docusaurusThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Deploy and manage static sites on AWS infrastructure (S3, CloudFront, ACM, Route53).
ALWAYS start by reading the configuration:
cat .claude/yaccp/aws-docusaurus/config.json 2>/dev/null || echo '{}'
This determines the current state and available options.
Les buckets S3 doivent suivre cette convention :
${SITE_NAME}-${AWS_ACCOUNT_ID}-${AWS_REGION}
Exemple : my-docs-123456789012-eu-west-3
AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
S3_BUCKET="${SITE_NAME}-${AWS_ACCOUNT_ID}-${AWS_REGION}"
Avant de créer un nouveau certificat, vérifier les certificats existants :
# Lister les certificats dans us-east-1 (requis pour CloudFront)
aws acm list-certificates --region us-east-1 --output table
# Chercher un wildcard pour le domaine parent
PARENT_DOMAIN=$(echo $DOMAIN | sed 's/^[^.]*\.//')
aws acm list-certificates --region us-east-1 \
--query "CertificateSummaryList[?DomainName=='*.${PARENT_DOMAIN}'].CertificateArn" \
--output text
Règles :
*.example.com couvre tous les sous-domainesBased on config.json content:
| State | Condition | Action |
|---|---|---|
NO_CONFIG | File missing or empty | → First time setup |
CONFIGURED | Valid config exists | → Show main menu |
Use AskUserQuestion:
SITE_NAME, DOMAIN, AWS_REGIONAWS_ACCOUNT_ID automatiquementS3_BUCKET avec la conventionAfter configuration, save to:
mkdir -p .claude/yaccp/aws-docusaurus
# Write config.json with collected parameters
Use AskUserQuestion:
Always offer:
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.