Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Genera diagramas Excalidraw profesionales con PNGs exportados usando Playwright. USA cuando el usuario mencione 'diagrama excalidraw', 'generar diagrama PNG', 'arquitectura visual', 'flowchart', o 'generar PNG de diagrama'.
cd .agents/skills/excalidraw-diagram/references
uv sync
uv run playwright install chromium
| # | Archivo | Descripción |
|---|---|---|
| 1 | system-architecture.excalidraw | Vista general componentes |
| 2 | data-flow.excalidraw | Flujo de datos |
| 3 | component-interaction.excalidraw | Interacción módulos |
cd .agents/skills/excalidraw-diagram/references
uv run python render_excalidraw.py \
docs/diagrams/system-architecture.excalidraw \
--output docs/diagrams/system-architecture.png \
--scale 2
| Componente | strokeColor | backgroundColor |
|---|---|---|
| Frontend | #0891b2 | #cffafe |
| Backend | #1e40af | #dbeafe |
| Database | #7c3aed | #ede9fe |
| External | #ea580c | #ffedd5 |
| Start | #059669 | #d1fae5 |
| Error | #dc2626 | #fee2e2 |
npx skills add wisrovi/wpipe --skill excalidraw-diagramHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.