بنقرة واحدة
بنقرة واحدة
Compose a deployment from stack skills and generate executable artifacts (Makefiles, security disposition). Use when the user says 'compose', 'generate deployment', or invokes /ipa-compose.
Deploy a CodePipeline CI/CD pipeline with CodeBuild for automated build/test/deploy.
Deploy one-time prerequisite infrastructure from scripts/prepare.mk. Use when the user says 'prepare', 'deploy prerequisites', 'create ECR', or invokes /ipa-prepare.
Provision or update centralized security infrastructure (IAM roles) for an IPA project. Use when the user says 'security', 'set up security', 'IAM roles', or invokes /ipa-security.
Deploy a frontend tier stack: S3 static hosting + CloudFront distribution + OAC.
Deploy a centralized S3 log bucket for CloudFront, S3 access, and VPC flow logs.
| name | ipa-codepipeline |
| description | [DEPRECATED] Use /ipa-compose codepipeline + /ipa-prepare instead. |
This skill is deprecated. CodePipeline is now a composable prepare stack. Use the standard compose+prepare flow instead.
The CodePipeline and CodeCommit stacks are now integrated into /ipa-compose as
prepare-lifecycle stacks. Instead of running /ipa-codepipeline, use:
/ipa-compose codepipeline — adds codecommit + codepipeline to your composition/ipa-prepare — deploys all prepare stacks (including codecommit + codepipeline)If you previously deployed CI/CD via /ipa-codepipeline, the stacks are compatible.
Re-run /ipa-compose to include them in your composition, then /ipa-prepare to
align with the compose-managed flow. Stack names are unchanged.