senior-devops

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

2|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill senior-devops-bhaktofmahakal
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/bhaktofmahakal/ai-counsellor-hf/tree/main/.claude/skills/senior-devops
Command: npx skills add https://github.com/bhaktofmahakal/ai-counsellor-hf --skill senior-devops-bhaktofmahakal

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 automation from scratch is repetitive and error-prone, especially across multiple cloud providers 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: Generates infrastructure as code templates for provisioning cloud resources. - Deployment Manager: Automates deployment workflows with analysis and reporting output. - Use Case: When starting a new microservice project, use this Skill to generate a GitHub Actions pipeline, scaffold Terraform modules for AWS, and produce a deployment strategy document in one workflow. ## Quick Start Ask the AI to generate a CI/CD pipeline and Terraform infrastructure scaffold for your project using the senior-devops skill.

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 with this skill?▼

Run the pipeline_generator.py script with your project path as the target argument. It validates the path, performs analysis, and outputs a report, with optional --json and --output flags for structured results.

How to scaffold Terraform infrastructure as code?▼

Use the terraform_scaffolder.py script by passing the target directory path. Add the --verbose flag to see detailed progress, and reference the infrastructure_as_code.md guide for patterns and best practices.

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

Yes, the skill covers all three major cloud platforms according to its description, along with Docker, Kubernetes, GitHub Actions, and CircleCI. The reference guides document deployment strategies and configuration patterns for these environments.

What are the limitations of the generator scripts?▼

The scripts currently perform path validation and produce a report scaffold, with the core generation logic marked as placeholder sections. They provide the CLI structure and workflow, but deep template generation requires extending the analyze methods.

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

The scripts raise an error when the target path does not exist on the filesystem. Verify the path is correct and accessible before running, and use an absolute path if relative resolution fails.