Skip to content

EVVM-org/evvm-agent-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

EVVM Agent Skill

A universal agent skill that covers the full EVVM ecosystem: deploying your own virtual chain on testnet, building smart contract services, integrating frontends with @evvm/evvm-js, and running Fisher nodes.

Compatible with any AI coding agent that supports skill/instruction files (Claude, OpenCode, Cursor, Cline, Aider, etc.).

What it does

When loaded by an agent, this skill activates whenever the user asks anything related to EVVM development:

  • Deploy your own EVVM instance on a testnet using the testnet-Contracts CLI
  • Build services — Solidity smart contracts that use EVVM's gasless signature model
  • Build frontends / APIs — TypeScript/JS integration using @evvm/evvm-js with ethers or viem
  • Build Fishers — nodes that execute signed user transactions and earn MATE rewards

Installation

Copy SKILL.md to your agent's configuration directory:

Agent Location
OpenCode .opencode/skills/evvm/SKILL.md or ~/.agents/skills/evvm/SKILL.md
Cursor .cursor/rules/evvm.md
Cline .clinerules/evvm.md
Claude Code .claude/skills/evvm.md
Generic Any file your agent reads for context/instructions

The skill is plain Markdown with YAML frontmatter — compatible with any agent that reads instruction files.

Packages covered

Package Use
@evvm/testnet-contracts Solidity interfaces + CLI for deploying EVVM
@evvm/evvm-js TypeScript/JS library for frontends and Fishers

Resources

About

Universal AI agent skill for the EVVM ecosystem deploy virtual chains, build gasless smart contracts, frontends, and Fisher node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors