cli-forge-schema

Generate Mermaid diagrams from text descriptions and codebase analysis.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-forge-schema
Source: https://github.com/Destynova2/cli-code-skills/tree/main/cli-forge-schema
Command: npx skills add https://github.com/Destynova2/cli-code-skills --skill cli-forge-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for creating clear and concise diagrams directly from text descriptions or analyzing existing codebases, leveraging Mermaid's Markdown-based syntax.

Core Features & Use Cases

  • Text-based Diagram Generation: Users can describe diagrams through natural language, and the Skill generates the corresponding Mermaid diagrams.
  • Codebase Analysis: Analyzes codebases to create diagrams reflecting the actual structure and relationships.
  • Diagram Types: Supports a wide range of diagram types including flowcharts, sequence diagrams, class diagrams, and more.

Quick Start

Generate a diagram of the "auth flow" in your project by typing /cli-forge-schema "auth flow".

Frequently Asked Questions about cli-forge-schema

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Mermaid diagrams from text descriptions?

To generate Mermaid diagrams from text, you provide a natural language description of the desired visual representation, and the tool outputs the corresponding Markdown-based Mermaid syntax for diagrams like flowcharts and sequence diagrams.

Can I automatically create diagrams by analyzing my codebase structure?

Yes, you can automate diagram generation by analyzing your codebase structure, which allows the tool to map actual file relationships and dependencies into accurate Mermaid class diagrams and flowcharts.

What types of Mermaid diagrams can I create using text-based generation?

Using text-based generation, you can create a wide range of Mermaid diagrams including flowcharts, sequence diagrams, and class diagrams to visually represent code logic and system architecture.

Do I need to know Mermaid syntax to use this diagram generation tool?

Yes, you need knowledge of Mermaid syntax to effectively use this diagram generation tool, as it requires understanding Markdown-based syntax to integrate the visual representations with your codebase structure.

What is the best way to visualize an authentication flow in a codebase?

The best way to visualize an authentication flow is to use codebase analysis to automatically map the logic into a Mermaid sequence diagram, providing a clear visual representation of the process.