Babysitter aws-amplify

AWS Amplify deployment, hosting, and backend resources.

install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/web-development/skills/aws-amplify" ~/.claude/skills/a5c-ai-babysitter-aws-amplify && rm -rf "$T"
manifest: library/specializations/web-development/skills/aws-amplify/SKILL.md
source content

AWS Amplify Skill

Expert assistance for AWS Amplify deployment and hosting.

Capabilities

  • Configure Amplify hosting
  • Set up CI/CD
  • Manage backend resources
  • Configure custom domains
  • Handle authentication

Configuration

# amplify.yml
version: 1
frontend:
  phases:
    preBuild:
      commands:
        - npm ci
    build:
      commands:
        - npm run build
  artifacts:
    baseDirectory: .next
    files:
      - '**/*'
  cache:
    paths:
      - node_modules/**/*

Target Processes

  • aws-deployment
  • full-stack-hosting
  • enterprise-deployment