From taskmd
Retrieves task details by ID or name using taskmd CLI via Bash, including ID, title, status, priority, tags, and description. Lists tasks if not found.
How this skill is triggered — by the user, by Claude, or both
Slash command
/taskmd:get-taskThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve details of a specific task using the `taskmd` CLI.
Retrieve details of a specific task using the taskmd CLI.
The user's query is in $ARGUMENTS (a task ID like 077 or a task name/keyword).
taskmd get $ARGUMENTS to look up the tasktaskmd list to show available tasks so the user can identify the right oneRead tool to show full detailsnpx claudepluginhub driangle/taskmd --plugin taskmdRetrieves full details of a task by ID or name from .md files in a tasks directory. Finds matches via Glob, reads with Read tool, shows frontmatter and markdown body. Use to view tasks.
Retrieves lightweight metadata for tasks (ID, title, status, priority, effort, tags, owner, dependencies, path) using taskmd CLI via Bash. Use for quick status checks without full details.