{
  "schema_version": "2026-03-26",
  "id": "architecture",
  "slug": "architecture",
  "display_name": "Architecture",
  "description": "Architecture workflow skill. Use this skill when a user needs system boundaries, tradeoffs, or a staged implementation plan.",
  "version": "0.0.1",
  "category": "development",
  "raw_category": "development",
  "taxonomy": {
    "raw_category": "development",
    "canonical_category": "development",
    "inferred_category": "development",
    "category_source": "frontmatter"
  },
  "tags": [
    "architecture",
    "system-design",
    "planning",
    "refactor",
    "adr"
  ],
  "complexity": "advanced",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-26",
    "updated": "2026-03-26"
  },
  "entrypoint": "skills/architecture/SKILL.md",
  "paths": {
    "root": "skills/architecture",
    "manifest": "dist/manifests/architecture.json",
    "metadata": "skills/architecture/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": 1403,
        "when_to_use_section_length": 198,
        "best_practices_items_count": 5,
        "best_practices_section_length": 319,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 471,
        "resources_items_count": 5,
        "resources_section_length": 491,
        "examples_section_length": 481,
        "examples_code_blocks_count": 4,
        "related_skills_section_length": 258,
        "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.11
      }
    },
    "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/architecture/scripts/render_decision_record.py",
              "sha256": "bdbb8b985a46f98036b611d2a23241cf3c5c2e87aa6d8b1b253f489e3f60586e",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 4552,
    "content_length": 5025,
    "body_lines": 118,
    "word_count": 603,
    "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": 1403,
      "when_to_use_section_length": 198,
      "best_practices_items_count": 5,
      "best_practices_section_length": 319,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 471,
      "resources_items_count": 5,
      "resources_section_length": 491,
      "examples_section_length": 481,
      "examples_code_blocks_count": 4,
      "related_skills_section_length": 258,
      "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.11
    }
  },
  "artifacts": [
    {
      "path": "skills/architecture/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 5041,
      "sha256": "19945a8743c280602dfb8574fcacd5cea8e08c693c379ddc28a31a13252d7a04"
    },
    {
      "path": "skills/architecture/metadata.json",
      "kind": "support",
      "size_bytes": 5993,
      "sha256": "7a5073a36a58d8c159c45ba5461b63a110853db63c3c282875f85d834187a350"
    },
    {
      "path": "skills/architecture/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 259,
      "sha256": "bcda5254fce35c6c183b2586525eddd7fe31d90dabe380671f66ad935f6a7519"
    },
    {
      "path": "skills/architecture/examples/rollout-plan-example.md",
      "kind": "support",
      "size_bytes": 571,
      "sha256": "d47dc1d76bc6c8a98eed922ad627dae0e0d72e86c1eff67ee9722618543cf3d3"
    },
    {
      "path": "skills/architecture/references/boundary-review-worksheet.md",
      "kind": "reference",
      "size_bytes": 614,
      "sha256": "42e258b44fa03398687eb9809c9b36a94e5ab90f7aac063a885c7ae020a34785"
    },
    {
      "path": "skills/architecture/references/checklist.md",
      "kind": "reference",
      "size_bytes": 667,
      "sha256": "19782d8fef269e444e90608c98788d2a524d10ef6237264495f4b47a64639dfa"
    },
    {
      "path": "skills/architecture/references/tradeoff-matrix.md",
      "kind": "reference",
      "size_bytes": 487,
      "sha256": "8ad6baac773150555273f14dea92d5d579fe527720fba7c262a273f49083cee9"
    },
    {
      "path": "skills/architecture/scripts/render_decision_record.py",
      "kind": "support",
      "size_bytes": 817,
      "sha256": "bdbb8b985a46f98036b611d2a23241cf3c5c2e87aa6d8b1b253f489e3f60586e"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/architecture.zip",
      "file_name": "architecture.zip",
      "size_bytes": 15677,
      "sha256": "b468152b8d8d44eaff75734877e16f2163b895ce8fc129e1318229f69721fffc",
      "signature": {
        "status": "signed",
        "path": "dist/archives/architecture.zip.sig",
        "sha256": "e39c632e578cc65127cc87f10820c498c4a111c0a85bbdcb4afd5201a096c465",
        "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/architecture.zip.sig dist/archives/architecture.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/architecture.tar.gz",
      "file_name": "architecture.tar.gz",
      "size_bytes": 30743,
      "sha256": "f67cd86a1ee215a9bb7496defc296d64e23143657a236d650816c983d6b413fa",
      "signature": {
        "status": "signed",
        "path": "dist/archives/architecture.tar.gz.sig",
        "sha256": "ad852c5d0b9bbf6d9841543d77db34f6b05466bd6f56465b011f13454fb63188",
        "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/architecture.tar.gz.sig dist/archives/architecture.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/architecture.checksums.txt",
    "file_name": "architecture.checksums.txt",
    "sha256": "999657f33f5ce6c49d12021a01b9c99e017a46f2cec996bf789a2531d91cb975",
    "signature": {
      "status": "signed",
      "path": "dist/archives/architecture.checksums.txt.sig",
      "sha256": "faacb6adb4ecd312c56e869f3aca8f5cb5261c1f86133a5b73e6309a9cbc2360",
      "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/architecture.checksums.txt.sig dist/archives/architecture.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "19945a8743c280602dfb8574fcacd5cea8e08c693c379ddc28a31a13252d7a04",
    "package_sha256": "90bccfe25652cc870c280d4cb0c4dc9d7679e800003ca125eaa6c00552e3d259"
  }
}
