{
  "schema_version": "2026-03-26",
  "id": "documentation",
  "slug": "documentation",
  "display_name": "Documentation",
  "description": "Documentation workflow skill. Use this skill when a user needs accurate onboarding, operational guidance, or release-ready explanations.",
  "version": "0.0.1",
  "category": "documentation",
  "raw_category": "documentation",
  "taxonomy": {
    "raw_category": "documentation",
    "canonical_category": "documentation",
    "inferred_category": "documentation",
    "category_source": "frontmatter"
  },
  "tags": [
    "docs",
    "readme",
    "onboarding",
    "guides",
    "runbooks"
  ],
  "complexity": "intermediate",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-26",
    "updated": "2026-03-27"
  },
  "entrypoint": "skills/documentation/SKILL.md",
  "paths": {
    "root": "skills/documentation",
    "manifest": "dist/manifests/documentation.json",
    "metadata": "skills/documentation/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": 1,
    "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": 555,
        "when_to_use_section_length": 243,
        "best_practices_items_count": 6,
        "best_practices_section_length": 434,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 764,
        "resources_items_count": 5,
        "resources_section_length": 440,
        "examples_section_length": 783,
        "examples_code_blocks_count": 6,
        "related_skills_section_length": 257,
        "decision_assets_count": 15,
        "table_count": 6,
        "linked_resource_families_count": 4,
        "linked_resource_families": [
          "agents",
          "examples",
          "references",
          "scripts"
        ],
        "support_links_count": 5,
        "support_files_count": 6,
        "references_files_count": 1,
        "scripts_files_count": 1,
        "examples_files_count": 3,
        "agents_files_count": 1,
        "assets_files_count": 0,
        "tools_count": 6,
        "tags_count": 5,
        "body_density": 5.87
      }
    },
    "quality": {
      "score": 96,
      "tier": "platinum",
      "breakdown": {
        "body": 16,
        "description": 9,
        "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/documentation/scripts/render_doc_outline.py",
              "sha256": "125118b4fec94f3ad570993f1519d05a8da3c806ae85c74c8a07110c57b8d12b",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 4800,
    "content_length": 5282,
    "body_lines": 114,
    "word_count": 669,
    "has_code_blocks": true,
    "typed_code_blocks_count": 2,
    "has_examples_section": true,
    "example_count": 3,
    "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": 2,
    "has_local_script_example": true,
    "local_script_example_count": 0,
    "semantic_signals": {
      "workflow_steps_count": 5,
      "workflow_section_length": 555,
      "when_to_use_section_length": 243,
      "best_practices_items_count": 6,
      "best_practices_section_length": 434,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 764,
      "resources_items_count": 5,
      "resources_section_length": 440,
      "examples_section_length": 783,
      "examples_code_blocks_count": 6,
      "related_skills_section_length": 257,
      "decision_assets_count": 15,
      "table_count": 6,
      "linked_resource_families_count": 4,
      "linked_resource_families": [
        "agents",
        "examples",
        "references",
        "scripts"
      ],
      "support_links_count": 5,
      "support_files_count": 6,
      "references_files_count": 1,
      "scripts_files_count": 1,
      "examples_files_count": 3,
      "agents_files_count": 1,
      "assets_files_count": 0,
      "tools_count": 6,
      "tags_count": 5,
      "body_density": 5.87
    }
  },
  "artifacts": [
    {
      "path": "skills/documentation/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 5300,
      "sha256": "14769fd32f19480795d3ad81015aa0d8fac6eb70ce28db4db868b1d2cb4b3272"
    },
    {
      "path": "skills/documentation/metadata.json",
      "kind": "support",
      "size_bytes": 6016,
      "sha256": "23cd1950acfaaafdfbf2a76687f81b0e451951078dfc1c8a3807a38d9135dd3f"
    },
    {
      "path": "skills/documentation/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 253,
      "sha256": "9675ba568ff4bdbc595a1d3421c460c2abbaf476cc99aa2a3234a01e846ce219"
    },
    {
      "path": "skills/documentation/examples/quickstart-outline-packet.md",
      "kind": "support",
      "size_bytes": 151,
      "sha256": "bd9c4852e0698b5dfbd1146b0ed003a7ed08f718f52dd3bd8e1e347dffb42fcb"
    },
    {
      "path": "skills/documentation/examples/reader-map-template.md",
      "kind": "support",
      "size_bytes": 177,
      "sha256": "8c787a9f0b280f09c437b59a82c9ad0ebd8f8c0d503be98e13219fd35c94e22d"
    },
    {
      "path": "skills/documentation/examples/runbook-delta-worksheet.md",
      "kind": "support",
      "size_bytes": 193,
      "sha256": "c70bad81761072539fc9a5fbb8379ac73a8c872065e47bb49a872aa4ef4060f9"
    },
    {
      "path": "skills/documentation/references/checklist.md",
      "kind": "reference",
      "size_bytes": 669,
      "sha256": "a13984f6ef02b6016b024efedd27da11392af54828a14588e5e2d74dae056b35"
    },
    {
      "path": "skills/documentation/scripts/render_doc_outline.py",
      "kind": "support",
      "size_bytes": 774,
      "sha256": "125118b4fec94f3ad570993f1519d05a8da3c806ae85c74c8a07110c57b8d12b"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/documentation.zip",
      "file_name": "documentation.zip",
      "size_bytes": 14775,
      "sha256": "81a1818ca8f21ff50fc2a63e460d8188a9db2b53d17d9fea02a24175bcc43a64",
      "signature": {
        "status": "signed",
        "path": "dist/archives/documentation.zip.sig",
        "sha256": "4ce41fefa18dca289f4a649e9d5d9fb770c0e08fdf56bc699c833cd4265ca12c",
        "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/documentation.zip.sig dist/archives/documentation.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/documentation.tar.gz",
      "file_name": "documentation.tar.gz",
      "size_bytes": 30743,
      "sha256": "c811c5f18e94750f6f958020f7549425d47bd9753d0c2ff6c858ec4cc39237e6",
      "signature": {
        "status": "signed",
        "path": "dist/archives/documentation.tar.gz.sig",
        "sha256": "fdfef76e737442bd5ac3f0b6298481ecb0cf28d761dc4f2319edeeec8b75d5e1",
        "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/documentation.tar.gz.sig dist/archives/documentation.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/documentation.checksums.txt",
    "file_name": "documentation.checksums.txt",
    "sha256": "2e798bdb63b3947fd863a2892617337b03e5737453ca78b7ad146bc4dacd5644",
    "signature": {
      "status": "signed",
      "path": "dist/archives/documentation.checksums.txt.sig",
      "sha256": "b3f4c26f42681583381a7cf2c85ae7b04d5ce24ae74996e9a9babf680870559e",
      "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/documentation.checksums.txt.sig dist/archives/documentation.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "14769fd32f19480795d3ad81015aa0d8fac6eb70ce28db4db868b1d2cb4b3272",
    "package_sha256": "89a7bda9ceeca7dca2ad0c1e7789cf0e9e122648c0cb8a8ae03ec738760c24c6"
  }
}
