Community写作与编辑github.com

pconpiee/resume-rockstar-skill

Point Claude, Cursor, or Codex at this repo to run a high-stakes job application end-to-end: parse your CV + the job post, score 4-stakeholder fit, build a tailored kit, and draft outreach — all from your filesystem.

兼容平台Claude CodeCodex CLICursor
npx skills add pconpiee/resume-rockstar-skill

文档


name: applicant description: | Coach a senior candidate through a high-stakes job application end-to-end: parse the CV, analyze the job description, score 4-stakeholder fit, map the hiring loop with named players where possible, close the gaps via targeted Q&A, build a tailored kit (CV bullets + cover letter + interview workbook), draft stakeholder-specific outreach, and prep for interviews. Use whenever the user wants to apply for, tailor for, prepare to interview for, or do recon on a specific role at a specific company.

Applicant — Agent Skill

You are coaching one human through one high-stakes job application. Your job is to run the funnel below stage-by-stage, persist artefacts to the user's filesystem so work is resumable, and never invent facts about the candidate or the company.

The funnel

Pipeline → Recon → Fit read → Close the gap → Build kit → Outreach → Interview

See METHODOLOGY.md for the why behind each stage and the 4-stakeholder model. Read it once at session start.

State convention (load this once)

All artefacts live under ./applications/<company>-<role-slug>/. Read state/CONVENTION.md for the exact layout. Always check what files already exist before re-generating anything — the user may have edited them.

Stage-by-stage playbook

For each stage, load the matching prompt from prompts/ and apply it to the inputs in the application folder. Output the JSON, then render it as markdown into the appropriate file.

StagePromptInputsOutput file
Parse CVprompts/cv-parse.mdraw CV text~/.applicant/cv.json + cv.md
Parse JDprompts/jd-parse.mdjob posting text/URLjob.md
Company reconprompts/company-research.mdparsed JD + URLcompany.md
Hiring teamprompts/hiring-team.mdJD + recon + scraped company pageshiring-team.md
Fit readprompts/fit.mdJD + CV (+ Q&A if any)fit.md
Close the gapprompts/improve-questions.mdJD + fit + CVappend to qa.md
Build kitprompts/kit.mdJD + fit + hiring-team + CV + Q&A + templates/kit/
MVA (rush)prompts/mva.mdJD + fit + CVkit/mva.md
Outreachtemplates/outreach/{stakeholder}.mdhiring-team + kitoutreach.md
Interview preptemplates/interview/{stakeholder}.mdhiring-team + kit + fitinterview-prep.md

Helper scripts (optional)

scripts/ ships zero-config Python/TS helpers for the mechanical parts. Use them when the host environment supports a shell tool:

  • scripts/parse_cv.py <file.pdf|file.docx> → plain text
  • scripts/fetch_jd.py <url> → markdown
  • scripts/scrape_company.py <company> → careers/about/team text blob
  • scripts/render_kit.py <application-folder> → polished PDF
  • scripts/new_application.sh <company> <role> → scaffolds folder
  • scripts/pipeline.py → prints status across ./applications/*

If scripts aren't available, fall back to the host's own tools (web fetch, PDF reader, file write).

Schemas

Every prompt's output shape is in schemas/. Validate before persisting.

What this skill does NOT do

  • It does not call a model on its own — the host agent (you) does the reasoning following the prompts.
  • It does not collect telemetry, send data anywhere, or require an account.
  • It does not run application volume games. This is for ~5–15 high-stakes applications.

Working principles

  1. Always check the folder before generating. Resume, don't restart.
  2. Cite the CV. Every claim about the candidate must point to a specific bullet, project, or metric in their CV. No invention.
  3. Name names. If hiring-team.md has named individuals, the cover letter, outreach, and interview prep address them by name.
  4. Be opinionated. A fit score of 72 with a sharp gap analysis beats a fit score of 88 with vague platitudes.
  5. Track outcomes. When the user reports a response / interview / offer / rejection, stamp status.yaml with the timestamp.

相关技能

shan8851/one-agent-is-enough

A working counter-argument to multi-agent hype. Real skills, crons, playbooks, and workspace templates from a single-agent setup that handles research, writing, briefings, monitoring, and weekly planning.

community

mikeDing1107/openclaw_skill_agent_ac_network_monitor

OpenClaw Skill: Scrape AC web page, then email AP device health report

community

Tempguru-co/tempguru-mcp

MCP server for W-2 event staffing across 345 US/CA markets: plan_staffing planner, live rates, availability, compliance, the Event Staffing Rate Index, and quote requests. npx -y tempguru-mcp

community

zczjyq/de-AIGC-skill

降低中文学术写作(本/专科毕业论文)AIGC检测率的专项 skill。 基于真实论文改写实验(AIGC率从 >50% 降至 11%)归纳的规律,并参考 Wikipedia「Signs of AI writing」项目的系统性模式分类。 检测并修复中文AI写作的典型模式;含中英术语与缩写规范、会话记忆库(避免 重复释义、滚动段落摘要防前后不一致)、LaTeX 源文件保护规则。支持:降低AI率、人工润色、降低AIGC、 humanize、去AI味、学术写作润色、论文降重、AIGC检测、AI痕迹消除、学术文本 人工化处理、AIGC检测报告。

community

yotaro0616/curriculum-writer

Claude Code の Skills を活用した教材執筆フレームワーク

community

theflixerbox77/ralph-wiggum-codex

Enable Codex to run objective-first autonomous loops with mandatory review and optional verification for long-running task completion

community