Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws-samples avatar

Create Install Scripts

  • 30 installs
  • 41 repo stars
  • Updated July 6, 2026
  • aws-samples/sample-agent-skills-for-builders

create-install-scripts is a Claude skill that generates install.sh, GitLab CI, and AWS CodeBuild configuration to automate deployment of AWS CDK projects.

About

This skill generates installation scripts and CI/CD configuration for AWS CDK projects. A developer uses it to produce an interactive install.sh, a .gitlab-ci.yml for GitLab CI/CD, and a buildspec.yml for AWS CodeBuild that automate CDK deployment. It analyzes the CDK project structure and configures deployment variables and secrets.

  • Generates install.sh, .gitlab-ci.yml, and buildspec.yml for AWS CDK projects
  • Sets up GitLab CI/CD and AWS CodeBuild for CDK deployments
  • Configures deployment variables and secrets

Create Install Scripts by the numbers

  • 30 all-time installs (skills.sh)
  • Ranked #860 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Jul 30, 2026 (Skillselion catalog sync)
At a glance

create-install-scripts capabilities & compatibility

Capabilities
security scan · cost estimator
Works with
aws · gitlab · docker
Use cases
ci cd · devops
Pricing
Free
From the docs

What create-install-scripts says it does

Generate CI/CD installation scripts for AWS CDK projects.
SKILL.md
Generate installation scripts, GitLab CI configuration, and CodeBuild deployment setup for AWS CDK projects.
SKILL.md
Generate `buildspec.yml` for AWS CodeBuild
SKILL.md
npx skills add https://github.com/aws-samples/sample-agent-skills-for-builders --skill create-install-scripts

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs30
repo stars41
Last updatedJuly 6, 2026
Repositoryaws-samples/sample-agent-skills-for-builders

What it does

Generate install.sh, GitLab CI, and AWS CodeBuild config to automate deployment of an AWS CDK project.

Who is it for?

Developers setting up deployment pipelines for AWS CDK projects on GitLab and CodeBuild.

When should I use this skill?

When setting up deployment pipelines, creating install.sh scripts, or configuring GitLab CI for CDK deployments.

What you get

install.sh, .gitlab-ci.yml, and buildspec.yml are generated and wired to deployment variables and secrets.

  • install.sh
  • .gitlab-ci.yml
  • buildspec.yml

By the numbers

  • 5-step generation flow
  • 3 generated files (install.sh, .gitlab-ci.yml, buildspec.yml)

Files

SKILL.mdMarkdownGitHub ↗

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

1. Analyze the CDK project structure 2. Generate install.sh for interactive local deployments 3. Generate .gitlab-ci.yml for GitLab CI/CD 4. Generate buildspec.yml for AWS CodeBuild 5. 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

FilePurpose
install.shInteractive installation script
.gitlab-ci.ymlGitLab CI/CD pipeline
buildspec.ymlAWS 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

Related skills

FAQ

What files does this skill generate?

An interactive install.sh, a .gitlab-ci.yml for GitLab CI/CD, and a buildspec.yml for AWS CodeBuild.

What is required before using it?

An initialized AWS CDK project, a GitLab repository, configured AWS credentials, and Docker if building images with CodeBuild.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.