frontend-developer-skill
Provides frontend development guidance, code examples, and generator/deployment scripts for React/Vue/Next.js projects. Contains scripts that execute shell commands (`vercel --prod --token=$VERCEL_TOKEN`, `aws s3 sync $BUILD_DIR s3://$S3_BUCKET`), read/store auth tokens (`localStorage.setItem('token', data.token')`, `localStorage.getItem('token')`), and reference external endpoints (`https://api.example.com`).