{
  "schema_version": "2026-03-26",
  "id": "debugging",
  "slug": "debugging",
  "display_name": "Debugging",
  "description": "Debugging workflow skill. Use this skill when a user needs disciplined reproduction, isolation, and fix verification instead of guesswork.",
  "version": "0.0.1",
  "category": "development",
  "raw_category": "development",
  "taxonomy": {
    "raw_category": "development",
    "canonical_category": "development",
    "inferred_category": "development",
    "category_source": "frontmatter"
  },
  "tags": [
    "debugging",
    "reproduction",
    "diagnosis",
    "regression",
    "testing"
  ],
  "complexity": "advanced",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-26",
    "updated": "2026-03-26"
  },
  "entrypoint": "skills/debugging/SKILL.md",
  "paths": {
    "root": "skills/debugging",
    "manifest": "dist/manifests/debugging.json",
    "metadata": "skills/debugging/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": 98,
      "tier": "excellent",
      "signals": {
        "workflow_steps_count": 5,
        "workflow_section_length": 1416,
        "when_to_use_section_length": 210,
        "best_practices_items_count": 5,
        "best_practices_section_length": 338,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 426,
        "resources_items_count": 5,
        "resources_section_length": 431,
        "examples_section_length": 473,
        "examples_code_blocks_count": 4,
        "related_skills_section_length": 251,
        "decision_assets_count": 7,
        "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": 5,
        "body_density": 5.05
      }
    },
    "quality": {
      "score": 94,
      "tier": "platinum",
      "breakdown": {
        "body": 16,
        "description": 9,
        "metadata": 12,
        "recency": 8,
        "resources": 10,
        "best_practices": 10,
        "semantic_depth": 16,
        "operational_depth": 9,
        "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/debugging/scripts/render_debug_packet.py",
              "sha256": "db3bd0b7ab09357cd21114bdbdbc2533119a3136c8ef7a30ea1c1c24025b9c7b",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 4372,
    "content_length": 4859,
    "body_lines": 117,
    "word_count": 591,
    "has_code_blocks": true,
    "typed_code_blocks_count": 1,
    "has_examples_section": true,
    "example_count": 2,
    "has_workflow_section": true,
    "has_when_to_use_section": true,
    "has_best_practices_section": true,
    "has_troubleshooting_section": true,
    "problem_count": 2,
    "troubleshooting_pairs_count": 1,
    "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": 0,
    "semantic_signals": {
      "workflow_steps_count": 5,
      "workflow_section_length": 1416,
      "when_to_use_section_length": 210,
      "best_practices_items_count": 5,
      "best_practices_section_length": 338,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 426,
      "resources_items_count": 5,
      "resources_section_length": 431,
      "examples_section_length": 473,
      "examples_code_blocks_count": 4,
      "related_skills_section_length": 251,
      "decision_assets_count": 7,
      "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": 5,
      "body_density": 5.05
    }
  },
  "artifacts": [
    {
      "path": "skills/debugging/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 4875,
      "sha256": "c57264842995d4dc9c46e8d114449456f2a1b48e9713d20c56a4e4bb0558652e"
    },
    {
      "path": "skills/debugging/metadata.json",
      "kind": "support",
      "size_bytes": 5978,
      "sha256": "0592a86edb9e3ad9dbf4d474c51e1fce361b37ab441b63ce2c26e1cc0661fc48"
    },
    {
      "path": "skills/debugging/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 257,
      "sha256": "241e8dacf89e164d97cf3225211b124bfeeb6c72d9ffecc96c987ff00cb4db7c"
    },
    {
      "path": "skills/debugging/examples/debug-session-log.md",
      "kind": "support",
      "size_bytes": 619,
      "sha256": "2c3b1f3181193cab7d69202082322dce71fc279fb59d427d6bf34e4ef241a8c6"
    },
    {
      "path": "skills/debugging/references/checklist.md",
      "kind": "reference",
      "size_bytes": 623,
      "sha256": "805718ae1ed08fe3a49a5317aca104327400579a09c582ebf3661a511f4858de"
    },
    {
      "path": "skills/debugging/references/evidence-log-template.md",
      "kind": "reference",
      "size_bytes": 276,
      "sha256": "4e9c7f17280e9dce97c771cbd8654328200c5ca82c19286f4c262f581aa8e003"
    },
    {
      "path": "skills/debugging/references/hypothesis-matrix.md",
      "kind": "reference",
      "size_bytes": 373,
      "sha256": "143983a21cad6243ea96d1f0929444270665c7fd1804b5143042db263e294ed3"
    },
    {
      "path": "skills/debugging/scripts/render_debug_packet.py",
      "kind": "support",
      "size_bytes": 788,
      "sha256": "db3bd0b7ab09357cd21114bdbdbc2533119a3136c8ef7a30ea1c1c24025b9c7b"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/debugging.zip",
      "file_name": "debugging.zip",
      "size_bytes": 14953,
      "sha256": "a8b02ce6ec58cecd0a5e786a0cef4be2aeec2f92d7a6aa12777c94833fba4945",
      "signature": {
        "status": "signed",
        "path": "dist/archives/debugging.zip.sig",
        "sha256": "51cacfdb5f7f879d49ee2ca736f73485e37087baef2b04b249ed4932c01a2b17",
        "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/debugging.zip.sig dist/archives/debugging.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/debugging.tar.gz",
      "file_name": "debugging.tar.gz",
      "size_bytes": 30743,
      "sha256": "45e81c1853baa95e27f0ab14bb10d5f47480837c94762f19fd7422188bfe6bd0",
      "signature": {
        "status": "signed",
        "path": "dist/archives/debugging.tar.gz.sig",
        "sha256": "61dbfe838ac5be526989afd2e1d8f0c43b9afa8d9d3393d652601860225259d3",
        "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/debugging.tar.gz.sig dist/archives/debugging.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/debugging.checksums.txt",
    "file_name": "debugging.checksums.txt",
    "sha256": "e50c15dd11010556fdd7d678cfe816c64c15282d64d6b832b7047037b31c5f79",
    "signature": {
      "status": "signed",
      "path": "dist/archives/debugging.checksums.txt.sig",
      "sha256": "3778c22d0d6d1ab4342a9efa77379c71305a6b9ee1eb73c346b5732d870fc649",
      "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/debugging.checksums.txt.sig dist/archives/debugging.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "c57264842995d4dc9c46e8d114449456f2a1b48e9713d20c56a4e4bb0558652e",
    "package_sha256": "1ea0e767395ed3140a03380f6a7c934f17956062ef79467e0795bcce7c1e1c07"
  }
}
