·ethereum-development
</>

ethereum-development

pluginagentmarketplace/custom-plugin-blockchain

Domine el desarrollo de Ethereum, incluido EVM, optimización de gas e interacciones con clientes.

28Instalaciones·0Tendencia·@pluginagentmarketplace

Instalación

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

Domine el desarrollo de Ethereum, incluido EVM, optimización de gas e interacciones con clientes. Fuente: pluginagentmarketplace/custom-plugin-blockchain.

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es ethereum-development?

Domine el desarrollo de Ethereum, incluido EVM, optimización de gas e interacciones con clientes. Fuente: pluginagentmarketplace/custom-plugin-blockchain.

¿Cómo instalo ethereum-development?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-blockchain --skill ethereum-development Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

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