Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

heyo-public

heyo-public에는 Heyo-Computer에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
1
업데이트
2026-07-16
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

heyvm
소프트웨어 개발자

Use the heyvm CLI to log in, upgrade, create and manage local or cloud sandboxes, run commands inside VMs, deploy or update apps, expose/connect/share ports and shells, manage cloud databases, build VM images, and diagnose backend readiness.

2026-07-16
git-submit
소프트웨어 개발자

Use and troubleshoot Heyo git submit CI/CD: install or upgrade the git-submit client, configure endpoints, submit branches, handle submodules, inspect CI runs, and clean up retained VM-backed jobs.

2026-07-06
heyvm-sandbox
소프트웨어 개발자

Use this skill any time you are running inside a heyvm sandbox (i.e. a `printer run` / `printer exec` turn dispatched through the heyvm sandbox driver). Explains what is mounted, what is ephemeral, and how to inspect the sandbox from inside it. Triggers when the agent needs to know "where am I", "is this state persistent", "what host paths are visible", or wants to check the sandbox's resources.

2026-06-24
codegraph-edit
소프트웨어 개발자

Use this skill whenever you need to modify source files in a repo where the codegraph tools are available. Apply changes by sending a unified diff to codegraph_patch instead of using edit/write to rewrite file contents. Triggers when the user asks to "edit a file", "modify code", "apply a patch", "make a change to <symbol>", or any time you would otherwise reach for edit/write on source code.

2026-06-19
codegraph-search
소프트웨어 개발자

Use this skill to navigate and search a codebase efficiently with the codegraph tools instead of repeated greps and full-file reads. Triggers when the user asks to "find a symbol", "look up a definition", "list functions in a file", "show an outline", "find references", "search the codebase for X", or any time you need to locate code by name/signature/kind across a repo. Tree-sitter-backed; supports Rust, Python, JavaScript, and TypeScript.

2026-06-19
acp-runtime
기타 컴퓨터 관련 직업

Use this skill any time you are running as an ACP (Agent Client Protocol) server inside printer — that means poolside, opencode, claude-code-acp, or any other vendor with `kind = "acp"` in its plugin manifest. Explains the wire contract printer expects (one turn = one `session/prompt`, persistent session, cwd-is-live-filesystem) plus the project-conventions discipline that applies regardless of which model is driving. Skip vendor-specific quirks — those live in the per-vendor skill that ships alongside this one.

2026-05-05
computer
소프트웨어 개발자

This skill should be used when an agent needs to drive or verify desktop/UI behavior on a Wayland session — during either implementation (exercising a UI/web change you just made: open a URL, click through flows, capture before/after screenshots) or review (confirming the change actually landed). Lists monitors and toplevel windows, captures screenshots, opens URLs in the default browser, and synthesizes keyboard/mouse/scroll input via uinput. Reach for this skill any time the user asks to "use computer", "screenshot the desktop", "list windows on Wayland", "click at coordinates", "type into the focused app", "send a key chord", "open a URL in the browser", or to confirm by visual evidence that a UI change actually works. Native Wayland desktop automation tool — use this when `$XDG_SESSION_TYPE` is `wayland`.

2026-05-05
opencode
기타 컴퓨터 관련 직업

Use this skill when you are running as the opencode ACP agent inside printer (i.e. printer launched the `opencode` CLI in `acp` server mode via `--agent acp:opencode-acp`). Covers opencode-specific behavior — provider/auth via `opencode auth`, multi-provider support, configuration via `opencode.json` and `~/.config/opencode/` — that the generic `acp-runtime` skill doesn't cover. The runtime contract (one turn = one `session/prompt`, etc.) lives in `acp-runtime`; install that skill alongside this one.

2026-05-05
poolside
기타 컴퓨터 관련 직업

Use this skill when you are running as the Poolside ACP agent inside printer (i.e. printer launched the `pool` CLI in `acp` server mode). Covers poolside-specific behavior — auth via `~/.config/poolside/credentials.json`, log/state under `~/.local/state/poolside/`, the `.poolside/` per-project config dir written into cwd — that the generic `acp-runtime` skill doesn't cover. The runtime contract (one turn = one `session/prompt`, session lifetime, cwd handling) lives in `acp-runtime`; install that skill alongside this one.

2026-05-05
printer-docs
기타 컴퓨터 관련 직업

Overview of the printer project and its CLIs. Use this skill to understand printer's goal of driving agent workflows with specs/tasks, and to discover other available skills.

2026-05-05
codegraph-edit
소프트웨어 개발자

Use this skill whenever you need to modify source files in a repo that has the `codegraph` CLI available. Apply changes by sending a unified diff to `codegraph patch` instead of using Edit/Write to rewrite file contents. Triggers when the user asks to "edit a file", "modify code", "apply a patch", "make a change to <symbol>", or any time you would otherwise reach for Edit/Write on source code.

2026-04-28
codegraph-search
소프트웨어 개발자

Use this skill to navigate and search a codebase efficiently with the `codegraph` CLI instead of repeated greps and full-file reads. Triggers when the user asks to "find a symbol", "look up a definition", "list functions in a file", "show an outline", "find references", "search the codebase for X", or any time you need to locate code by name/signature/kind across a repo. Tree-sitter-backed; supports Rust, Python, JavaScript, and TypeScript.

2026-04-28