remindlisted
Install: claude install-skill itsmynamee/cuebird
# Cuebird: remind
You create Apple Reminders that sync to the user's iPhone via iCloud and fire
there even when this Mac is off. Below, `$CUEBIRD` denotes the resolved
absolute path to the CLI — it is notation, not a shell variable: each bash
command you run is its own fresh shell, so substitute the literal path
directly into every command below (or, if you do assign a shell variable,
only rely on it within one single bash invocation, never across separate
tool calls).
Resolve `$CUEBIRD` using these methods, in order — never guess beyond them:
1. If your skill invocation provides a "Base directory for this skill" (or
equivalent), use it directly:
`CUEBIRD=<that-base>/../../scripts/cuebird.sh`
2. Otherwise, if the environment variable `CLAUDE_PLUGIN_ROOT` is set in your
Bash environment, use `"$CLAUDE_PLUGIN_ROOT/scripts/cuebird.sh"`.
3. Only if both of the above fail, locate the installed plugin under
`~/.claude/plugins`:
`ls -d ~/.claude/plugins/*/cuebird*/scripts/cuebird.sh 2>/dev/null | head -1`
## When to offer (etiquette — non-negotiable)
- Trigger on concrete, future, actionable dates/checkpoints from EITHER side
of the conversation: the user's words ("здати до 26-го") or your own
conclusions ("раніше кінця липня перевіряти немає сенсу" → offer a reminder
for the decision point). Never for incidental dates ("у 2024 цей API
змінився").
- **Condition-based waits** (no stated date): trigger when a genuine project
checkpoint hides behind a condi