원클릭으로
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.