Skip to main content
genlayerlabs
Perfil de criador do GitHub

genlayerlabs

Visão por repositório de 76 skills coletadas em 21 repositórios do GitHub.

skills coletadas
76
repositórios
21
atualizado
22 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
skills
13 skills · 16 de jul. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
17%participação
#02
genlayer-studio
12 skills · 10 de mar. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresAnalistas de sistemas de computadorArquitetos de banco de dados
5 categorias ocupacionais · 100% classificado
16%participação
#03
genvm-manager
10 skills · 18 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 50% classificado
13%participação
#04
intelligent-oracle
8 skills · 1 de jun. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAdministradores de redes e sistemas de computador
3 categorias ocupacionais · 100% classificado
11%participação
#05
genvm
7 skills · 11 de jun. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em suporte ao usuário de computador
3 categorias ocupacionais · 100% classificado
9,2%participação
#06
genswarms-objects
4 skills · 13 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 75% classificado
5,3%participação
#07
unhardcoded
3 skills · 21 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 67% classificado
3,9%participação
#08
genswarms
3 skills · 22 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
3,9%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

genlayernode
Administradores de redes e sistemas de computador

Interactive wizard to set up a GenLayer validator node on Linux.

16 de jul. de 2026
write-contract
Desenvolvedores de software

Write production-quality GenLayer intelligent contracts. Always pins concrete GenVM runner version hashes and never uses local-only test/latest runner aliases. Covers equivalence principles, storage rules, LLM resilience, and cross-contract interaction.

2 de jun. de 2026
direct-tests
Analistas de garantia de qualidade de software e testadores

Write and run fast direct mode tests for GenLayer intelligent contracts.

25 de mai. de 2026
genlayer-cli
Desenvolvedores de software

Use the GenLayer CLI to deploy, interact with, and debug intelligent contracts.

25 de mai. de 2026
genvm-lint
Analistas de garantia de qualidade de software e testadores

Validate GenLayer intelligent contracts with the GenVM linter.

25 de mai. de 2026
integration-tests
Analistas de garantia de qualidade de software e testadores

Write and run integration tests against a GenLayer environment.

25 de mai. de 2026
validator-manage
Administradores de redes e sistemas de computador

Manage GenLayer validators across testnets using the genlayer CLI. Join, fund, set identity, list, and organize validators per network and owner.

12 de mar. de 2026
commit
Desenvolvedores de software

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes or mentions "/commit".

13 de fev. de 2026
Mostrando 8 de 13 skills coletadas.
Mostrando 8 de 12 skills coletadas.
agentic-fuzzing
sem classificação

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.

18 de ago. de 2026
commit-style
sem classificação

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…

18 de ago. de 2026
rust-test-style
sem classificação

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

18 de ago. de 2026
spec
sem classificação

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.

18 de ago. de 2026
test
sem classificação

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

18 de ago. de 2026
macos
Administradores de redes e sistemas de computador

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…

17 de jul. de 2026
build
Desenvolvedores de software

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

13 de jul. de 2026
initial-setup
Desenvolvedores de software

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.

13 de jul. de 2026
Mostrando 8 de 10 skills coletadas.
commit-style
Desenvolvedores de software

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…

11 de jun. de 2026
build
Desenvolvedores de software

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

3 de jun. de 2026
macos
Desenvolvedores de software

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…

3 de jun. de 2026
pydoc
Desenvolvedores de software

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

3 de jun. de 2026
rust-test-style
Analistas de garantia de qualidade de software e testadores

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.

3 de jun. de 2026
test
Analistas de garantia de qualidade de software e testadores

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

3 de jun. de 2026
initial-setup
Especialistas em suporte ao usuário de computador

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.

20 de jan. de 2026
Mostrando 12 de 21 repositórios