Agent Plugins Marketplace
← All plugins

fluent-languages

v0.2.0-beta.3

한국어·일본어·영어를 자연스럽게 작성하는 표현 지침을 제공한다. Includes 3 skills.

CodexClaude Code3 Skills

By sonsuLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install fluent-languages for Codex and Claude Code

Installs for the current user
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add fluent-languages@sonsu-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sonsu-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “fluent-languages” remain stable.

  • Codex: fluent-languages@agent-plugin-marketplace → fluent-languages@sonsu-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sonsu-lee/sonsu-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/fluent-languages/.

Plugin files

plugins/fluent-languages/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/fluent-english/SKILL.md
├── skills/fluent-japanese/SKILL.md
└── skills/fluent-korean/SKILL.md

Included Skills3

fluent-englishskills/fluent-english/SKILL.md

영어 답변, 보고서, 설명문과 문서를 자연스럽게 작성하거나 다듬을 때 사용한다. 코드 작업 결과와 기술 문서의 설명문도 포함하며, 요청한 출력 언어를 기준으로 선택한다.

fluent-japaneseskills/fluent-japanese/SKILL.md

일본어 답변, 보고서, 설명문과 문서를 자연스럽게 작성하거나 다듬을 때 사용한다. 코드 작업 결과와 기술 문서의 설명문도 포함하며, 요청한 출력 언어를 기준으로 선택한다.

fluent-koreanskills/fluent-korean/SKILL.md

한국어 답변, 보고서, 설명문과 문서를 자연스럽게 작성하거나 다듬을 때 사용한다. 기술 문서와 코드 작업 결과 설명도 포함한다. 프롬프트 언어가 아니라 요청한 출력 언어를 기준으로 선택한다. 문장 관계와 번역투, 불필요한 상투 표현을 점검한다.

Plugin manifests2

plugins/fluent-languages/.codex-plugin/plugin.json
{
  "name": "fluent-languages",
  "version": "0.2.0-beta.3",
  "description": "한국어·일본어·영어를 자연스럽게 작성하는 표현 지침을 제공한다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT",
  "keywords": [
    "korean",
    "japanese",
    "english",
    "writing",
    "localization",
    "skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Fluent Languages",
    "shortDescription": "자연스러운 한국어·일본어·영어 표현 지침",
    "longDescription": "언어별 어순·표현·어조를 다듬고 기술 내용, 지정 구조, 불확실성과 프로젝트 관리 문자열을 보존한다. 지침은 한국어로 관리하며 요청한 언어로 작성한다.",
    "developerName": "sonsu",
    "category": "Productivity",
    "capabilities": [
      "Write"
    ],
    "defaultPrompt": "요청한 출력 언어에 맞춰 자연스럽고 정확하게 설명해 줘."
  }
}
plugins/fluent-languages/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "fluent-languages",
  "displayName": "Fluent Languages",
  "version": "0.2.0-beta.3",
  "description": "한국어·일본어·영어를 자연스럽게 작성하는 표현 지침을 제공한다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT",
  "keywords": [
    "korean",
    "japanese",
    "english",
    "writing",
    "localization",
    "skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[fluent-languages on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fluent-languages)