openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Jasoseo is a Claude Code plugin that automates an 8-step pipeline for writing Korean self-introduction letters, ensuring factual accuracy, preventing content duplication, and managing company-specific deadlines.
12
No data
0
0
MIT
2026-07-27
It addresses the repetitive, error-prone process of writing multiple cover letters by automatically fact-checking against a resume, detecting duplicated content, and enforcing character limits, all while organizing files by company and deadline.
회사 하나 조사하고, 문항 뜯어보고, 초안 쓰고, 글자 수 맞추고, 검토하고, 다듬고, 다시 확인하고… 자소서 한 편에 드는 이 반복을 8단계로 정리해 자동으로 돌려주는 Claude Code 플러그인입니다. 특히 여러 회사에 동시에 지원하는 신입·인턴 지원자를 위해 만들었습니다.
여러 회사에 지원하다 보면 매번 똑같은 실수가 반복됩니다. jasoseo는 그걸 막아줍니다.
대신, 못 하는 것도 분명히 말씀드립니다: 실제 지원 폼에 자동 제출은 하지 않습니다(최종 검토·제출은 본인 몫). 그리고 글자 수 기준이 "공백 포함이냐 제외냐"는 공고에 안 적힌 경우가 많아, 제출 전 지원 폼에서 한 번 확인하시라고 항상 안내합니다.
1단계 — 플러그인 설치
GitHub에서 설치 (권장):
/plugin marketplace add KangRyun/jasoseo-plugin
/plugin install jasoseo@jasoseo-marketplace
직접 클론해서 로컬로 써보려면 (내려받은 폴더 경로를 그대로 사용):
/plugin marketplace add ./jasoseo-plugin
/plugin install jasoseo@jasoseo-marketplace
2단계 — 작업 폴더 준비
지원 준비를 모아둘 폴더(예: ~/취업준비)를 하나 만들고, 그 안에서 Claude Code를 실행합니다. 이 폴더에 아래 두 파일을 둡니다.
| 파일 | 필수? | 무엇을 담나 |
|---|---|---|
이력서.md | 필수 | 학력·경력·프로젝트·수상·스킬 등 사실. 자소서의 모든 소재는 여기서만 가져옵니다. 여기 없는 건 자소서에 안 씁니다. |
PROFILE.md | 선택(권장) | 이력서엔 안 적었지만 자소서엔 쓸 수 있는 것 — 예: "이 프로젝트의 A기능은 팀원이 한 거라 내 성과로 쓰면 안 됨", "여러 회사에 반복해서 쓸 나만의 핵심 컨셉" 등. |
이력서.md가 어떤 모습이어야 할지 감이 안 오면, 그냥 이력서 내용을 마크다운으로 편하게 적어두면 됩니다(항목별 제목 + 내용). PROFILE.md는 템플릿을 복사해 채우세요 — 비워둬도 동작하고, 진행하면서 알게 된 사실이 계속 쌓입니다.
작업 폴더에서 Claude Code를 켜고, 회사명과 직무를 함께 입력합니다:
/jasoseo 삼성전자 데이터엔지니어
회사명과 직무는 둘 다 필수입니다. 같은 회사라도 직무가 다르면(데이터엔지니어 / 반도체 공정 / 영업) 자소서가 완전히 달라지기 때문입니다. 직무 없이 회사명만 입력하면 Claude가 먼저 직무를 물어본 뒤 진행합니다. 이어서 채용 공고(링크나 이미지)·문항·마감일도 물어보고 8단계를 시작합니다.
특정 단계부터 이어가고 싶으면 맨 끝에 단계 이름을 붙입니다:
/jasoseo 삼성전자 데이터엔지니어 리뷰 # 이미 초안이 있고, 전문가 리뷰부터
이 플러그인의 설치 명령(/plugin ...)은 Claude Code 전용이라 Codex에선 동작하지 않습니다. 하지만 파이프라인 본체는 표준 SKILL.md라, Codex의 Skills 기능으로 그대로 옮겨 쓸 수 있습니다 (Codex도 SKILL.md + name/description frontmatter 포맷을 씁니다).
설치 — 스킬 폴더만 복사하면 됩니다.
# 전역(어디서나 사용): ~/.agents/skills/ · 특정 저장소에서만: /.agents/skills/
한국 취업 자기소개서를 기업조사→초안→글자수→리뷰→윤문→검증 8단계로 완성하는 Claude Code 플러그인
Similar projects matched by category, topics, and programming language.
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.