abi-codegen
Installation
SKILL.md
JSON to TypeScript ABI Converter
Purpose
Automates the conversion of JSON ABI files to TypeScript files with properly typed const exports, ensuring type safety
and consistency across the SDK.
When to Use
- Adding new contract ABIs to the SDK
- Updating existing ABI files after contract changes
- Batch converting multiple ABI files
- Ensuring ABI TypeScript files match their JSON sources
How It Works
The skill provides a conversion script that: