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

genvm

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

수집된 skills
7
Stars
18
업데이트
2026-06-11
Forks
10
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

commit-style
소프트웨어 개발자

GenVM commit message conventions. Use when writing a commit message, squashing/merging a PR, or amending history. Covers the `type(scope): summary <emoji>` format, the five types, the standard scope set, the gitmoji suffix, and mistakes to avoid (typos, vague "fix CI N").

2026-06-11
build
소프트웨어 개발자

Builds the GenVM project. Use after making code changes to compile Rust binaries.

2026-06-03
macos
소프트웨어 개발자

Read this BEFORE trying to fix a GenVM build that fails on macOS. GenVM is NOT built natively on macOS — building from source on Darwin breaks the deterministic runner-artifact invariant. Use a remote Linux nix-builder instead. Triggers on any build/nix/runner/linker/ar failure on a Mac (Apple Silicon or Intel).

2026-06-03
pydoc
소프트웨어 개발자

Add RST docstrings to public Python methods/classes. Use when asked to document Python code.

2026-06-03
rust-test-style
소프트웨어 품질 보증 분석가·테스터

GenVM Rust test conventions and style. Use when writing, adding, or modifying Rust tests — inline `#[cfg(test)] mod tests`, integration tests under a crate's `tests/`, helpers, assertions, and how `ya-test-runner` discovers them.

2026-06-03
test
소프트웨어 품질 보증 분석가·테스터

Runs tests for the GenVM project. Use after making code changes to verify correctness.

2026-06-03
initial-setup
컴퓨터 사용자 지원 전문가

Sets up the development environment for GenVM repository. Use when setting up the repo for the first time or when dependencies need to be refreshed.

2026-01-20