Claude Code skills that use amos as a data transport. Amos stays a pure data tool — the skill handles AI composition.
Skills:
/amos-notify <target> <message with $refs> — compose a message with node context, send via amos notify
/amos-update — summarize current session work, notify the source nodes
/amos-handoff — summarize session for the next person, post to a channel
/amos-standup — generate a standup from recent amos activity
The skill runs amos show to get data, uses Claude to compose, calls amos notify to deliver. Amos is the pipe, Claude is the brain.
$0, $1 etc. reference nodes from the current context. The skill resolves them via amos before composing.
Claude Code skills that use amos as a data transport. Amos stays a pure data tool — the skill handles AI composition.
Skills:
/amos-notify <target> <message with $refs>— compose a message with node context, send via amos notify/amos-update— summarize current session work, notify the source nodes/amos-handoff— summarize session for the next person, post to a channel/amos-standup— generate a standup from recent amos activityThe skill runs
amos showto get data, uses Claude to compose, callsamos notifyto deliver. Amos is the pipe, Claude is the brain.$0,$1etc. reference nodes from the current context. The skill resolves them via amos before composing.