Skip to main content
genlayerlabs
GitHub 创作者资料

genlayerlabs

按仓库查看 21 个 GitHub 仓库中的 76 个已收集 skills。

已收集 skills
76
仓库
21
更新
2026年8月22日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

已展示 8 / 13 个已收集 Skill。
已展示 8 / 12 个已收集 Skill。
agentic-fuzzing
未分类

Hunts for determinism violations and internal errors in a GenVM executor by writing throwaway probe contracts and running them across leader/validator/sync. Use when asked to fuzz the VM, look for nondeterminism, or turn a PR into a failing test.

2026年8月18日
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…

2026年8月18日
rust-test-style
未分类

Always read before writing, adding, or modifying Rust tests — where to put and how to run them.

2026年8月18日
spec
未分类

How to write GenVM spec pages (docs/website/src/spec). Use when adding or editing spec sections — brevity, linking constants/errors/terms instead of inlining them, spec vs impl-spec split, and how to verify the build.

2026年8月18日
test
未分类

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

2026年8月18日
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…

2026年7月17日
build
软件开发工程师

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

2026年7月13日
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年7月13日
已展示 8 / 10 个已收集 Skill。
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…

2026年6月11日
build
软件开发工程师

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

2026年6月3日
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…

2026年6月3日
pydoc
软件开发工程师

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

2026年6月3日
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年6月3日
test
软件质量保证分析师与测试员

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

2026年6月3日
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年1月20日
已展示 12 / 21 个仓库