senior-devops

Generates CI/CD pipelines, Terraform scaffolding, and deployment configurations for cloud infrastructure.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/singhaganesh/Urban-assist --skill senior-devops-singhaganesh
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/singhaganesh/Urban-assist/tree/main/.cursor/skills/senior-devops
Command: npx skills add https://github.com/singhaganesh/Urban-assist --skill senior-devops-singhaganesh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Setting up CI/CD pipelines, infrastructure as code, and deployment workflows from scratch is repetitive and error-prone, especially across multiple cloud platforms like AWS, GCP, and Azure. ## Core Features & Use Cases - Pipeline Generator: Scaffolds CI/CD pipeline configurations with built-in best practices and quality checks. - Terraform Scaffolder: Analyzes target paths and produces infrastructure-as-code starting points with recommendations. - Deployment Manager: Automates deployment analysis and reporting with JSON output options. - Use Case: When bootstrapping a new service, run the pipeline generator against the project path to produce a pipeline skeleton, then consult the reference guides for deployment strategies and IaC patterns. ## Quick Start Ask the assistant to generate a CI/CD pipeline for your project directory using the pipeline generator script.

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I generate a CI/CD pipeline for my project?▼

Run the pipeline generator script with your project path as the argument, for example python scripts/pipeline_generator.py <project-path>. Add the --verbose flag for detailed output or --json to export results as JSON.

How to scaffold Terraform infrastructure as code?▼

Use the terraform scaffolder script by passing the target directory, such as python scripts/terraform_scaffolder.py <target-path>. It validates the path, analyzes the target, and prints a report of findings.

Does this skill support AWS, GCP, and Azure deployments?▼

Yes, the skill documentation and reference guides cover all three major cloud platforms along with Docker, Kubernetes, Terraform, GitHub Actions, and CircleCI. The scripts themselves are platform-agnostic path analyzers.

What are the limitations of the pipeline generator script?▼

The scripts currently perform path validation and analysis with placeholder findings rather than emitting full pipeline files. They provide a structured starting point, and the reference guides supply the detailed patterns to apply manually.

Why does the script fail with a target path error?▼

The script raises an error when the provided target path does not exist on the filesystem. Verify the path is correct and accessible, then rerun the command with the --verbose flag to confirm validation passes.