squawk — alias for iago
This skill is a thin alias. The full behavior, rubric, templates, and
helper script live in the iago skill in the same repository.
Do exactly what iago/SKILL.md says. Read that file first, then
follow it step-by-step using the same $ARGUMENTS you received.
Concretely:
- Read
iago/SKILL.mdfrom the sibling directory next to this skill, and treat it as your operating instructions. The two skills are always installed side-by-side; theiago/directory is right next to thissquawk/directory in whichever skills folder your runtime uses (~/.claude/skills/,~/.agents/skills/,~/.config/opencode/skills/, etc.). - Use the helper at
../iago/scripts/post.ts(relative to this skill's directory), run withbun run, when it's time to post the diagram. - Use the references and examples under
../iago/for selection rules and Mermaid syntax.
Do not duplicate logic here — keep iago as the single source of truth.