Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 919 Bytes

File metadata and controls

23 lines (14 loc) · 919 Bytes

Example Copilot Skills

This folder contains example skill assets that end users can adapt for DiagramForge workflows in their own coding environment.

These are examples, not a guaranteed public contract.

Included Skills

Intended Use

The examples cover a common documentation workflow:

  1. Generate Mermaid or Conceptual DSL source from prose or bullets.
  2. Render all diagram fences in markdown to SVG.
  3. Optionally replace fences with rendered image references while preserving the original source.

The companion bulk-render script is scripts/Render-MarkdownDiagrams.ps1.

More background and usage guidance is in doc/copilot-skills.md.