setup-deploy

Generate secrets and configure GitHub environments for CI/CD deployment.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Kosmio/skeleton-test --skill setup-deploy-kosmio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-deploy
Source: https://github.com/Kosmio/skeleton-test/tree/main/.claude/skills/setup-deploy
Command: npx skills add https://github.com/Kosmio/skeleton-test --skill setup-deploy-kosmio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the initial deployment infrastructure setup by generating secrets, creating local environment files, and configuring GitHub repository secrets, variables, and environments to bootstrap CI/CD.

Core Features & Use Cases

  • Interactive deployment setup wizard: guides you through creating and organizing deployment artifacts, including environment configs and secrets.
  • Secret and env configuration: generates cryptographically strong keys and environment variables, then applies them to local and remote environments.
  • GitHub integration: provisions repository secrets, variables, and environments to align with the deployment workflow across dev and prod.

Quick Start

Run this wizard to bootstrap deployment infrastructure, generate required secrets, and configure GitHub secrets, variables, and environments.

Frequently Asked Questions about setup-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap CI/CD and configure GitHub secrets for a new deployment?

To bootstrap CI/CD, this Skill automates deployment infrastructure setup by generating cryptographically strong keys and configuring GitHub repository secrets, variables, and environments across dev and prod.

What is the best way to generate local environment files and deployment secrets?

Generating local environment files and deployment secrets is handled by an interactive setup wizard that reads template files and outputs ready-to-use configuration artifacts with cryptographically strong keys.

Can I use this to provision GitHub environments for multi-environment deployments?

Yes, you can provision GitHub environments for multi-environment deployments. The Skill configures repository secrets, variables, and environments specifically to support both dev and prod DevOps workflows.

How does secret provisioning work for local development and remote CI/CD pipelines?

Secret provisioning works by orchestrating GitHub Actions resources to generate required secrets and environment variables, then applying them simultaneously to local environment files and remote GitHub configurations.

Do I need to manually create environment variables before setting up my deployment infrastructure?

You do not need to manually create environment variables. The Skill reads template files and automatically generates cryptographically strong keys to output ready-to-use configuration artifacts for your deployment setup.

What are the limitations of automating GitHub secrets and environment configuration setup?

Automating GitHub secrets and environment configuration setup is limited to initial CI/CD bootstrap, multi-environment dev and prod workflows, and local development, focusing on secret generation rather than ongoing pipeline execution.