mermaid
Installation
SKILL.md
Here are the essential rules for creating Mermaid diagrams that render well in GitHub Markdown:
-
Use the Correct Fenced Code Block:
-
Always start the block with
mermaid and end it with. -
```mermaid graph TD A[Start] --> B{Decision}; B -- Yes --> C[Action 1]; B -- No --> D[Action 2];
-
Related skills
More from alibaba/loongcollector
riper5-protocol
This workflow, known as RIPER-5, is designed exclusively for handling complex software engineering tasks such as system design, architectural refactoring, bug diagnosis, performance optimization, and multi-component integration.
2compile
Building
1commit
Writing Commit Message
1selfmonitor
自监控指标、告警代码标准
1code-review
在进行 Code Review 时,使用这个技能对 LoongCollector 变更进行安全导向、架构一致性优先的深度代码评审。
1security-check
Whenever commit or push is mentioned
1