Skip to main content
Manusで任意のスキルを実行
ワンクリックで
genlayerlabs
GitHub クリエイタープロフィール

genlayerlabs

20 件の GitHub リポジトリにある 69 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
69
リポジトリ
20
更新
2026-07-13
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
skills
13 件の skills · 2026-07-09
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
19%比率
#02
genlayer-studio
12 件の skills · 2026-03-10
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ソフトウェア品質保証アナリスト・テスターコンピュータシステムアナリストデータベースアーキテクト
5 件の職業カテゴリ · 100% 分類済み
17%比率
#03
intelligent-oracle
8 件の skills · 2026-06-01
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
12%比率
#04
genvm
7 件の skills · 2026-06-11
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターコンピュータユーザーサポートスペシャリスト
3 件の職業カテゴリ · 100% 分類済み
10%比率
#05
genswarms-objects
4 件の skills · 2026-07-12
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
5.8%比率
#06
genvm-manager
4 件の skills · 2026-06-30
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
5.8%比率
#07
unhardcoded
3 件の skills · 2026-07-13
ソフトウェア開発者その他コンピュータ職
2 件の職業カテゴリ · 100% 分類済み
4.3%比率
#08
genswarms
3 件の skills · 2026-07-13
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4.3%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
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
genswarms-cron-use
ソフトウェア開発者

Wire the Genswarms.Cron scheduler object into a swarm: jobs as datetime + stamped message to an allowlisted target, trusted-source gating, injectable persistence, occurrence-scoped retry + a consecutive-failure breaker. Use when adding scheduled/proactive behavior to a swarm or debugging "job not created" (untrusted source), "job not delivered" (target not allowlisted), or jobs lost on restart (no store_mod).

2026-07-12
genswarms-browser-use
ソフトウェア開発者

Wire the Genswarms.Browser object: web browser for agents with two modes (allowlist fail-closed, or denylist allow-any with IP-filtering proxy). Render/click/type/back with compact replies that keep pages OUT of agent context. Use when giving agents web access, or debugging containment issues. Denylist mode requires a deployment-provided IP-filtering egress proxy for sub-resource SSRF containment.

2026-07-09
genswarms-tips-use
ソフトウェア開発者

Wire the Genswarms.Tips rotating-content dispenser: fragment pools assembled per recipient (no-repeat rotating slots + weighted dressing slots), seeded deterministic draw/commit, pending->live->retired lifecycle, injectable store. Use when adding rotating outbound copy (daily tips, onboarding nudges, rotating campaign angles) to a swarm, or debugging "empty_pool" replies or repeated content after a restart (no store).

2026-07-04
genswarms-metrics-use
ソフトウェア開発者

Wire the Genswarms.Metrics counters object: fire-and-forget bumps from other objects, closed key allowlist, periodic flush to an injectable store. Use when adding operational counters to a swarm or debugging "bump ignored" (key not in allowlist) or counters resetting on restart (no store).

2026-07-02
sigma-policy-author
その他コンピュータ職

Author Σ_pol policies and Σ_flow flows for this LLM policy host. Load this file into any assistant and it can generate valid `policy_ir` / `flow_ir` terms (as JSON) to POST against the host's OpenAI-compatible endpoint — the live model/provider catalog is embedded below so the policies target models this host actually serves.

2026-07-13
unhardcoded-contribute
ソフトウェア開発者

Develop and extend the unhardcoded router/host — add a provider (declaration + source + adapter + knobs), touch the OpenAI-compatible shim or the /x/* operator surface, the Σ_flow runner, the Postgres host store, the ingress + dashboard, or the lupa embedding of the engine core. Load this when changing host code, adding a provider or api_kind, editing the catalog, or running the test suite. To change the *policy algebra* itself, that lives in the core submodule — use unhardcoded-engine-contribute. To merely use the router, use unhardcoded-use.

2026-07-01
unhardcoded-use
ソフトウェア開発者

Use a running unhardcoded router — as a CALLER (send an OpenAI-compatible request carrying a Σ_pol policy_ir / Σ_flow flow_ir, or a profile/family/pin model string; session pinning; streaming; dry-run before spending) and as an OPERATOR (dashboard, /x/* endpoints, mint keys, hot-add providers, AntSeed wallet). Load this when integrating an app or agent against the router, wiring a client, minting keys, debugging a route, or operating the host. To AUTHOR a policy term against this host's live catalog use the root SKILL.md (sigma-policy-author); to develop the host itself use unhardcoded-contribute.

2026-07-01
20 件中 12 件のリポジトリを表示