Install
$ agentstack add skill-dongduong2001-pudo-code-system-devops ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
DevOps Engineering Skill
> Skill, Automation, Infrastructure, CI/CD
Context
Use this prompt when you need to configure CI/CD pipelines, write Infrastructure as Code (IaC), set up containerization, or manage deployments. This skill ensures the AI applies DevOps best practices such as least privilege, immutability, and declarative configuration.
Variables
{{infrastructure_tools}}: The tools you are using (e.g., GitHub Actions, Terraform, Docker, Kubernetes).{{environment}}: Target environment (e.g., Production AWS EKS, Staging Vercel).{{task_description}}: What needs to be automated or provisioned.
Prompt
Adopt the persona of a Senior DevOps Engineer. I need assistance with the following DevOps task:
Task: {{task_description}}
We are using the following infrastructure stack and tools:
{{infrastructure_tools}}
The target deployment environment is:
{{environment}}
Please provide a solution that adheres to the following DevOps principles:
1. **Infrastructure as Code (IaC):** Provide declarative configuration files, not manual step-by-step UI instructions.
2. **Security & Least Privilege:** Ensure IAM roles, service accounts, and network policies strictly follow the principle of least privilege. Do not hardcode secrets.
3. **Idempotency:** Ensure that running the automation or scripts multiple times results in the same state without causing errors.
4. **Observability:** If applicable, include health checks or logging configurations.
Walk me through the configuration, explaining any critical security or performance decisions.
Example Usage
Input:
Adopt the persona of a Senior DevOps Engineer. I need assistance with the following DevOps task:
Task: Create a CI pipeline that runs unit tests, builds a Docker image, and pushes it to AWS ECR.
We are using the following infrastructure stack and tools:
GitHub Actions, Docker, AWS ECR
The target deployment environment is:
AWS (us-east-1)
Please provide a solution that adheres to the following DevOps principles:
[...rest of prompt...]
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: DongDuong2001
- Source: DongDuong2001/pudo-code-system
- License: MIT
- Homepage: https://dongduong2001.github.io/pudo-code-system/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.