원클릭으로
cellscript-language-basics
CellScript action, transition, resource, shared, receipt, capability, flow, and fail-closed basics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
CellScript action, transition, resource, shared, receipt, capability, flow, and fail-closed basics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Parser, type, lowering, runtime, and production-gate diagnostics with migration hints and safe next actions.
Generated builders, action-aware scans, deployment plans, live registry verification, and evidence boundaries.
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-language-basics |
| description | CellScript action, transition, resource, shared, receipt, capability, flow, and fail-closed basics. |
| references | ["docs/wiki/Tutorial-02-Language-Basics.md","docs/wiki/Tutorial-03-Resources-and-Cell-Effects.md","docs/wiki/Tutorial-09-Action-Model-and-Canonical-Syntax.md","examples/token.cell"] |
| commands | ["cellc check","cellc explain"] |
Use this skill when writing or reviewing CellScript source. Prefer the action model already documented in the repository: visible actions, explicit transitions, resource/shared/receipt declarations, and verification blocks.
Do not introduce actor-style terminology or hidden state transitions. If a surface is reserved, deferred, metadata-only, runtime-required, or fail-closed, say so directly and point to current compiler evidence.
Validation defaults:
cellc check --message-format=json for source feedback;cellc explain <CODE> for diagnostic recovery;