Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:38 +08:00
commit 18faa0569e
47 changed files with 7969 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "technologies",
"description": "Domain knowledge for infrastructure technologies - Terraform, Ansible, Docker, Proxmox",
"version": "1.0.0",
"author": {
"name": "Joe Seymour",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills/terraform",
"./skills/ansible",
"./skills/docker",
"./skills/proxmox"
],
"agents": [
"./agents/ansible.md",
"./agents/docker-compose.md",
"./agents/proxmox.md",
"./agents/terraform.md"
]
}