
If you're setting up a Korean stock company (주식회사) for the first time and need to file with the corporate registry, this walks you through the full promoter-based incorporation process. It generates actual HWP documents using templates stored in the skill: articles of incorporation, share subscription forms, board minutes, acceptance letters, and the official Form 65-1 application. It checks registration tax rates, identifies Seoul metropolitan congestion zone surcharges, and fills table cells via rhwp-edit with your company name, officers, and capital structure. The disclaimers are strong: this is a reference tool, not legal advice, and you still need to verify everything with the registry office, tax authorities, or a licensed professional before submission.
npx -y skills add nomadamas/k-skill --skill corporate-registration-consulting --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 corporate-registration-consulting
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 corporate-registration-consulting
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/corporate-registration-consulting/instruction.md.