Agent Plugins Marketplace
← All plugins

writing

v0.3.0-beta.3

독자·목적·근거에 맞춰 업무 문서와 개발자 블로그의 정보를 선별하고, 문서 배치와 글의 흐름을 다듬는다.

CodexClaude Code2 Skills

By sonsuLicense: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 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 writing 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 writing@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 “writing-4” remain stable.

  • Codex: writing-4@agent-plugin-marketplace → writing@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/writing/.

Plugin files

plugins/writing/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/write-developer-blog/SKILL.md
└── skills/writing/SKILL.md

Included Skills2

write-developer-blogskills/write-developer-blog/SKILL.md

개발자 블로그나 게시할 기술 아티클, TIL, 디버깅 회고와 기술 선택 글을 자료·코드·검증 결과에 근거해 기획·작성·수정·검토할 때 사용한다. 일반 기술 설명·질의응답, 업무 문서·README·티켓·PR 작성이나 블로그 작성법만 조사하는 요청에는 사용하지 않는다.

writingskills/writing/SKILL.md

짧은 문장 수정부터 답변과 업무 문서의 작성·수정·요약까지 정보 선별, 문장·문단 구성과 편집 범위를 다룬다. README와 상세 문서의 갱신·배치, 코드 주석, 동료 메시지와 주어진 양식 안의 티켓·PR 설명에 사용한다.

Plugin manifests2

plugins/writing/.codex-plugin/plugin.json
{
  "name": "writing",
  "version": "0.3.0-beta.3",
  "description": "독자·목적·근거에 맞춰 업무 문서와 개발자 블로그의 정보를 선별하고, 문서 배치와 글의 흐름을 다듬는다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT",
  "keywords": [
    "writing",
    "technical-writing",
    "developer-blog",
    "til",
    "korean",
    "japanese",
    "english",
    "tickets",
    "pull-requests",
    "skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Writing",
    "shortDescription": "업무 문서와 근거 기반 개발자 블로그 글쓰기",
    "longDescription": "문서화할 내용을 선별하고 기존 문서를 우선 갱신하며, README의 주요 안내와 상세 문서를 연결한다. 개발자 블로그는 흐름 의사코드를 먼저 정하고 저자 경험·코드·출처·검증 결과를 구분해 TIL, 디버깅 회고와 기술 선택 글을 작성한다. Engineering, Research, Fluent 및 Workflow와 함께 적용하거나 단독으로 사용할 수 있다.",
    "developerName": "sonsu",
    "category": "Productivity",
    "capabilities": [
      "Write"
    ],
    "defaultPrompt": "독자와 목적에 필요한 내용을 골라 문서 또는 개발자 블로그의 흐름과 근거를 다듬어 줘."
  }
}
plugins/writing/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "writing",
  "displayName": "Writing",
  "version": "0.3.0-beta.3",
  "description": "독자·목적·근거에 맞춰 업무 문서와 개발자 블로그의 정보를 선별하고, 문서 배치와 글의 흐름을 다듬는다.",
  "author": {
    "name": "sonsu",
    "url": "https://github.com/sonsu-lee"
  },
  "license": "MIT",
  "keywords": [
    "writing",
    "technical-writing",
    "developer-blog",
    "til",
    "korean",
    "japanese",
    "english",
    "tickets",
    "pull-requests",
    "skills"
  ]
}

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

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