What problem does it solve? Nigerian fintech products must comply with jurisdiction-specific tax rules (VAT, CIT, WHT), FIRS e-invoicing mandates, and identity regulations that change with each Finance Act and have no safe generic defaults. This Skill provides the exact rate tables, computation kernels, API integration patterns, and validation logic needed to build compliant features without guessing. ## Core Features & Use Cases - Tax Computation Kernel: Pure, testable TypeScript functions for VAT (7.5% standard, zero-rated, exempt), WHT across six categories, CIT tiers, and VAT return netting with input VAT credit carry-forward. - FIRS e-Invoice Integration: Effect-based API service for TaxPro-Max invoice submission with HMAC-SHA256 signing, exponential backoff retries, and 6-year audit trail handling. - Identity & Compliance Utilities: Validators for TIN, BVN, NIN, CAC numbers, and Nigerian phone numbers, plus NDPR-compliant PII masking and dual en/pcm (Lagos Pidgin) locale support. - Use Case: Building a TaxBridge feature that computes VAT on an invoice, submits it to FIRS for an IRN, validates the customer's TIN, and displays amounts in Naira with Pidgin-language UI strings. ## Quick Start Ask the AI to implement a VAT return computation with FIRS e-invoice submission for a Nigerian fintech feature using this skill.