create-install-scripts

create-install-scripts is a skill for Claude Code, Codex from aws-samples/sample-agent-skills-for-builders. It costs 44 tokens per session (437 once invoked), scanned A, original, Apache-2.0.

A setup skill for creating installation and deployment files for AWS CDK projects. AWS CDK is a way to define cloud infrastructure in code.

In plain words
What is it for?
It is for generating an interactive install script, GitLab CI/CD configuration, and AWS CodeBuild settings for CDK deployments.
Why use it?
It removes repetitive setup work when preparing local deployments or automated build and release pipelines.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aws-samples/sample-agent-skills-for-builders/create-install-scripts
Any agent
npx skills add aws-samples/sample-agent-skills-for-builders --skill create-install-scripts
Clone the repo
git clone --depth 1 https://github.com/aws-samples/sample-agent-skills-for-builders

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for create-install-scripts

README.md
[![agentmods](https://agentmods.dev/badge/skills/aws-samples/sample-agent-skills-for-builders/create-install-scripts.svg)](https://agentmods.dev/skills/aws-samples/sample-agent-skills-for-builders/create-install-scripts)
Your own site
<a href="https://agentmods.dev/skills/aws-samples/sample-agent-skills-for-builders/create-install-scripts"><img src="https://agentmods.dev/badge/skills/aws-samples/sample-agent-skills-for-builders/create-install-scripts.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 437 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.00437
Opus 5 $0.00022 $0.00218
Sonnet 5 $0.00009 $0.00087
Haiku 4.5 $0.00004 $0.00044

Measured 4d ago against content hash 251e7f7a8139, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-install-scripts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/setup-cicd.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/create-install-scripts/SKILL.md · 63 lines

What it actually says

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

File Purpose
install.sh Interactive installation script
.gitlab-ci.yml GitLab CI/CD pipeline
buildspec.yml AWS CodeBuild specification

References

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 63 lines · 44 tokens per session scan A 251e7f7a8139

Subscribe to this mod's changes

create-install-scripts is a skill published in the GitHub repository aws-samples/sample-agent-skills-for-builders (47 stars, last pushed 7d ago), licensed Apache-2.0. It adds 44 tokens to every session and 437 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

use-vercel-action

Wire amondnet/vercel-action into a GitHub Actions workflow to deploy Vercel projects from CI. Use when the user asks to deploy to Vercel from GitHub Actions, add Vercel preview deploys, post a Vercel preview URL on a PR, configure prebuilt Vercel deployments, set up alias domains for previews, create a GitHub…

amondnet/vercel-action · 151 tokens

deployment

Deploy applications to DigitalOcean App Platform via GitHub Actions with proper environment management and secrets handling. Use when setting up CI/CD pipelines, configuring staging/production environments, managing deployment secrets, or creating GitHub Actions workflows.

digitalocean-labs/do-app-platform-skills · 46 tokens

setup

Use when bootstrapping a Rails project: context, onboarding, CI. Trigger words: setup project, rails new, CI/CD, dev environment, Gemfile.

igmarin/rails-agent-skills · 35 tokens

aws-codepipeline-and-codedeploy

Designs AWS CodePipeline stage/action structure and integrates it with CodeDeploy deployment groups and appspec.yml for EC2/on-prem, ECS, or Lambda deploys. Use when the user asks to "set up CodePipeline," "add a CodeDeploy deployment group," "write an appspec.yml," "wire CodePipeline to CodeDeploy," "troubleshoot a…

selvarajmurugesan90/ops-engineering-skills · 101 tokens

complete-cicd-pipeline-deployment-for-serverless-from-scratch

Builds a complete CI/CD pipeline for a serverless (AWS Lambda-style) function from an empty repo — source checkout, zip/layer packaging (not a container image), SCA/SAST security gates, package upload, and a SAM/Serverless-Framework/CDK-style deploy step with alias-based canary traffic shifting, distinct from…

selvarajmurugesan90/ops-engineering-skills · 151 tokens

complete-cicd-pipeline-for-vm-based-workloads-from-scratch

Builds a complete CI/CD pipeline for a VM-based workload from an empty repo — source checkout, build, immutable machine-image baking (Packer-style AMI, not a container image or a zip), SCA/SAST security gates, and a deploy step that's either a blue-green instance-group swap or a config-management push (Ansible) to…

selvarajmurugesan90/ops-engineering-skills · 175 tokens