Back to Skills

vm-dev

EojEdred
Updated 11 days ago
66 views
0
View on GitHub
Designvmetwasmsmart-contractsgas

About

The vm-dev Claude Skill helps developers build and optimize smart contracts for the ËtwasmVM. It provides capabilities to scaffold a Wasm execution engine, integrate VMw gas accounting logic, and add developer hooks for contracts. Use this skill when working on Rust-based smart contract projects that require precise gas metering and VM integration.

Quick Install

Claude Code

Recommended
Primary
npx skills add EojEdred/Etrid -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/EojEdred/Etrid
Git CloneAlternative
git clone https://github.com/EojEdred/Etrid.git ~/.claude/skills/vm-dev

Copy and paste this command in Claude Code to install this skill

GitHub Repository

EojEdred/Etrid
Path: 14-aidevs/skills/vm-dev
0

Related Skills

blockchain-expert

Other

This skill provides expert guidance for blockchain development, including smart contracts, DeFi protocols, and Web3 applications. Use it for tasks like writing and auditing Solidity code, designing dApp architectures, or implementing cryptocurrency systems. It covers core concepts from consensus mechanisms to gas optimization and security patterns.

View skill

arweave-ao-cookbook

Other

This skill helps developers build decentralized applications on the AO compute platform using the actor model. It provides guidance for creating parallel processes with native message-passing and leveraging permanent storage on Arweave. Use it when you need to develop scalable, permanent dApps on this decentralized infrastructure.

View skill

executing-plans

Design

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

View skill

requesting-code-review

Design

This skill dispatches a code-reviewer subagent to analyze code changes against requirements before proceeding. It should be used after completing tasks, implementing major features, or before merging to main. The review helps catch issues early by comparing the current implementation with the original plan.

View skill