·ethereum-development
</>

ethereum-development

pluginagentmarketplace/custom-plugin-blockchain

Beherrschen Sie die Entwicklung von Ethereum, einschließlich EVM, Gasoptimierung und Kundeninteraktionen

28Installationen·0Trend·@pluginagentmarketplace

Installation

$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 |

Beherrschen Sie die Entwicklung von Ethereum, einschließlich EVM, Gasoptimierung und Kundeninteraktionen Quelle: pluginagentmarketplace/custom-plugin-blockchain.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist ethereum-development?

Beherrschen Sie die Entwicklung von Ethereum, einschließlich EVM, Gasoptimierung und Kundeninteraktionen Quelle: pluginagentmarketplace/custom-plugin-blockchain.

Wie installiere ich ethereum-development?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

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