devops-category-pointer

Routes DevOps tasks to 26 specialized skills stored in a local skill vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill devops-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/devops-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill devops-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight index to 26 specialized DevOps skills instead of loading all of them upfront, so you only pull in the exact instructions needed for the task at hand. ## Core Features & Use Cases - Skill Discovery: Lists 26 DevOps skills covering Kubernetes, Terraform, CI/CD, incident response, observability, Docker, and GitOps with one-line summaries. - On-Demand Loading: Directs the agent to read the matching SKILL.md from the vault path /home/kienct/.config/opencode/skill-libraries/devops before acting. - Use Case: When asked to build a Helm chart or design a deployment pipeline, the agent consults this pointer, identifies helm-chart-scaffolding or deployment-pipeline-design, and loads that skill's full instructions from the vault. ## Quick Start Ask the agent to help with a DevOps task such as creating Kubernetes manifests and it will load the matching specialized skill from the vault.

Frequently Asked Questions about devops-category-pointer

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

FAQPage Schema
How do I use the DevOps skill library?▼

Identify the skill matching your task from the list of 26 skills, then read its SKILL.md from the vault at /home/kienct/.config/opencode/skill-libraries/devops/<skill-name>/SKILL.md and follow those instructions.

What DevOps topics does this skill library cover?▼

It covers Kubernetes architecture and security, Terraform modules for AWS, Azure, and GCP, CI/CD pipeline design, Docker containerization, Helm charts, GitOps with ArgoCD and Flux, incident response, and observability with Grafana.

Why does this skill only contain a list instead of full instructions?▼

It is a pointer skill designed to keep startup context minimal. The full instructions for each of the 26 specialized skills live in a hidden vault and are loaded on demand only when a matching task is identified.

Can I use this skill without access to the vault directory?▼

No. The skill explicitly requires reading SKILL.md files from /home/kienct/.config/opencode/skill-libraries/devops. Without that vault, only the skill summaries are available, not the operational instructions.

Which skill should I load for Kubernetes deployment tasks?▼

For generating manifests use k8s-manifest-generator, for security policies use k8s-security-policies, and for broader architecture and GitOps workflows use kubernetes-architect or gitops-workflow.