k-jp-business-navigators — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited k-jp-business-navigators (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Korean + Japanese business culture decoders for Claude Code. Two specialist agents that translate what 회식 / 稟議 / 根回し / nunchi / 검토해보겠습니다 / 検討させていただきます actually mean — and what to do next.
claude --plugin-url https://github.com/daehounan/k-jp-business-navigators/releases/download/v1.0.0/k-jp-business-navigators-v1.0.0.zipCross-platform. No clone, no PowerShell, no build step. ~560 lines of focused content. Routing overhead: ~600 tokens (vs ~8,400 for the full agency-agents-fork bundle).
Foreign professionals reliably misread Korean and Japanese deal signals because the rules are invisible. A Korean "yes" is not always agreement. "검토해보겠습니다" usually means no — but "긍정적으로 검토" means yes. Japanese "検討させていただきます" is a polite decline. The real decision happens in 根回し before the 稟議 paperwork starts circulating. Miss any of this and the deal dies without you knowing why.
Public Claude Code collections covered every framework, every cloud, every game engine — but nothing for the cultural mechanics of doing business in Korea and Japan. This plugin closes that gap.
You: 거래처 부장님이 다음 주에 회식 초대했는데 어떻게 답해야 자연스러워요? 처음 미팅한 자리에서 바로 초대받았어요.
→ Skill korean-business auto-fires → routes to Korean Business Navigator agent → returns:
You: 日本の取引先から「検討させていただきます」と返事が来ました。前向きですか?
→ Skill japanese-business auto-fires → routes to Japanese Business Navigator agent → returns:
| Component | Lines | Triggers on |
|---|---|---|
agents/korean-business-navigator.md | 216 | Korean business signals via korean-business skill |
agents/japanese-business-navigator.md | 276 | Japanese business signals via japanese-business skill |
skills/korean-business/SKILL.md | 31 | 품의, 회식, 카카오톡 비즈, 한국 거래처, 결재라인, nunchi, 검토해보겠습니다, etc. |
skills/japanese-business/SKILL.md | 34 | 稟議, 根回し, 検討させていただきます, 飲み会, 商習慣, ビジネス日本語, etc. |
That's it. No framework lock-in, no marketplace dependencies, no telemetry, no outbound network calls.
The two SKILL.md files declare Korean / Japanese business triggers in their description. When Claude Code's runtime detects matching signals in your prompt, it auto-loads the skill, which delegates to the matching agent via subagent_type. No manual invocation required — just ask in Korean, Japanese, or English about a relevant situation.
To force routing manually:
/korean-business How do I respond to 회식 invite from 부장님?
/japanese-business What does 検討させていただきます mean here?korean-legal-engine / consult a lawyerThese same two agents ship inside daehounan/agency-agents-fork — a 163-agent collection covering engineering, paid media, game-dev, sales, and more. Install that if you also want broader coverage:
claude --plugin-url https://github.com/daehounan/agency-agents-fork/releases/download/v1.3.0/agency-agents-fork-v1.3.0-full.zipTrade-off: full bundle adds ~7,800 tokens of routing overhead per turn for the other 161 agents you might not use. This standalone plugin keeps it under 600 tokens.
agency-agents-fork, then extracted here for standalone use.git clone https://github.com/daehounan/k-jp-business-navigators
cd k-jp-business-navigators
pwsh scripts/build-plugin.ps1
claude --plugin-dir ./dist/pluginOr just install the pre-built zip from the latest release — recommended for most users.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.