amplify-workflow

Solid

Orchestrates AWS Amplify Gen 2 workflows for building full-stack apps with React, Next.js, Vue, Angular, React Native, Flutter, Swift, or Android. Use when user wants to BUILD, CREATE, or DEPLOY Amplify projects, add authentication, data models, storage, GraphQL APIs, Lambda functions, or deploy to sandbox/production. Do NOT invoke for conceptual questions, comparisons, or troubleshooting unrelated to active development.

AI & Automation 765 stars 108 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 92/100

Stars 20%
96
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Amplify Workflow Orchestrated workflow for AWS Amplify Gen 2 development. ## Available references - **`references/backend.md`** -- Backend phase: SOP retrieval, constraints, error handling - **`references/frontend.md`** -- Frontend & testing phase: SOP retrieval, local testing - **`references/deploy.md`** -- Deploy phase: SOP retrieval, deployment type mapping ## Available scripts - **`scripts/prereq-check.sh`** -- Validates Node.js, npm, AWS CLI, and AWS credentials ## Defaults - **Phase ordering**: Backend → Sandbox → Frontend → Production (only applicable phases are included) - **Deployment target**: `sandbox` for development/testing, `cicd` for production --- ## Step 1: Validate Prerequisites Run the prerequisite check script: ```bash bash scripts/prereq-check.sh ``` The script checks Node.js >= 18, npm, and AWS credentials in one pass and reports a clear PASS/FAIL summary. If the AWS credentials check fails, **STOP** and present this message to the user: ``` ## AWS Credentials Required I can't proceed without AWS credentials configured. Please set up your credentials first: **Setup Guide:** https://docs.amplify.aws/react/start/account-setup/ **Quick options:** - Run `aws configure` to set up access keys - Run `aws sso login` if using AWS IAM Identity Center Once your credentials are configured, let me know and I'll re-run the prerequisite check to verify. ``` **Do NOT proceed with Amplify work until credentials are configured.** After the user confir...

Details

Author
awslabs
Repository
awslabs/agent-plugins
Created
3 months ago
Last Updated
2 days ago
Language
Shell
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category