Skip to main content
Run any Skill in Manus
with one click
GitHub repository

llmux

llmux contains 6 collected skills from 2lab-ai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
7
updated
2026-07-20
Forks
1
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

agent-resolve
software-developers

Use when the user says "resolve", "ํ•ด๊ฒฐํ•ด์ค˜", "ํ”ฝ์Šคํ•ด์ค˜", or wants to take one ready-to-agent llmux issue/PR, implement the fix on its branch, get `just check` green, and hand back a review-ready PR. Does NOT merge or deploy by default.

2026-07-20
agent-triage
software-developers

Use when the user says "triage", "์ด์Šˆ ์ •๋ฆฌ", "๋ถ„๋ฅ˜", or wants to scan open llmux GitHub issues, decide which are safe for an agent to implement, label them, and open a tracking branch + draft PR for each ready one. Reads and labels issues; never writes source code.

2026-07-20
build
software-developers

Use for normal llmux dev iteration when the user says "๋นŒ๋“œ", "๋นŒ๋“œํ•ด์ค˜", "build", "build and deploy locally", or wants to compile + run a change locally and save it. Builds release, hot-deploys the binary to the local daemon, commits, and pushes to a feature branch (never main).

2026-07-20
deploy
software-developers

Use when the user says "๋ฐฐํฌ", "๋ฐฐํฌํ•ด์ค˜", "deploy", or "ship a preview" for llmux. Pushes to main, lets CI publish a preview prerelease, refreshes the llmux-preview brew formula, verifies brew actually updated, then hot-deploys that build locally and restarts.

2026-07-20
release
software-developers

Use when the user says "๋ฆด๋ฆฌ์ฆˆ", "๋ฆด๋ฆฌ์ฆˆํ•ด์ค˜", "release", "cut a release", or "stable release" for llmux. Bumps the version, tags v*, lets CI publish the stable GitHub release, refreshes the llmux stable brew formula, verifies brew updated, hot-deploys + restarts locally, and verifies client + server with llmux status.

2026-07-20
agent-loop
computer-occupations-all-other

Use when the user says "loop", "๋ฐ˜๋ณต", "์ญ‰ ๋Œ๋ ค์ค˜", or wants to run triage then resolve repeatedly until there are no agent-workable llmux issues/PRs left. Thin orchestrator over the agent-triage and agent-resolve skills; dry-run by default.

2026-06-17