feat: review Gustavo and Marcos submitted skills

This commit is contained in:
Marcos Silva
2026-09-04 09:07:54 -03:00
parent 6694897ae9
commit 5756dceb5a
38 changed files with 2749 additions and 6 deletions
@@ -0,0 +1,23 @@
---
name: diagram-plantuml
description: Create a PlantUML diagram and a Confluence storage-format macro for a reviewed page. Use when a user needs a diagram embedded in a supported Confluence page.
---
# diagram-plantuml
## Inputs
The relationship to explain, target page context, and any approved diagram conventions.
## Workflow
1. Choose a diagram type with `references/diagram-types.md`.
2. Build a small local `.puml` source with a caption and only approved includes.
3. Run a local syntax check when the configured renderer is available.
4. Return the storage macro and state whether syntax and target rendering were independently verified.
## Rules
- Keep macro markup at the required storage-body level.
- Never load remote or untrusted `!include` sources.
- Do not claim a rendered result without a target-environment preview.
## Output
Return the diagram source, storage macro, validation result, and any target-environment prerequisite.