{
  "version": 1,
  "generated_at": "2026-04-26T04:38:31.727Z",
  "skills": [
    {
      "id": "technical-svg-diagrams",
      "name": "technical-svg-diagrams",
      "status": "candidate",
      "category": "svg",
      "summary": "Generate clean, minimal technical SVG diagrams in a consistent Cloudflare-inspired style.",
      "curation": {
        "added_at": "2026-04-26",
        "reviewed_at": "2026-04-26",
        "curator": "Hoooxz",
        "notes": [
          "Strong fit for documentation diagrams where a lightweight SVG artifact is enough.",
          {
            "The design system is explicit": "grid background, monospace text, semantic accents, and simple geometry."
          },
          "Needs license clarification before vendoring upstream SKILL.md or reference files."
        ]
      },
      "source": {
        "type": "github",
        "marketplace_url": "https://mcpmarket.com/zh/tools/skills/technical-svg-diagrams",
        "homepage_url": null,
        "repository": "SomtoUgeh/somto-dev-toolkit",
        "repository_url": "https://github.com/SomtoUgeh/somto-dev-toolkit",
        "source_path": "skills/technical-svg-diagrams",
        "default_branch": "main",
        "commit": "2476764565d53f5f63b60a16ebb565128e8b2dd8",
        "last_checked_at": "2026-04-26",
        "release": {
          "version": null,
          "tag": null,
          "url": null
        },
        "license": {
          "spdx": null,
          "name": null,
          "url": null
        }
      },
      "capabilities": {
        "formats": [
          "svg"
        ],
        "best_for": [
          "blog post architecture diagrams",
          "component diagrams",
          "simple flow diagrams"
        ],
        "has_validator": false
      },
      "artifacts": {
        "examples": [
          {
            "path": "examples/system-overview.svg",
            "kind": "svg",
            "description": "Self-made SVG example following the observed style rules."
          }
        ],
        "screenshots": [
          {
            "path": "screenshots/system-overview-preview.png",
            "kind": "png",
            "description": "PNG screenshot generated from the vector preview."
          },
          {
            "path": "screenshots/system-overview-preview.svg",
            "kind": "svg",
            "description": "Editable vector preview of the example."
          }
        ]
      },
      "redistribution": {
        "vendored_source": false,
        "notes": "Upstream repository did not expose a license during initial intake; keep links, metadata, and self-made examples only."
      }
    },
    {
      "id": "draw-io-diagram-generator",
      "name": "draw-io / draw.io diagram generator",
      "status": "candidate",
      "category": "drawio",
      "summary": "Generate and validate production-quality draw.io XML diagrams with strict style, structure, routing, and text rules.",
      "curation": {
        "added_at": "2026-04-26",
        "reviewed_at": "2026-04-26",
        "curator": "Hoooxz",
        "notes": [
          "Valuable because it pairs a diagram-generation skill with a validator and tests.",
          "Particularly useful when the target artifact must stay native to draw.io.",
          "Strong candidate for future automated quality checks in this repository."
        ]
      },
      "source": {
        "type": "github",
        "marketplace_url": "https://mcpmarket.com/zh/tools/skills/draw-io-diagram-generator",
        "homepage_url": null,
        "repository": "ekusiadadus/draw-mcp",
        "repository_url": "https://github.com/ekusiadadus/draw-mcp",
        "source_path": "skills/draw-io",
        "default_branch": "main",
        "commit": "9cff82bee251361bfd54177c0368703ec9b77e6d",
        "last_checked_at": "2026-04-26",
        "release": {
          "version": "2.1.0",
          "tag": null,
          "url": null
        },
        "license": {
          "spdx": "MIT",
          "name": "MIT License",
          "url": "https://github.com/ekusiadadus/draw-mcp/blob/main/LICENSE"
        }
      },
      "capabilities": {
        "formats": [
          "drawio",
          "xml"
        ],
        "best_for": [
          "production draw.io diagrams",
          "flowcharts",
          "architecture diagrams",
          "diagrams with Japanese labels"
        ],
        "has_validator": true
      },
      "artifacts": {
        "examples": [
          {
            "path": "examples/request-flow.drawio",
            "kind": "drawio",
            "description": "Self-made native draw.io XML example for a skill intake flow."
          }
        ],
        "screenshots": [
          {
            "path": "screenshots/request-flow-preview.png",
            "kind": "png",
            "description": "PNG screenshot generated from the vector preview."
          },
          {
            "path": "screenshots/request-flow-preview.svg",
            "kind": "svg",
            "description": "Lightweight editable preview of the draw.io example."
          }
        ]
      },
      "redistribution": {
        "vendored_source": false,
        "notes": "Upstream is MIT, but initial intake keeps only metadata and self-made examples until we decide what to vendor."
      }
    },
    {
      "id": "architecture-diagram-generator",
      "name": "Architecture Diagram Generator",
      "status": "candidate",
      "category": "html-svg",
      "summary": "Create professional dark-themed architecture diagrams as standalone HTML files with inline SVG graphics.",
      "curation": {
        "added_at": "2026-04-26",
        "reviewed_at": "2026-04-26",
        "curator": "Hoooxz",
        "notes": [
          "Useful when the desired output is an immediately shareable standalone HTML file.",
          "The skill includes a concrete dark design system and layout rules for architecture diagrams.",
          "Better suited to presentation-style architecture visuals than minimal inline documentation diagrams."
        ]
      },
      "source": {
        "type": "github",
        "marketplace_url": null,
        "homepage_url": null,
        "repository": "Cocoon-AI/architecture-diagram-generator",
        "repository_url": "https://github.com/Cocoon-AI/architecture-diagram-generator",
        "source_path": "architecture-diagram",
        "default_branch": "main",
        "commit": "aff12bcf0f861995362e90273060acd0b68a1702",
        "last_checked_at": "2026-04-26",
        "release": {
          "version": "1.0",
          "tag": "1.0",
          "url": "https://github.com/Cocoon-AI/architecture-diagram-generator/releases/tag/1.0"
        },
        "license": {
          "spdx": "MIT",
          "name": "MIT License",
          "url": "https://github.com/Cocoon-AI/architecture-diagram-generator/blob/main/LICENSE"
        }
      },
      "capabilities": {
        "formats": [
          "html",
          "svg"
        ],
        "best_for": [
          "system architecture diagrams",
          "cloud infrastructure diagrams",
          "network topology diagrams",
          "security diagrams"
        ],
        "has_validator": false
      },
      "artifacts": {
        "examples": [
          {
            "path": "examples/service-architecture.html",
            "kind": "html",
            "description": "Self-contained HTML example with inline SVG architecture diagram."
          }
        ],
        "screenshots": [
          {
            "path": "screenshots/service-architecture-preview.png",
            "kind": "png",
            "description": "PNG screenshot generated from the vector preview."
          },
          {
            "path": "screenshots/service-architecture-preview.svg",
            "kind": "svg",
            "description": "Lightweight vector preview of the HTML example."
          }
        ]
      },
      "redistribution": {
        "vendored_source": false,
        "notes": "Upstream is MIT; initial intake keeps metadata and self-made examples, with vendoring deferred until needed."
      }
    }
  ]
}