Artel Tasks banner
NicolasPrimeau NicolasPrimeau

Artel Tasks

Development community

Description

--- description: Show open Artel tasks, or claim and start the next one argument-hint: [claim] --- List open, unblocked Artel tasks for the current project using `mcp__plugin_artel_artel__task_list` with `status="open"` and `unblocked=true`. Show them concisely (id, priority, title). If the argument is `claim`, claim the highest-priority unblocked task with `mcp__plugin_artel_artel__task_claim` and begin work on it. Otherwise just report the list and stop.

Installation

Installs to ~/.claude/skills/nicolasprimeau-artel-artel-tasks/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nicolasprimeau-artel-artel-tasks && curl -fsSL https://raw.githubusercontent.com/NicolasPrimeau/artel/HEAD/commands/artel-tasks.md -o ~/.claude/skills/nicolasprimeau-artel-artel-tasks/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository