hiromailyhiromailyCommunityยท16 Agent Skills Included

go-crypto-wallet

Multi-chain cold wallet key generation, signing, and monitoring

Manages multi-signature cryptocurrency wallets for Bitcoin, Bitcoin Cash, Ethereum, and XRP with offline key generation and signing. Separates cold wallets from an online watch wallet so private keys never touch an internet-connected machine. Guides development workflows for Go code, database migrations, Solidity contracts, and end-to-end transaction testing against real local nodes.
npx skills add hiromaily/go-crypto-wallet --all -g -y
Available:

Instructs your AI agent on security-first rules, clean architecture boundaries, and which sub-skills to load when working on this multi-chain cold wallet codebase.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
hiromailyhiromaily

docs-update

Automate SSOT-compliant edits to Markdown documentation files under docs/.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

devops

Automate CI/CD workflow optimization for GitHub Actions, Dockerfiles, and compose files.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

solidity-development

Automate Solidity contract modification and ABI regeneration workflows.

Community
Intermediate
๐Ÿ“ฆ In Repo
hiromailyhiromaily

verify-buildkit-cache

Verify BuildKit cache persistence and restoration in GitHub Actions CI logs.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

typescript-development

Automate TypeScript/JavaScript linting, formatting, and type checks in apps/.

Community
Intermediate
๐Ÿ“ฆ In Repo
hiromailyhiromaily

git-workflow

Enforce a standard Git workflow with branch checks, naming conventions, and PR reviews.

Community
Basic
๐Ÿ“ฆ In Repo
hiromailyhiromaily

db-migration

Automate Atlas schema migrations and SQLC query generation workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

fix-pr-review

Classify modified files and apply targeted fixes to PR review comments.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

makefile-update

lint and dry-run validate Makefile and make/*.mk changes.

Community
Basic
๐Ÿ“ฆ In Repo
hiromailyhiromaily

bch-development

Enforce BCH-specific method overrides in Go without altering BTC base logic.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

shell-scripts

Format, lint, and validate shell scripts with shfmt and shellcheck.

Community
Advanced
๐Ÿ“ฆ In Repo
hiromailyhiromaily

btc-terminology

Clarify Bitcoin terminology to prevent misinterpretations in code and configurations.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install go-crypto-wallet?โ–ผ

Run `npx skills add hiromaily/go-crypto-wallet --all -g -y` in your terminal to install all skills in this suite globally.

How does go-crypto-wallet keep private keys safe?โ–ผ

It uses a three-wallet design: offline keygen and sign wallets hold private keys, while an online watch wallet creates and broadcasts transactions without ever touching a key.

Which blockchains does go-crypto-wallet support?โ–ผ

It supports Bitcoin (including Taproot and MuSig2), Bitcoin Cash, Ethereum with ERC-20 tokens and Safe multisig, and XRP, all verified against real local nodes.

Can AI agents work on this wallet codebase safely?โ–ผ

Yes. The included skills enforce branch checks, security rules, and verification commands so your agent never logs keys or pushes directly to main.

Does go-crypto-wallet support multisig transactions?โ–ผ

Yes. It implements 2-of-3 multisig, Taproot MuSig2 signature aggregation, Ethereum Safe multisig, and MPC-TSS threshold signing.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’