create-install-scripts
Installation
SKILL.md
Create Install Scripts
Generate installation scripts, GitLab CI configuration, and CodeBuild deployment setup for AWS CDK projects.
When to Apply
Reference this skill when:
- Setting up deployment pipelines for CDK projects
- Creating interactive install.sh scripts
- Configuring GitLab CI/CD for AWS deployments
- Setting up AWS CodeBuild for Docker image builds
- Automating CDK deployment workflows
How It Works
- Analyze the CDK project structure
- Generate
install.shfor interactive local deployments - Generate
.gitlab-ci.ymlfor GitLab CI/CD - Generate
buildspec.ymlfor AWS CodeBuild - Configure deployment variables and secrets
Prerequisites
- AWS CDK project initialized
- GitLab repository (for CI/CD)
- AWS credentials configured
- Docker (if using CodeBuild for images)
Usage
# Run the setup script
./scripts/setup-cicd.sh
# Or trigger via agent
"Set up CI/CD for my CDK project"
"Create install scripts for deployment"
Generated Files
| File | Purpose |
|---|---|
install.sh |
Interactive installation script |
.gitlab-ci.yml |
GitLab CI/CD pipeline |
buildspec.yml |
AWS CodeBuild specification |
References
- Install Script Guide - Complete install.sh creation guide
- GitLab CI Setup - GitLab CI/CD configuration
- CodeBuild Setup - AWS CodeBuild setup
- Common Pitfalls - Troubleshooting guide
Weekly Installs
2
Repository
aws-samples/sam…buildersGitHub Stars
8
First Seen
4 days ago
Security Audits