·ethereum-development
</>

ethereum-development

pluginagentmarketplace/custom-plugin-blockchain

EVM、ガスの最適化、クライアントとの対話を含むマスターイーサリアム開発

28インストール·0トレンド·@pluginagentmarketplace

インストール

$npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development

SKILL.md

Master Ethereum development including EVM internals, gas optimization, transaction mechanics, and client interactions.

| Storage packing | 20k/slot | uint128 + uint128 in one slot | | Calldata vs memory | 3/byte | Use calldata for read-only | | Unchecked math | 80/op | unchecked { i++; } | | Custom errors | 200+ | error Unauthorized() | | Short-circuit | Variable | Cheap checks first |

| Storage in loops | Expensive reads | Cache in memory first | | String storage | Uses multiple slots | Use bytes32 when possible | | Zero value storage | Full refund gone | Don't rely on SSTORE refunds |

EVM、ガスの最適化、クライアントとの対話を含むマスターイーサリアム開発 ソース: pluginagentmarketplace/custom-plugin-blockchain。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

ethereum-development とは?

EVM、ガスの最適化、クライアントとの対話を含むマスターイーサリアム開発 ソース: pluginagentmarketplace/custom-plugin-blockchain。

ethereum-development のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/pluginagentmarketplace/custom-plugin-blockchain