·mockery

Mock generation workflow for go-crypto-wallet. Activate whenever a developer asks to generate a mock for a new interface, add test coverage that requires a mock, or replace a manually-written test stub for a ports interface. Claude MUST use `make mockery` — never write mock struct code by hand.

11Installs·0Trend·@hiromaily

Installation

$npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery

How to Install mockery

Quickly install mockery AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: hiromaily/go-crypto-wallet.

SKILL.md

View raw

Mocks live in the infrastructure layer, beside the concrete implementations:

| Interface package (application/ports/) | Mock output directory (infrastructure/) |

| ports/api/btc/ | infrastructure/api/btc/mocks/ | | ports/api/eth/ | infrastructure/api/eth/mocks/ | | ports/api/xrp/ | infrastructure/api/xrp/mocks/ | | ports/file/ | infrastructure/storage/file/transaction/mocks/ | | ports/repository/cold/ | infrastructure/repository/cold/mocks/ | | ports/repository/watch/ | infrastructure/repository/watch/mocks/ |

Mock generation workflow for go-crypto-wallet. Activate whenever a developer asks to generate a mock for a new interface, add test coverage that requires a mock, or replace a manually-written test stub for a ports interface. Claude MUST use `make mockery` — never write mock struct code by hand. Source: hiromaily/go-crypto-wallet.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery
Category
!Security
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from hiromaily/go-crypto-wallet

Quick answers

What is mockery?

Mock generation workflow for go-crypto-wallet. Activate whenever a developer asks to generate a mock for a new interface, add test coverage that requires a mock, or replace a manually-written test stub for a ports interface. Claude MUST use `make mockery` — never write mock struct code by hand. Source: hiromaily/go-crypto-wallet.

How do I install mockery?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hiromaily/go-crypto-wallet --skill mockery Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/hiromaily/go-crypto-wallet