noora-alerts

Installation
SKILL.md

Noora Alerts

Use this skill when a Swift CLI needs concise, styled status messaging that should stand apart from raw print output.

Alert Shapes

Use these APIs:

let noora = Noora()

noora.warning(
    .alert(
        "Your token is about to expire",
        takeaway: "Generate a new token with \(.command("mycli auth refresh"))"
    )
)
Installs
1
First Seen
Mar 31, 2026
noora-alerts — spqw/skills-noora