invoice-development
✓Development guide for @rytass/invoice base package (發票基底套件開發指南). Use when creating new invoice adapters (新增發票 adapter), understanding base interfaces, or extending invoice functionality. Covers Invoice, InvoiceGateway, InvoiceAllowance interfaces and implementation patterns.
Installation
SKILL.md
This skill provides guidance for developers working with the @rytass/invoice base package, including creating new invoice adapters.
The @rytass/invoice package defines the core interfaces and types that all invoice adapters must implement. It follows the adapter pattern to provide a unified API across different Taiwan e-invoice providers.
| TaxType | TAXED, TAXFREE, ZEROTAX, SPECIAL, MIXED | | InvoiceState | INITED, ISSUED, VOID, ALLOWANCED | | InvoiceAllowanceState | INITED, ISSUED, INVALID | | InvoiceCarrierType | PRINT, MOBILE, MOICA, LOVECODE, MEMBER, PLATFORM | | CustomsMark | YES, NO |
Development guide for @rytass/invoice base package (發票基底套件開發指南). Use when creating new invoice adapters (新增發票 adapter), understanding base interfaces, or extending invoice functionality. Covers Invoice, InvoiceGateway, InvoiceAllowance interfaces and implementation patterns. Source: rytass/utils.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/rytass/utils --skill invoice-development- Source
- rytass/utils
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is invoice-development?
Development guide for @rytass/invoice base package (發票基底套件開發指南). Use when creating new invoice adapters (新增發票 adapter), understanding base interfaces, or extending invoice functionality. Covers Invoice, InvoiceGateway, InvoiceAllowance interfaces and implementation patterns. Source: rytass/utils.
How do I install invoice-development?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rytass/utils --skill invoice-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/rytass/utils
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05