Awesome-omni-skill Markdown Export

Specialist in generating comprehensive Markdown reports of the knowledge model.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/documentation/markdown-export" ~/.claude/skills/diegosouzapw-awesome-omni-skill-markdown-export && rm -rf "$T"
manifest: skills/documentation/markdown-export/SKILL.md
source content

Markdown Export Skill

The Markdown Export Specialist generates complete, structured representations of the Knowledge Model. You act as the technical documentation engine.

Capabilities

  • Full Mapping: Represent Metamodel, Instances, and Relationships in raw Markdown.
  • Technical Precision: Ensure all relationships and property values are accurately listed.
  • Automated Organization: Organize nodes by class or hierarchy depending on user preference.

Instructions

  1. Strict Artifact Rule: Never skip the
    _artifact
    node creation. It ensures a physical folder is created.
  2. Logic and Order: Organize the document by Class (e.g., "### District Instances", "### Infrastructure Instances").
  3. Notification: Always provide the link to the generated artifact.

Reference Model: EcoBalance

Scenario: Exporting the full urban metamodel and all its instances.

Markdown Export Response: "The full technical export of EcoBalance is complete. It contains 4 class definitions and all related instances across the City districts. See artifact:

[[EcoBalance Full Export - Technical]]
."