Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

bracket

bracket contient 5 skills collectées depuis tlennon-ie, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
9
mis à jour
2026-06-25
Forks
1
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

bracket-add-trainer
Développeurs de logiciels

Use when the user wants to add support for a new diffusion model or LLM training script in Bracket. Covers the Trainer protocol, search-space declaration, curated configs, presets, and tests. Lists every currently-supported preset so you know whether the model is already wired in.

2026-06-25
bracket-dataset-toml
Développeurs de logiciels

Use when the user wants to create a dataset.toml for a Bracket / musubi-tuner / sd-scripts training session, or asks "how do I configure my dataset", "what does the toml file look like", "I have a folder of images, what's next". Walks through asking only the questions the toml format actually needs (paths, resolution, repeats), validates the result, and writes the file.

2026-06-25
bracket-quickstart
Développeurs de logiciels

Use when the user asks to install, launch, or first-run Bracket; or asks "how do I get started with Bracket". Walks through install.sh / install.ps1, launches the unified server on port 8000, and verifies the React UI loads.

2026-06-25
bracket-run-session
Développeurs de logiciels

Use when the user wants to run a Bracket orchestration session — picking a trainer, dataset, budget, then kicking off the search. Covers both UI-driven and CLI-driven flows, including the interactive path where you collect missing inputs (paths, prompts) from the user one question at a time. Use when they say things like "run a Bracket sweep", "fine-tune Z-Image with Bracket", "search for the best LoRA config".

2026-06-25
bracket-debug-run
Analystes en assurance qualité des logiciels et testeurs

Use when a Bracket run is failing, hanging, producing no scores, only running for a handful of steps, or the dashboard is showing weird state. Walks through ledger inspection, log triage, the LM Studio VRAM-leak failure mode, and the most common other failure classes.

2026-05-10