·bch-development
!

bch-development

Bitcoin Cash (BCH) API implementation rules. Critical pattern for embedding Bitcoin struct and overriding BCH-specific methods. Use when working on BCH-related code in internal/infrastructure/api/btc/bch/.

9Installs·0Trend·@hiromaily

Installation

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

How to Install bch-development

Quickly install bch-development 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 bch-development
  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

This is a non-negotiable architectural rule. BCH implementation uses struct embedding with method override pattern.

Key Principle: BitcoinCash embeds Bitcoin, inheriting all BTC methods by default.

| Separation of Concerns | BTC code remains pure and focused | | Maintainability | BCH changes don't affect BTC | | Clarity | BCH differences are explicit in BCH directory | | Safety | BTC modifications can't accidentally break BCH |

Bitcoin Cash (BCH) API implementation rules. Critical pattern for embedding Bitcoin struct and overriding BCH-specific methods. Use when working on BCH-related code in internal/infrastructure/api/btc/bch/. 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 bch-development
Category
!Security
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from hiromaily/go-crypto-wallet

Quick answers

What is bch-development?

Bitcoin Cash (BCH) API implementation rules. Critical pattern for embedding Bitcoin struct and overriding BCH-specific methods. Use when working on BCH-related code in internal/infrastructure/api/btc/bch/. Source: hiromaily/go-crypto-wallet.

How do I install bch-development?

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 bch-development 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