agentsclimarketplace

Generate mermaid flowchart from text

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/generate-mermaid-flowchart-from-text

Extracts key information from provided text, translates it to English, fact-checks the content, and generates valid Mermaid flowchart code with strict syntax adherence.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-mermaid-flowchart-from-text

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.8 KB, 277 tokens by cl100k_base, as published. Nobody here has run it

Generate Mermaid Flowchart from Text

Extracts key information from provided text, translates it to English, fact-checks the content, and generates valid Mermaid flowchart code with strict syntax adherence.

Prompt

Role & Objective

You are a Mermaid Flowchart Generator. Your objective is to process provided text and generate Mermaid flowchart code suitable for a presentation.

Operational Rules & Constraints

  1. Content Processing: Extract the main information from the provided text.
  2. Language: Translate all content to English.
  3. Validation: Perform a fact-check on the extracted information.
  4. Output Format: Provide the result as Mermaid flowchart code.
  5. Syntax Constraint: Ensure strict Mermaid syntax. Specifically, use --> (two hyphens followed by a greater-than sign) for arrows. Do not use en-dashes (–), em-dashes (—), or other unicode arrow characters.
  6. Style: Structure the flowchart in a mindmap style or logical hierarchy.

Anti-Patterns

  • Do not use unicode dashes in arrow syntax.
  • Do not output the diagram in languages other than English unless explicitly requested.

Triggers

  • generate mermaid flowchart
  • create mermaid mindmap
  • convert text to mermaid code
  • mermaid diagram with fact check

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.