一键导入
cellscript-builder-deployment
Generated builders, action-aware scans, deployment plans, live registry verification, and evidence boundaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generated builders, action-aware scans, deployment plans, live registry verification, and evidence boundaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Parser, type, lowering, runtime, and production-gate diagnostics with migration hints and safe next actions.
CellScript action, transition, resource, shared, receipt, capability, flow, and fail-closed basics.
CKB Cell Model, lock/type roles, Source views, WitnessArgs, CellDeps, capacity, since, and replacement semantics for CellScript work.
CompileMetadata, ProofPlan, builder assumptions, constraints, ABI, audit bundles, receipts, and artifact verification.
CellScript package layout, Cell.toml, build/check/fmt/test, canonical 0.21 command groups, registry/package verification, and legacy alias migration.
| name | cellscript-builder-deployment |
| description | Generated builders, action-aware scans, deployment plans, live registry verification, and evidence boundaries. |
| references | ["docs/CELLSCRIPT_CKB_ADAPTER.md","docs/CELLSCRIPT_CAPACITY_AND_BUILDER_CONTRACT.md","docs/CELLSCRIPT_PACKAGE_PROVENANCE_AND_DEPLOYMENT_IDENTITY.md","examples/ckb-sdk-builder/README.md"] |
| commands | ["cellc action build","cellc gen-builder","cellc deploy plan","cellc deploy verify","cellc tx validate"] |
Use this skill for builder and deployment work. The compiler emits semantic plans and metadata. Builders provide concrete live Cells, output data, CellDeps, witnesses, capacity/fee evidence, dry-run evidence, signing, and optional submission.
Do not claim CKB production readiness from compile-only evidence. A plain
ActionPlan is not a submitted transaction. A ResolvedActionTx is adapter
materialisation. AcceptedActionTx requires node-facing evidence.
Validation defaults:
cellc action build --json for action plan shape;action_scan_selectors / actionScanSelectors for compile-only
live-cell scan guidance derived from transaction_runtime_input_requirements;scanSelectorEvidence for generated
actionScanSelectors; missing or mismatched selector evidence is a
pre-transaction builder failure, not a CKB acceptance claim;transaction_draft.scan_selector_evidence for the equivalent
materialised ActionPlan JSON consumed by the Rust adapter;cellc deploy plan --json for deployment planning;cellc tx validate --json against concrete transaction evidence.