Update drawio agent skill - #38
Merged
Merged
Conversation
All diagram quality improvements (label dedup, DMZ guidance, annotation box conditionals) are in drawio-mcp-diagramming skill only. azure-drawio-mcp-diagramming has no business being changed in this PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Remove non-existent azure-enterprise-api-platform.drawio ref from drawio-mcp-diagramming - Change streaming.md, errors.md, redlining.md example links in skill-creator to plain text so validator does not treat them as real file references Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ples Pattern 1 and Pattern 3 examples referenced streaming.md, errors.md and redlining.md which do not exist. Replaced with prose descriptions of the pattern instead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Required for reliable skill invocation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request reorganizes and significantly expands the reference documentation for the
drawio-mcp-diagrammingskill. It introduces a new, detailed AWS diagram guidance file, consolidates and clarifies diagram prompt presets, and improves guidance on shape discovery and usage. The changes make it easier for users and agents to select the correct diagram conventions, input formats, and icon styles, while also providing comprehensive examples and checklists for Azure and AWS diagrams.Documentation restructuring and expansion:
aws.mdfile with in-depth AWS diagramming guidance, including icon usage, style conventions, container structure, traffic color palette, annotation boxes, a complete topology XML example, and a checklist for AWS diagrams.azure.mdandaws.md), and updated the main reference index to point to these resources.Diagram prompt and input format guidance:
.drawiofiles.Shape discovery and usage:
drawio/search_shapes, and removed reliance on static catalogs for icon discovery. Guidance now emphasizes confirming styles rather than guessing, and fallback procedures are described for missing icons.These updates improve clarity, maintainability, and usability of the diagramming skill's reference material, ensuring agents and users can generate accurate, standards-compliant diagrams for both Azure and AWS architectures.