You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.skills.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,5 @@ Skills differ from other primitives by supporting bundled assets (scripts, code
22
22
23
23
| Name | Description | Bundled Assets |
24
24
| ---- | ----------- | -------------- |
25
-
|[azure-resource-visualizer](../skills/azure-resource-visualizer/SKILL.md)| Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other. |`LICENSE.txt`, `template-architecture.md`|
25
+
|[azure-resource-visualizer](../skills/azure-resource-visualizer/SKILL.md)| Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other. |`LICENSE.txt`<br />`assets\template-architecture.md`|
26
26
|[webapp-testing](../skills/webapp-testing/SKILL.md)| Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. |`test-helper.js`|
0 commit comments