From TaskView
Manages TaskView projects, lists, and tasks via MCP tools. Provides conventions for browsing, creating, and updating work items without leaving the terminal.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskview:taskviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin connects Claude Code to a TaskView instance through the `taskview`
This plugin connects Claude Code to a TaskView instance through the taskview
MCP server. Use it to let the user view and manage their work without leaving
the terminal.
goalId, list_goals, create_goal) means a project. When
the user says "project", use the *_goal tools.goalId; list_goals / create_goal / update_goal.componentId to
list_tasks to scope to one list, omit it to see all tasks.list_* tool (project → list_goals, list → list_lists,
members → list_collaborators_for_goal, columns → list_kanban_columns,
tags → list_tags), then pass that id to create/update/delete tools.list_tasks is paginated — page is 0-based (~30/page). Keep requesting
the next page until one returns fewer than 30. Completed tasks are hidden
unless showCompleted is set. Use sortBy (date | priority) with
descending to order.delete_*) and before creating duplicates
— check with a list_* call first.When the user asks to record what was done, create one top-level task per finished unit of work in the relevant project (resolve it first), with a clear description and, if known, the list and priority. Do not bury the summary as a subtask unless the user asks for that.
npx claudepluginhub gimanh/taskview-community --plugin taskviewManages Todoist tasks, projects, labels, sections, and comments via the todoist CLI. Useful for add/complete/list/search tasks and managing projects without leaving the terminal.
Provides CRUD operations for Todoist tasks, projects, sections, labels, and comments via the td CLI. Requires confirmation before destructive actions. Activate when user wants to read, create, update, or delete Todoist data.
Provides interactive onboarding for MCP Task Orchestrator by detecting workspace state and guiding through plan mode, persistent tracking, and workflow integration.