docs/docs/guide/SKILL.md
# Agent Skill Labtasker provides a skill definition for AI coding agents. With it installed, agents understand how to write submit scripts, run scripts, and task management scripts — in both CLI and Python — including metadata, filtering, updating, deleting, and reading task summaries. ## Install **Via Claude Code marketplace (recommended)** ```bash /plugin marketplace add luocfprime/labtasker /plugin install labtasker-skill@labtasker ``` **Other agents via `npx skills add`** ```bash npx s
npx skillsauth add luocfprime/labtasker docs/docs/guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Labtasker provides a skill definition for AI coding agents. With it installed, agents understand how to write submit scripts, run scripts, and task management scripts — in both CLI and Python — including metadata, filtering, updating, deleting, and reading task summaries.
Via Claude Code marketplace (recommended)
/plugin marketplace add luocfprime/labtasker
/plugin install labtasker-skill@labtasker
Other agents via npx skills add
npx skills add luocfprime/labtasker
Manual
Create ~/.claude/skills/labtasker/SKILL.md with the following content:
--8<-- "skills/labtasker/SKILL.md"
data-ai
Use when helping users distribute ML experiment tasks, convert for-loop scripts into task queues, manage parallel GPU workers, handle failures/retries, or query/filter/update/delete experiment results with Labtasker
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------