スキル一覧に戻る
EricOo0

architecture-to-json

by EricOo0

4🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: architecture-to-json description: Guide for extracting architectural diagrams, flowcharts, and sequence diagrams into a structured JSON format. Use this skill when you need to transform a visual or textual description of a system architecture or workflow into a clear, structured JSON representation.

Architecture/Diagram To JSON

Overview

This skill provides a standardized workflow for converting various diagram types (System Architecture, Flowcharts, Sequence Diagrams) into a structured JSON format.

Workflow

  1. Identify Diagram Type: Determine if the source is an Architecture Diagram, a Flowchart, or a Sequence Diagram.
  2. Load Reference: Based on the identified type, read the corresponding guideline file:
    • Architecture Diagram: Read references/architecture.md
    • Flowchart: Read references/flowchart.md
    • Sequence Diagram: Read references/sequence.md
  3. Map to JSON: Use the schema defined in the loaded reference file to structure the data.
  4. Enforce Constraints: Ensure nesting and structure follow the guidelines in the reference file.
  5. Summarize Results: Provide a brief summary of the extracted elements (e.g., component count, steps, or swimlanes).

Output Requirements

When using this skill, your output should include:

  1. The complete JSON structure.
  2. A brief summary of the extracted content (relevant to the diagram type).
  3. Notes on any adaptations or assumptions made during extraction.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です