{
  "schema_version": "2026-03-26",
  "id": "kubernetes",
  "slug": "kubernetes",
  "display_name": "Kubernetes",
  "description": "Kubernetes workflow skill. Use this skill when a user needs workload manifests, rollout strategy, service exposure, or cluster operations guidance.",
  "version": "0.0.1",
  "category": "devops",
  "raw_category": "devops",
  "taxonomy": {
    "raw_category": "devops",
    "canonical_category": "devops",
    "inferred_category": "devops",
    "category_source": "frontmatter"
  },
  "tags": [
    "kubernetes",
    "k8s",
    "manifests",
    "deployments",
    "services",
    "rollouts"
  ],
  "complexity": "advanced",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-27",
    "updated": "2026-03-27"
  },
  "entrypoint": "skills/kubernetes/SKILL.md",
  "paths": {
    "root": "skills/kubernetes",
    "manifest": "dist/manifests/kubernetes.json",
    "metadata": "skills/kubernetes/metadata.json"
  },
  "compatibility": {
    "tools": [
      "claude-code",
      "cursor",
      "gemini-cli",
      "codex-cli",
      "antigravity",
      "opencode"
    ],
    "install_targets": [
      {
        "tool": "claude-code",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "installer_flag": "--claude",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": ">> /skill-name help me..."
      },
      {
        "tool": "cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "installer_flag": "--cursor",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "@skill-name"
      },
      {
        "tool": "gemini-cli",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "installer_flag": "--gemini",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "codex-cli",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "installer_flag": "--codex",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "installer_flag": "--antigravity",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to... (Agent Mode)"
      },
      {
        "tool": "opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "installer_flag": "--opencode",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "opencode run @skill-name"
      }
    ]
  },
  "resources": {
    "sub_resources": [
      "agents",
      "examples",
      "references",
      "scripts"
    ],
    "artifacts_count": 8,
    "references_count": 3,
    "agents_count": 1,
    "assets_count": 0
  },
  "dependencies": {
    "skills": [],
    "external": []
  },
  "install": {
    "strategy": "copy-skill-directory",
    "current_installer": "npx omni-skills installs the full library by default today, and also supports selective installation with --skill and --bundle.",
    "recipes": [
      {
        "tool": "claude-code",
        "command": "npx omni-skills --claude",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "cursor",
        "command": "npx omni-skills --cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "gemini-cli",
        "command": "npx omni-skills --gemini",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "codex-cli",
        "command": "npx omni-skills --codex",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "antigravity",
        "command": "npx omni-skills --antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "opencode",
        "command": "npx omni-skills --opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      }
    ]
  },
  "classification": {
    "maturity": {
      "skill_level": 3,
      "skill_level_label": "resources",
      "has_scripts": true,
      "has_extra_files": true
    },
    "best_practices": {
      "score": 99,
      "tier": "excellent",
      "signals": {
        "workflow_steps_count": 5,
        "workflow_section_length": 740,
        "when_to_use_section_length": 327,
        "best_practices_items_count": 5,
        "best_practices_section_length": 378,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 880,
        "resources_items_count": 5,
        "resources_section_length": 311,
        "examples_section_length": 1250,
        "examples_code_blocks_count": 8,
        "related_skills_section_length": 278,
        "decision_assets_count": 14,
        "table_count": 7,
        "linked_resource_families_count": 4,
        "linked_resource_families": [
          "agents",
          "examples",
          "references",
          "scripts"
        ],
        "support_links_count": 5,
        "support_files_count": 6,
        "references_files_count": 3,
        "scripts_files_count": 1,
        "examples_files_count": 1,
        "agents_files_count": 1,
        "assets_files_count": 0,
        "tools_count": 6,
        "tags_count": 6,
        "body_density": 6.4
      }
    },
    "quality": {
      "score": 97,
      "tier": "platinum",
      "breakdown": {
        "body": 16,
        "description": 10,
        "metadata": 12,
        "recency": 8,
        "resources": 10,
        "best_practices": 10,
        "semantic_depth": 16,
        "operational_depth": 10,
        "support_pack": 10
      }
    },
    "security": {
      "score": 95,
      "tier": "review",
      "status": "passed",
      "findings_count": 0,
      "findings": [],
      "signals": {
        "scanned_files": 7,
        "script_files": 1,
        "binary_like_files": 0
      },
      "scanners": {
        "static": {
          "enabled": true,
          "status": "completed"
        },
        "clamav": {
          "enabled": true,
          "status": "completed",
          "provider": "clamav",
          "detections": [],
          "infected_files": 0
        },
        "virustotal": {
          "enabled": true,
          "status": "completed",
          "provider": "virustotal",
          "lookups": 1,
          "positives": 0,
          "results": [
            {
              "path": "skills/kubernetes/scripts/render_manifest_review.py",
              "sha256": "71003566ee4894620bf4c9a749920188a29bff680084b52c7fb2498e79f583b3",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 5912,
    "content_length": 6408,
    "body_lines": 121,
    "word_count": 774,
    "has_code_blocks": true,
    "typed_code_blocks_count": 2,
    "has_examples_section": true,
    "example_count": 4,
    "has_workflow_section": true,
    "has_when_to_use_section": true,
    "has_best_practices_section": true,
    "has_troubleshooting_section": true,
    "problem_count": 3,
    "troubleshooting_pairs_count": 2,
    "has_additional_resources_section": true,
    "has_related_skills_section": true,
    "related_skills_count": 3,
    "has_local_support_links": true,
    "local_support_links_count": 4,
    "has_local_script_example": true,
    "local_script_example_count": 1,
    "semantic_signals": {
      "workflow_steps_count": 5,
      "workflow_section_length": 740,
      "when_to_use_section_length": 327,
      "best_practices_items_count": 5,
      "best_practices_section_length": 378,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 880,
      "resources_items_count": 5,
      "resources_section_length": 311,
      "examples_section_length": 1250,
      "examples_code_blocks_count": 8,
      "related_skills_section_length": 278,
      "decision_assets_count": 14,
      "table_count": 7,
      "linked_resource_families_count": 4,
      "linked_resource_families": [
        "agents",
        "examples",
        "references",
        "scripts"
      ],
      "support_links_count": 5,
      "support_files_count": 6,
      "references_files_count": 3,
      "scripts_files_count": 1,
      "examples_files_count": 1,
      "agents_files_count": 1,
      "assets_files_count": 0,
      "tools_count": 6,
      "tags_count": 6,
      "body_density": 6.4
    }
  },
  "artifacts": [
    {
      "path": "skills/kubernetes/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 6424,
      "sha256": "83811baa90634eee059fe25428b1611d24301700405db8a77d3637238a8da458"
    },
    {
      "path": "skills/kubernetes/metadata.json",
      "kind": "support",
      "size_bytes": 5997,
      "sha256": "a4e01f24ccc88e6f2223f269220aa5283b8cf0553e93331d579786d702ed5e49"
    },
    {
      "path": "skills/kubernetes/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 226,
      "sha256": "cec7de7db59e3f95aa42086ecc1335261e6beb7f2146d00a5f23bd68e60b2d50"
    },
    {
      "path": "skills/kubernetes/examples/release-readiness-matrix.md",
      "kind": "support",
      "size_bytes": 390,
      "sha256": "44d5ae06c9d248a28fc2144c65320f2294627440e613a7989d68f57c91138dd6"
    },
    {
      "path": "skills/kubernetes/references/checklist.md",
      "kind": "reference",
      "size_bytes": 1190,
      "sha256": "aeebc7563e48acdce4d5f4a4c6eaff731c8e5c361a56af72dfbe787633c465f5"
    },
    {
      "path": "skills/kubernetes/references/rollout-rubric.md",
      "kind": "reference",
      "size_bytes": 492,
      "sha256": "c2f9be4faf053734af2fd0623f5f6ed37c052df3388a20c226f431838b6bcc75"
    },
    {
      "path": "skills/kubernetes/references/service-discovery-worksheet.md",
      "kind": "reference",
      "size_bytes": 227,
      "sha256": "dd0049af298010cf1395e6b56c0dacd8003f163238966cdd0a435751a76f4aa8"
    },
    {
      "path": "skills/kubernetes/scripts/render_manifest_review.py",
      "kind": "support",
      "size_bytes": 1130,
      "sha256": "71003566ee4894620bf4c9a749920188a29bff680084b52c7fb2498e79f583b3"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/kubernetes.zip",
      "file_name": "kubernetes.zip",
      "size_bytes": 17282,
      "sha256": "c18a4a4cfac5f9edd609ec2b20aeca300e8aa46eee893f89ba01c520ff15e4c8",
      "signature": {
        "status": "signed",
        "path": "dist/archives/kubernetes.zip.sig",
        "sha256": "9790a9aaf3d3ece276e60a8574c7b22bf18fc232d6a2191ba78c8ac7ad425658",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/kubernetes.zip.sig dist/archives/kubernetes.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/kubernetes.tar.gz",
      "file_name": "kubernetes.tar.gz",
      "size_bytes": 30743,
      "sha256": "3719d24a963978303d718111ab0fd96bcf202e12e31430421ea0737f1db611eb",
      "signature": {
        "status": "signed",
        "path": "dist/archives/kubernetes.tar.gz.sig",
        "sha256": "e81961829a8ee0ae4522c617827384723384dc2b211c61ec8828052b54e79d9d",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/kubernetes.tar.gz.sig dist/archives/kubernetes.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/kubernetes.checksums.txt",
    "file_name": "kubernetes.checksums.txt",
    "sha256": "53b2c2fba3308239b4bcd5f5e17c0bd8e49d11e6426afa8af7f755ddd72a7b08",
    "signature": {
      "status": "signed",
      "path": "dist/archives/kubernetes.checksums.txt.sig",
      "sha256": "4e5d091c78ae22ab2abd77054c3c2b8c065b5ceb8f4bb535cc9bfb54187487f7",
      "public_key_path": "dist/signing/omni-skills-public.pem",
      "algorithm": "sha256",
      "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/kubernetes.checksums.txt.sig dist/archives/kubernetes.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "83811baa90634eee059fe25428b1611d24301700405db8a77d3637238a8da458",
    "package_sha256": "ad638826eca98a7fde01c279e59faef2f0fa55cb180ab2fcb3ef96cab31febe4"
  }
}
