Skip to main content
Run any Skill in Manus
with one click
2lab-ai
GitHub creator profile

2lab-ai

Repository-level view of 44 collected skills across 5 GitHub repositories.

skills collected
44
repositories
5
updated
2026-07-20
repository explorer

Repositories and representative skills

beautiful-pdf
desktop-publishers-439031

Convert markdown to a beautifully designed editorial-style PDF report. Uses Pretendard variable font, Swiss-Coffee + Cool-Blue palette, minimalist-maximalism layout, cover page, table of contents, section dividers, page numbers. Optimized for Korean+English mixed reports. Use when user asks for "report PDF", "๋ณด๊ณ ์„œ PDF", "์•„๋ฆ„๋‹ค์šด PDF", "์˜ˆ์œ PDF", or wants to publish a markdown document as a polished document.

2026-07-12
blog-shortform
software-developers

๋ธ”๋กœ๊ทธ URL 1๊ฐœ๋ฅผ ๋ฐ›์•„ 60์ดˆ 9:16 ์ˆํผ ์˜์ƒ(mp4)์„ ์ž๋™ ์ƒ์„ฑํ•˜๋Š” ํŒŒ์ดํ”„๋ผ์ธ. ํ•œ๊ตญ ๋ธ”๋กœ๊ทธ 4์ข…(ํ‹ฐ์Šคํ† ๋ฆฌ/๋„ค์ด๋ฒ„/๋ฒจ๋กœ๊ทธ/๋ธŒ๋Ÿฐ์น˜)์—์„œ ๋ณธ๋ฌธยท์ด๋ฏธ์ง€๋ฅผ ์ถ”์ถœํ•˜๊ณ , 2์ธ ๋Œ€ํ™” ๋Œ€๋ณธ์„ ๋งŒ๋“  ๋’ค ๋กœ์ปฌ fish-tts(soma-voice HTTP)์™€ GPT Image 2(gpt-image-2)๋กœ ์Œ์„ฑยท์ด๋ฏธ์ง€๋ฅผ ์ƒ์„ฑํ•ด Remotion v4๋กœ ํ•ฉ์„ฑํ•œ๋‹ค. "๋ธ”๋กœ๊ทธ URL๋กœ ์ˆํผ ๋งŒ๋“ค์–ด์ค˜", "์ด ๊ธ€๋กœ ๋ฆด์Šค ์˜์ƒ ๋งŒ๋“ค์–ด์ค˜", "blog to shortform", "blog-shortform", "blog-url-to-shortform" ๊ฐ™์€ ์š”์ฒญ์—์„œ ๋ฐœ๋™ํ•œ๋‹ค.

2026-07-12
cohere-stt
software-developers

Speech-to-Text using Cohere Transcribe (2B, Apache 2.0)

2026-07-12
create-cli
software-developers

CLI UX/spec: args, flags, help, output, errors, config, dry-run.

2026-07-12
dialogue-archive
technical-writers

Use when ์ง€ํ˜ asks to record/save/archive a conversation between him and Elon โ€” produces (1) verbatim RAW markdown, (2) cleaned-up EDITED markdown with nothing removed, and (3) a messenger-style HTML blog post. Triggers on "๋Œ€ํ™” ๊ธฐ๋กํ•ด์ค˜", "์ด๊ฑฐ ์ €์žฅํ•ด์„œ ๋ณด๋‚ด์ค˜", "๋ธ”๋กœ๊ทธ์— ์˜ฌ๋ฆฌ๊ฒŒ html๋กœ", "์›๋ฌธ ๊ทธ๋Œ€๋กœ + ๊ต์ •๋ณธ + ํฌ์ŠคํŠธ".

2026-07-12
frontend-design
web-and-digital-interface-designers

Production frontend UI: pages, apps, components, polished non-generic design.

2026-07-12
github-deep-review
software-quality-assurance-analysts-and-testers

GitHub deep review: bugs, PRs, best fix, stale-or-real, read-code-first.

2026-07-12
hand-draw
graphic-designers

100% hand-drawn image generation with Korean Hangul support. Zero font files โ€” all characters rendered from manually-defined stroke primitives. Produces notebook-style illustrated cards with wobble effects. Actions: ์†๊ทธ๋ฆผ, ์†๊ธ€์”จ ์ด๋ฏธ์ง€, hand-draw, ์ผ๋Ÿฌ์ŠคํŠธ ๋งŒ๋“ค์–ด, ์šด๋™ ์ด๋ฏธ์ง€

2026-07-12
Showing top 8 of 22 collected skills in this repository.
clarify
computer-occupations-all-other

Use when the user's request is ambiguous โ€” vague asks, polysemous instructions, unclear scope โ€” BEFORE committing to a feature. Two-track loop (one question at a time + parallel codebase exploration) producing a Context Brief that becomes the SSOT for the follow-up work.

2026-07-14
debug
software-developers

Use when code behaves differently from expectations โ€” 'why does this happen', 'find the bug', 'follow the callstack', symptom reports even without the word debugging. Blackbox methodology: AS-IS/TO-BE confirmation, callstack tracing recorded in a CWD-relative trace file, red-green fix.

2026-07-14
do-work
computer-occupations-all-other

Use when a trace.md with unfinished scenarios exists and the user wants autonomous implementation โ€” 'continue the work', 'implement the traced feature', or after a bundle was selected. Accepts an explicit bundle contract (trace_path + scenario_ids); scans for ready scenarios only when no contract is given.

2026-07-14
explore
computer-occupations-all-other

Use when the problem is vague, the domain unfamiliar, multiple approaches are possible, or the user says 'investigate first' / 'before we spec this'. Read-only stance (not a workflow): no code changes, no mandatory artifacts; exits to spec/debug/clarify/direct implementation when insight crystallizes.

2026-07-14
new-task
computer-occupations-all-other

Use when the user gives a vague or high-level feature request that needs decomposition into implementable work โ€” new ideas, '~๋งŒ๋“ค์–ด์ค˜' with implicit requirements, features with multiple possible approaches. NOT for specific 1-2 file changes, obvious bug fixes, quick questions, or when spec/trace already exist (use stv:do-work).

2026-07-14
plan-new-task
computer-occupations-all-other

Use when the trace backlog has ZERO unfinished scenarios (or the user explicitly asks for new feature ideas) and the project needs its next feature proposed. Hands the chosen idea to new-task for spec + trace.

2026-07-14
spec
computer-occupations-all-other

Use when requirements and architecture need explicit definition before tracing โ€” a new feature interview, or updating an existing spec.md (Update vs New). STV Phase 1: Proposal (WHY) -> Explore First (mandatory unknowns map) -> interview -> docs/{feature}/spec.md.

2026-07-14
think
computer-occupations-all-other

Use when the user wants real-world experience turned into a methodology, skill, or process โ€” 'turn this into a methodology', 'systematize my approach', 'make this into a skill', or after stv:explore / completed work when raw practice should become reusable structure. Bottom-up inductive distillation, not top-down theory.

2026-07-14
Showing top 8 of 14 collected 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
Showing 5 of 5 repositories
All repositories loaded