Stats
Actions
Tags
From things-app
Manage Things reminders and todo create/update requests with a deterministic MCP workflow that prevents duplicate tasks and date mistakes. Use when users ask to add, reschedule, or correct Things reminders, especially with relative dates or potential update-vs-create ambiguity.
How this skill is triggered — by the user, by Claude, or both
Slash command
/things-app:things-reminders-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use an update-first workflow for Things reminder requests.
Use an update-first workflow for Things reminder requests.
config/customization.yamlconfig/customization.template.yamltimezonedefaultReminderTimeduplicatePolicyonUpdateWithoutTokenrequireAbsoluteDateInConfirmationdate '+%Y-%m-%d %H:%M:%S %Z %z'.timezone for schedule normalization.defaultReminderTime when the user gives a date without a time and the workflow needs a default time.things_capabilitiesthings_auth_get_statusthings_validate_token_config before any likely update pathtimezone.things_find_todosthings_read_todos when neededduplicatePolicy.
update-first: update on a single clear correction/reschedule match, otherwise create or disambiguateask-first: stop when a plausible duplicate exists and ask the user to choosealways-create: skip update matching and create a new task unless the user explicitly asked to modify an existing oneonUpdateWithoutToken if the chosen path requires an update and token access is unavailable.
block-and-report: stop with action=blockedask-to-create-duplicate: ask whether to create a new task insteadthings_add_todothings_update_todorequireAbsoluteDateInConfirmation.
true, confirm in absolute form with timezone.action: created, updated, or blockedreferences/customization.mdreferences/mcp-sequence.mdreferences/config-schema.mdreferences/automation-prompts.mdnpx claudepluginhub gaelic-ghost/socket --plugin things-appCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.