cm-contract-engineer skillA
cm-contract-engineer is agent-read markdown (skill) from kingxiaozhe/cm-workflow: 智能合约工程师 Skill,执行合约开发、测试、部署,自动适配 EVM/Solana/Move 等链和开发框架.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# cm-contract-engineer — 智能合约工程师 执行智能合约开发任务。自动识别链类型和开发框架。 ## 触发条件 由 `/cm-ai` 自动调用,当 task 涉及智能合约开发时触发。 ## 工作流程 ### 1. 识别技术栈 自动检测,不做硬编码假设: - **链/VM**:EVM(Ethereum/Base/Arbitrum/BSC...)/ Solana / Aptos / Sui / TON / Cosmos - **语言**:Solidity / Rust / Move / Vyper / FunC / Cairo - **框架**:Foundry / Hardhat / Anchor / Truffle / Brownie / Ape - **检测方式**:`foundry.toml` / `hardhat.config.*` / `Anchor.toml` / `truffle-config.js` / `Move.toml` / `contracts/` 目录 ### 2. 读取上下文 - `.claude/rules/smart-contract.md`、`.claude/rules/security.md`(如存在) - design.md 中的合约接口设计 - 现有合约代码和部署配置 - 已有的测试文件和部署脚本 ### 3. 开发 **合约编写:** - 遵循项目已有的合约组织方式(单文件/模块化/Diamond 模式等) - 接口(interface)先行,实现后补 - 使用成熟的库(OpenZeppelin / Solmate / SPL 等)而非手写基础功能 - NatSpec / Rust doc 注释覆盖所有 public 函数 **安全优先(EVM/Solidity 重点):** - 重入防护:使用 ReentrancyGuard 或 checks-effects-interactions 模式 - 整数溢出:Solidity ≥0.8 内置检查,低版本用 SafeMath - 权限控制:Ownable / AccessControl / 多签,避免单点控制 - 外部调用:不信任外部合约返回值,限制 gas 转发 - 闪电贷攻击:价格预言机用 TWAP 而非即时价格 - 前端运行(MEV):commit-reveal 或时间锁机制 **安全优先(Solana/Anchor 重点):** - 账户验证:每个 instruction 都要验证 account owner 和 signer - PDA 派生:种子要唯一,避免碰撞 - CPI 调用:验证目标 program_id - 整数溢出:用 checked_add / checked_mul **Gas/资源优化:** …
Read the whole file at its exact version.
How to install
mdr add kingxiaozhe/cm-workflow/cm-contract-engineer@git:20260723.0314405mdr add kingxiaozhe/cm-workflow/cm-contract-engineer@sha256:4a4dc02bb38e52afPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_kd4d6xknbannhimt)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260723.0314405 latest | 2026-07-23 | 0314405 | 4,265 B | A | view · diff |
| git:20260707.60332da | 2026-07-07 | 60332da | 4,265 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4265 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
kingxiaozhe/cm-workflow · 29 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_kd4d6xknbannhimt GET https://markdownregistry.com/api/v1/resolve?ref=kingxiaozhe/cm-workflow/cm-contract-engineer GET https://markdownregistry.com/api/v1/blob/4a4dc02bb38e52af80ae53d0ec4fc60f2de86b66e8368919375f5af51c93f325
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.