skill-candidates/qwen-training-workbench-ops/SKILL.md
Operate the local teacher-student Qwen training workbench for long-running dataset-factory, staggered continuation batches, and training-agent supervision. Use when advancing or monitoring the private Huihui-to-Qwen3.5-4B pipeline, switching workstation modes, checking batch artifacts, or resuming overnight local training without media-workbench contention.
npx skillsauth add grtninja/skill-arbiter qwen-training-workbench-opsInstall 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.
Use this skill for the private local training workbench that feeds the media stack.
127.0.0.1:9041 before starting or resuming work.Use dataset_factory when the goal is to build or expand the distilled teacher-student dataset:
Use nsf_staggered_batches when the goal is to keep training the student forward in microbatches:
trainer.report.jsoncheckpoint.eval.jsonbatch_sources.json and batch_sources.txtDo not use this skill for:
Supervisor status:
curl http://127.0.0.1:9041/v1/training-agent/status
curl http://127.0.0.1:9041/v1/training-agent/jobs/<job_id>
Dataset factory launch:
powershell -ExecutionPolicy Bypass -File `
<training-workbench-root>\tools\start_penny_dataset_factory_nsf_expanded.ps1
Continuation batch launch:
powershell -ExecutionPolicy Bypass -File `
<training-workbench-root>\tools\start_qwen35_4b_radeon_nsf_staggered.ps1
LM Studio teacher check:
lms ps --json
Prefer these artifacts as the source of truth:
evidence/training_datasets/penny_training_loop.nsf_expanded.selection.jsonevidence/training_datasets/_training_batches/*.weighted.jsonevidence/training_datasets/_training_batches/*.enriched.jsonevidence/training_datasets/_training_batches/*.export.jsonevidence/training_datasets/_training_batches/*.teacher.jsonevidence/training_datasets/penny_descriptor_finetune.teacher_merged.nsf_expanded.local.jsonevidence/training_runs/qwen35_4b_radeon_nsf_expanded_staggered/*If the selection artifact is stale but _training_batches continues to advance, treat the run as healthy and still in progress.
If the lane stalls or becomes ambiguous:
9041.lms ps --json.wait, recover dataset, resume continuation, or inspect failure logs.references/ops-checklist.mdreferences/runtime-artifacts.mdtools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.