| name | offerpilot-claude-code-adapter |
| description | Use the OfferPilot skill pack for resume optimization, China-first JD fit diagnosis, targeted resumes, structured evaluation, mock interview prep, product research, application tracking, outreach, and cover letters in Claude Code style repository agents. Trigger on short intents like "ๆ็
ง offerpilot ไผๅ็ฎๅ", "็จ offerpilot ๅ JD ๅน้
", or "/offerpilot ...". |
Claude Code Adapter
This adapter provides the minimum platform-specific bridge to the shared OfferPilot workflow.
Read Order
../../README.md
../../WORKFLOW.md
../../INPUTS.md
../../OUTPUTS.md
../../PROMPTS.md
- task-specific document:
- China-first JD matching:
../../JD_MATCHING.md
- resume diagnosis:
../../RESUME_DIAGNOSIS.md
- profile datastore assembly:
../../DATASTORE.md
- structured or batch evaluation:
../../EVALUATION.md
- mock interview:
../../MOCK_INTERVIEW.md
- product research:
../../PRODUCT_RESEARCH.md
- application tracking:
../../TRACKER.md
- LinkedIn outreach:
../../OUTREACH.md
../../scripts/README.md when local helper scripts are useful
When To Use
- resume diagnosis
- resume optimization
- China-first JD fit diagnosis
- targeted resume rewriting
- structured and batch job evaluation
- job discovery and recommendation
- mock interview question generation and evaluation
- product research for interview preparation
- application tracking and follow-up review
- LinkedIn outreach message generation
- cover letter generation
- multilingual application material cleanup
Short Triggers
Treat these as direct triggers for this skill:
ๆ็
ง offerpilot ไผๅ็ฎๅ
็จ offerpilot ๅ JD ๅน้
/offerpilot ไผๅ็ฎๅ
/offerpilot ๆ นๆฎๆ็ฎๅๆจ่ๅฒไฝ
/offerpilot ็ปๆๅ่ฏไผฐ
/offerpilot ๆจกๆ้ข่ฏ
/offerpilot ไบงๅ็ ็ฉถ
/offerpilot ๅค่ๆถๆฏ
/offerpilot ็ฎๅ่ฏๆญ
/offerpilot ๆฑ่ไฟก
/offerpilot ็ณ่ฏท่ฟฝ่ธช
/offerpilot ๆน้่ฏไผฐ
When these short triggers appear, do not ask for a long setup prompt first. Start from the read order, then request only missing required inputs.
Claude Code-Specific Notes
- use the rules in
../../README.md, ../../INPUTS.md, and ../../OUTPUTS.md as the source of truth instead of repeating platform-local variants
- run
python3 skill-pack/scripts/extract_text.py "path/to/file" when a .pdf or .docx source cannot be read reliably
- use validation scripts when they reduce risk:
validate_inputs.py, validate_outputs.py, validate_profile_store.py, and validate_aliases.py