Content & Writing

Business Idiom Section

us-work-english-idiom-section

Write a business-idiom section as collapsible blocks — one bold English line and a single key bullet per expression, nothing else.

englishidiomsdocusaurus
Install
mkdir -p ~/.claude/skills && curl -fsSL https://skill.metacog.co.kr/dist/us-work-english-idiom-section.zip \
  -o /tmp/us-work-english-idiom-section.zip && unzip -oq /tmp/us-work-english-idiom-section.zip -d ~/.claude/skills
Files2
Size5.1 KB
Bundled foldersreferences/
LicenseMIT

This skill produces Korean-language output by default.

Authored by jeonck (MIT) · Browse files on GitHub · Download zip

When Claude uses it

This skill should be used when writing a 비즈니스 관용 표현 및 실전 화법 section for the us-work-english Docusaurus site. It produces collapsible details blocks where each expression uses a bold English line and a single 핵심 bullet only — no Korean translation inline, no 원문, no 유사 표현. Triggers when the user provides business expressions or idioms to be formatted as an inline section within an existing page such as docs/workplace/meetings.md.

SKILL.md

us-work-english 비즈니스 관용 표현 섹션 스킬

Overview

Write the "비즈니스 관용 표현 및 실전 화법" section that appears inside existing Docusaurus pages on the us-work-english site. The canonical example is in docs/workplace/meetings.md.

Load references/format.md before writing any content — it contains the full template and the rules table.

Format at a Glance

Each section consists of:

  1. A ## 비즈니스 관용 표현 및 실전 화법 heading (or a contextual equivalent)
  2. 3–4 details blocks, each covering one theme
  3. Inside each block: 2–4 expressions, each formatted as:
**"Exact English expression."**

- 핵심: 2–3 sentences explaining communicative function and why it sounds professional.
  1. A closing :::tip 💡 팁 admonition

Step-by-Step Workflow

Step 1 — Receive and group the expressions

Step 2 — Write the section

Follow these rules strictly (see references/format.md for full detail):

Step 3 — Place the content

npx docusaurus build
git add docs/SECTION/FILE.md
git commit -m "Add 비즈니스 관용 표현 section to FILE"
git push

Quality Checklist