Agent Plugins Marketplace
All plugins

cover-letter-pitch

v1.0.0

JD의 핵심 요구마다 관련 경험과 입사 후 기여를 짝지어, 사실에 근거한 맞춤형 자기소개서와 커버레터를 작성합니다.

Claude Code1 Skill

By Jongmin OhLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 9, 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 cover-letter-pitch for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cover-letter-pitch@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/jongmin-oh/cover-letter-pitch

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

Plugin files

cover-letter-pitch/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

cover-letter-pitchSKILL.md

JD(채용공고)를 기준으로 한국어 자기소개서를 정해진 4블록 패턴으로 작성한다. `내가 할 수 있는 것 3가지 → 내가 줄 수 있는 것 3가지 → 솔직한 단점 → 마지막 멘트` 순서로 쓰며, JD와 직접 연관된 내용만 담고 누구나 한 번에 읽히는 문장으로 만든다. Use when the user provides a job description and their experience and asks to write or revise a 자기소개서 or 자소서.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "cover-letter-pitch",
  "description": "JD의 핵심 요구마다 관련 경험과 입사 후 기여를 짝지어, 사실에 근거한 맞춤형 자기소개서와 커버레터를 작성합니다.",
  "version": "1.0.0",
  "author": {
    "name": "Jongmin Oh"
  },
  "license": "MIT",
  "homepage": "https://github.com/jongmin-oh/cover-letter-pitch",
  "repository": "https://github.com/jongmin-oh/cover-letter-pitch"
}

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

[cover-letter-pitch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cover-letter-pitch)