with one click
lazy-family-map
lazy CLIファミリーマップ — 各パッケージに対応する lazy family の対応表
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
lazy CLIファミリーマップ — 各パッケージに対応する lazy family の対応表
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
A-Life 自律開発システムの監視者ガイド — ガバナンス優先介入原則、TMUX直接操作の緊急手順
EVM/ICP デプロイの安全手順とロールバック — InstanceFactory/TheWorld デプロイ、canister install、コントラクトデプロイ
etherclaw dump-s — ETHERCLAW.toml の [[lazy]] 全パッケージの仕様を集約出力
EtherClaw InstanceFactory/TheWorld cross-chain architecture - Optimistic Upgrader system spanning EVM (Base Mainnet) and ICP, ERC-7546, auditor approval flow
etherclaw daemon --standalone mode — ETHERCLAW.toml format, Architect/Executor role split, DogFeeding workflow
EtherClaw Tier-based hierarchical agent system - TaskTree depth から自動生成される Manager/Worker 階層
| name | lazy-family-map |
| description | lazy CLIファミリーマップ — 各パッケージに対応する lazy family の対応表 |
| triggers | ["lazy core ask","lazy family","lazy ask","which family","どのfamily","ALife family","EtherClaw family"] |
Auto-generated by etherclaw up via scripts/validate-skills.sh.
Maps each package to its correct lazy CLI family.
When running lazy ask for a package, you MUST use the family listed below.
Using the wrong family will produce incorrect or empty results.
| Package | Primary (CI) | Secondary (Dev) | CI Command |
|---|---|---|---|
| ALife | core | --- | lazy core ask pkgs/ALife |
| E2eTests | core | --- | lazy core ask pkgs/E2eTests |
| Idris2IcpIndexer | core | dfx | lazy core ask pkgs/Idris2IcpIndexer |
| Idris2Ouf | core | evm | lazy core ask pkgs/Idris2Ouf |
| Idris2Playwright | core | --- | lazy core ask pkgs/Idris2Playwright |
| Idris2TextDao | core | evm | lazy core ask pkgs/Idris2TextDao |
| Idris2TheWorld | core | dfx evm | lazy core ask pkgs/Idris2TheWorld |
| Idris2TheWorldCli | core | --- | lazy core ask pkgs/Idris2TheWorldCli |
| Idris2TheWorldUi | web | --- | lazy web ask pkgs/Idris2TheWorldUi |
| MetaAgent | core | --- | lazy core ask pkgs/MetaAgent |
| Family | Purpose | When to Use |
|---|---|---|
core | Idris2 semantic coverage, spec-test parity | Default for all Idris2 packages |
dfx | ICP canister build, deploy, Candid interface | Packages with can.did or lib/ic0/ |
evm | EVM contract analysis, Yul codegen | Packages with %foreign "evm:*" |
web | DOM/MVC browser testing (V8 + Playwright) | Packages with idris2-dom-mvc |
# CI validation (what CI runs)
lazy core ask pkgs/<PKG> # Most packages
lazy web ask pkgs/Idris2TheWorldUi # Web UI package
# Development (ad-hoc)
lazy dfx ask pkgs/<PKG> # ICP canister operations
lazy evm ask pkgs/<PKG> # EVM contract analysis