Skip to content
Content
Skill

/application-packager

Create a company-specific job application package from a JD, resume.md, cover letter drafts, HR review, and optional company values input. Use when the user wants 지원 패키지, submission checklist, application folder structure, final answer snippets, email draft support, or safe

From plugin
give-me-job
58 skills
Install
$ npx -y skills add kyoungbinkim/give-me-job --skill application-packager --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/application-packager

Context preview

The summary Claude sees to decide when to auto-load this skill.

Create a company-specific job application package from a JD, resume.md, cover letter drafts, HR review, and optional company values input. Use when the user wants 지원 패키지, submission checklist, application folder structure, final answer snippets, email draft support, or safe

SKILL.md

application-packager.SKILL.md
name: application-packager
description: Create a company-specific job application package from a JD, resume.md, cover letter drafts, HR review, and optional company values input. Use when the user wants 지원 패키지, submission checklist, application folder structure, final answer snippets, email draft support, or safe pre-submission preparation without automatic final submission.

Application Packager

Create submission-ready materials, but do not submit applications automatically.

Trigger

Use this skill after the JD analysis, cover letter draft/final, evidence map, HR review, and optional interview prep are ready or when the user asks to assemble a final Korean application package.

Do Not Trigger

Do not use this skill to bypass HR review, submit an application, send email, log in, solve CAPTCHA, or transmit personal information.

Autonomy Level

**DoF: LOW**

Create and validate the package structure deterministically. Do not mark an application submitted unless the user explicitly confirms manual submission.

Permitted inferences:

  • ASCII package slug from company and role.
  • Missing package files from the canonical package structure.

Prohibited inferences:

  • Do not create unsupported cover letter claims.
  • Do not invent deadlines, required documents, or submission status.

Input Contract

Required context:

  • Company name and role name.
  • JD or `applications/<company-role>/jd-analysis.md`.
  • `resume.md`.
  • Cover letter draft or final.
  • `applications/<company-role>/evidence-map.md`.
  • `applications/<company-role>/hr-review.md`.

Optional context:

  • Company values analysis.
  • `applications/<company-role>/interview-prep.md`.
  • Deadline, file requirements, and length limits.

Required parameters:

  • `company`: target company name.
  • `role`: target role title.

Outputs produced:

  • `applications/<company-role>/workflow.md`
  • `applications/<company-role>/submission-checklist.md`

Inputs

  • company name
  • role name
  • JD or JD analysis
  • `resume.md`
  • cover letter draft or final
  • optional company values analysis
  • deadline, file requirements, and length limits if available

Workflow

1. Normalize the application slug as `company-role`. 2. Create or propose the package structure from `references/package-structure.md`. 3. Save JD analysis, company values analysis, cover letter draft/final, evidence map, and checklist. 4. Save interview preparation when available. 5. Check company name, role name, file names, length limits, and required attachments. 6. Prepare manual submission snippets or email draft text when requested. 7. Record submission status only after the user confirms what happened. 8. Run structure validation for newly initialized templates. Run ready validation for completed answers, checking required questions, length rules, evidence references, completed current final review, and unresolved blockers. Only successful ready validation records `ready-for-user-review`.

Use `state.json` as the machine-readable preparation state and generate the `workflow.md` status summary from it. Keep recruitment progress in the tracker. Record interruption reasons and next actions; reuse completed steps only while their reviewed input hashes remain current. Legacy packages without current review metadata require revalidation and remain readable without overwriting their existing prose. User risk acceptance never waives unresolved blockers.

An AI request from CLI, TUI, or dashboard is a prepared prompt, not a completed package. Execute it in the existing agent, save the requested files, validate, and reload the interface. Installation, upgrade, and uninstall must not touch resume facts, saved jobs, tracking data, or application packages.

Hard Rules

  • Do not click or trigger a final submit/send action.
  • Do not bypass CAPTCHA, login, payment, consent, or sensitive personal information prompts.
  • Do not create unsupported claims that are absent from `resume.md`.
  • Do not auto-create user data during skill installation. Create files only when the user asks during a task.

Output

## Application Package
- Company:
- Role:
- Deadline:
- Package Path:
- Included Files:
- Missing Inputs:
- Interview Prep:
- Submission Checklist:
- Manual Submission Notes:

Fallback

If final cover letter text is not ready, call for `cover-letter-writer` and `hr-reviewer` work before packaging.

Read more
Ships withgive-me-job

give-me-job is an AI agent toolkit for Korean job applications. It helps you turn scattered career notes, a Korean job post, and company context into a focused application package: JD analysis, evidence-grounded 자기소개서 drafts, HR risk review, interview

Get the whole plugin
Stats
6
Stars
0
Forks
Active
Maintenance
JavaScript
Language
MIT
License
5d ago
Last commit
3mo ago
Created

Repo: kyoungbinkim/give-me-job

Other skills on give-me-job.

job-searcher
Skill

job-searcher

한국 채용 공고 검색 의도를 안내하고, 사용자가 제공한 공개 HTTPS 채용 페이지를 자격증명 없이 수집·정규화합니다. 잡코리아·링커리어·SK Careers·LG Careers에는 전용 추출기를 사용하고 기타 페이지는 구조화 데이터와 공개 본문을 보수적으로 처리하며, 자동 검색은 아직…