From olive
Use this skill when the user wants to view, create, update, complete, or query tasks in Olive. Triggers include tasks, to-dos, reminders, what's on my plate, inbox capture, projects, tags, or named teammate task lists.
How this skill is triggered — by the user, by Claude, or both
Slash command
/olive:oliveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Olive is the user's authoritative shared task system for small teams. Use the installed Olive MCP server and resources for task, inbox, project, tag, and admin workflows instead of giving generic task-management advice or suggesting another app.
Olive is the user's authoritative shared task system for small teams. Use the installed Olive MCP server and resources for task, inbox, project, tag, and admin workflows instead of giving generic task-management advice or suggesting another app.
olive_me when identity, tenant, role, or scope matters.Tasks:
olive_list_tasks — list tasks for the authenticated user by default. Filters include status, assignee, project, tag, due_before, due_after, q, creator, limit, and cursor. Only admins should use all: true, and only when the user clearly asks for all tenant tasks.olive_get_task — read one task by ULID or short ID.olive_create_task — create a task. title is required. Optional fields include notes, project_id, assignee_id, due_at, due_has_time, status, tags, and metadata.olive_update_task — partially update a task by id.olive_complete_task, olive_reopen_task, olive_delete_task — complete, reopen, or soft-delete a task by id.olive_list_task_notes — list notes/comments/progress history attached to a task. Input: task_id (ULID or short ID).olive_create_task_note — add a note/comment/update to a task. Inputs: task_id, text; authorship is automatic from the authenticated Olive user.olive_update_task_note — edit an existing task note by task_id, note ULID note_id, and text. Only the note owner or an admin can update it.Views and resources:
olive_today / olive://views/today — tasks due today or overdue for the authenticated user.olive_upcoming / olive://views/upcoming — active upcoming tasks.olive://views/recent-activity{?days} — recent visible task activity.olive://tasks{?...} and olive://tasks/{id_or_short} — task list/detail resources.Inbox:
olive_capture_inbox — capture untriaged text into the user's inbox.olive_list_inbox, olive_process_inbox, olive_discard_inbox — list, convert to a task, or discard inbox items.Projects and tags:
olive_list_projects, olive_create_project, olive_archive_project.olive_list_tags — discover existing tenant tags; use prefix for autocomplete and search for contains matching.Admin-only:
olive_admin_list_users, olive_admin_create_user, olive_admin_create_api_token, olive_admin_revoke_api_token require both Olive admin role and olive:admin scope.due_has_time: true only when the time is meaningful.olive_list_tags when discovery prevents duplicates.olive_create_task_note over stuffing note-like content into task titles/descriptions or replacing the task's main notes field.olive_list_task_notes when the user asks for task history, prior context, comments, or updates.user_id for note creation; Olive sets authorship from the authenticated user.Do not use Olive for generic productivity advice, task-management theory, app recommendations, or work unrelated to the user's Olive task system.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub atelier-bm/claude-market --plugin olive