← All plugins
labtasker-skill
v1.0.0Claude Code skill for managing ML experiment task queues with Labtasker
Claude Code1 skill
by lcfApache-2.033updated 2 weeks ago
Source
git clone https://github.com/luocfprime/labtaskerClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
labtasker-skill/
├── .claude-plugin/plugin.json└── skills/labtasker/SKILL.md
Skills1
labtaskerskills/labtasker/SKILL.md
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
Manifests1
.claude-plugin/plugin.json
{
"name": "labtasker-skill",
"version": "1.0.0",
"description": "Claude Code skill for managing ML experiment task queues with Labtasker",
"author": {
"name": "lcf",
"url": "https://github.com/luocfprime"
},
"repository": "https://github.com/luocfprime/labtasker",
"license": "Apache-2.0",
"keywords": [
"ml",
"experiment",
"task-queue",
"gpu",
"parallel"
],
"skills": "./skills"
}