
A thin wrapper around kimlawtech's Korean accounting automation tool that helps startups, freelancers, and sole proprietors turn bank CSVs, credit card PDFs, and receipt images into proper bookkeeping records. The skill walks you through extracting transaction data, tagging chart of accounts, and generating tax accountant handoff files or management reports. It's built for Korean tax rules specifically and handles intake carefully, asking about business type, period, and sensitivity before touching files. The upstream does OCR and CODEF integration for auto-pulling bank and card data, though you bring your own API keys. Good for getting messy financial docs into shape before your actual accountant reviews them, not for filing taxes directly.
npx -y skills add nomadamas/k-skill --skill korean-jangbu-for --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct korean-jangbu-for
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files korean-jangbu-for
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/korean-jangbu-for/instruction.md.