eCash AI Skill
v0.4.1Agent skill

eCash AI Skill

A maintained skill package for eCash development in Claude Code, Codex, Cursor, OpenCode, and compatible agents. It collects practical context for Chronik, ecash-lib, wallets, tokens, Agora, Cashtab, PayButton, and realistic test doubles.

What it covers
Practical references for common eCash agent work.

Chronik queries

Agent-ready guidance for address history, UTXOs, token lookups, broadcasts, and WebSockets.

Wallet and signing

Rules for HD wallet paths, XEC units, token actions, transaction building, and signing patterns.

Apps and integrations

Implementation context for Cashtab, Cashtab Connect, PayButton, Agora, and quicksend flows.

Testing guidance

Mock Chronik clients, deterministic transaction fixtures, unit boundaries, and network-free checks.

Install

Pick the path that matches your agent. The skill is stored as markdown references, so it works without app runtime dependencies once installed.

Claude Code plugin
Install the eCash AI Skill as a Claude Code plugin for eCash development sessions.

1. Add marketplace

claude plugin marketplace add https://github.com/alitayin/ecashskill

2. Install skill

claude plugin install ecashskill@ecashskill

3. Verify installation

claude plugin list

Project structure

Start with the skill entry point, then drill into references when a task needs library-specific details.