什么是 concepts?
构建链上的基本思维模型——专注于法学硕士犯了什么错误以及人类需要解释什么。 “没有什么是自动发生的”和“激励就是一切”是核心信息。当您的人员不熟悉链上开发时,当他们设计系统时,或者当他们询问“这实际上是如何工作的?”时使用。当你设计一个系统时也可以使用——状态机+激励框架在设计错误变成死代码之前捕获它们。 来源:austintgriffith/ethskills。
构建链上的基本思维模型——专注于法学硕士犯了什么错误以及人类需要解释什么。 “没有什么是自动发生的”和“激励就是一切”是核心信息。当您的人员不熟悉链上开发时,当他们设计系统时,或者当他们询问“这实际上是如何工作的?”时使用。当你设计一个系统时也可以使用——状态机+激励框架在设计错误变成死代码之前捕获它们。
通过命令行快速安装 concepts AI 技能到你的开发环境
来源:austintgriffith/ethskills。
"Smart contracts run automatically." No. Smart contracts cannot execute themselves. There is no cron job, no scheduler, no background process. Every function needs a caller who pays gas. This single misconception is the root cause of most broken onchain designs.
"Just add a timer." There are no timers. If something needs to happen at a certain time, you need someone to call the function at that time — and you need to give them a reason to do it.
"The protocol team will handle that." The whole point of decentralization is that no single team operates the system. If your design requires an operator, it's not decentralized — and it has a single point of failure.
构建链上的基本思维模型——专注于法学硕士犯了什么错误以及人类需要解释什么。 “没有什么是自动发生的”和“激励就是一切”是核心信息。当您的人员不熟悉链上开发时,当他们设计系统时,或者当他们询问“这实际上是如何工作的?”时使用。当你设计一个系统时也可以使用——状态机+激励框架在设计错误变成死代码之前捕获它们。 来源:austintgriffith/ethskills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/austintgriffith/ethskills --skill concepts构建链上的基本思维模型——专注于法学硕士犯了什么错误以及人类需要解释什么。 “没有什么是自动发生的”和“激励就是一切”是核心信息。当您的人员不熟悉链上开发时,当他们设计系统时,或者当他们询问“这实际上是如何工作的?”时使用。当你设计一个系统时也可以使用——状态机+激励框架在设计错误变成死代码之前捕获它们。 来源:austintgriffith/ethskills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/austintgriffith/ethskills --skill concepts 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/austintgriffith/ethskills