salaye
Installation
SKILL.md
Ṣàlàyé
Make the current topic clear through a small, focused visual. Start with the representation and keep supporting prose brief. Use the form that best exposes the relationship the reader needs to understand.
- Describe logic with pseudocode:
on(publish)
if draft is invalid
return validation errors
save revision
queue notification
- Show nested execution and ordering with a call tree: