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

genvm

genvm contient 7 skills collectées depuis genlayerlabs, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
18
mis à jour
2026-06-11
Forks
10
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

commit-style
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-03
macos
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-03
rust-test-style
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-03
initial-setup
Spécialistes du support aux utilisateurs d'ordinateurs

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