offer-toolkit-skill

by yanliudesignVerified

Full job-hunt Claude skill bundle — Job Description decoder + Resume builder (11 templates) + Behavioral Interview / story bank. Three self-contained sub-skills with a top-level router.

319
Stars
31
Forks
HTML
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/yanliudesign/offer-toolkit-skill

Getting Started

Guides for using skills like offer-toolkit-skill.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

中文 · English

🧰 Offer Toolkit


Six job-hunt tools in one agent skill pack — Search · JD · Resume · BQ · Compare · Negotiate.

License Version Skills Stars

Claude Code Codex OpenCode OpenClaw Hermes

Six job-hunting tools bundled as an agent skill pack. Use the whole thing, or just the piece you need — each sub-folder works on its own.

0  Discover opportunities → job-hunt-skill           Build a deduplicated, searchable HTML job list.
1  See a job you want    →  job-description-skill    Decode the JD, get an Offer Strategy report.
2  Decide to apply       →  resume-skill             Tailor & polish. 11 print-ready templates.
3  Land the interview    →  bq-skill                 Mine stories, build a story bank, prep BQs.
4  Compare offers        →  offer-compare-skill      Compare TC, growth, risk, and get a clear recommendation.
5  Negotiate the package →  salary-negotiation-skill Diagnose leverage, generate scripts, and set stop-lines.

What's inside

Sub-skillWhat it does
job-hunt-skillGive it a resume, target direction, seed JD, or existing job links. It searches public sources, deduplicates candidates, separates verified facts from inference, and generates a searchable HTML job list. It discovers and analyzes; it never applies for you.
job-description-skillGive it a JD and your resume. You get back an HTML report telling you: whether this job is worth applying to, how well you match it, where the gaps are, what you'll probably be asked in interviews, whether the salary is reasonable, and what to do over the next six weeks.
resume-skillPolishes an existing resume, pulls one in from LinkedIn, or builds one from scratch by chatting with you. The content then flows into 11 print-ready templates (Classic-ATS, Ledger, Tech Compact, Modern Sidebar, Pillar, Elegant Serif, Atelier, Timeline, Swiss, Executive, Color-block). Each render gives you two files: one that prints straight to PDF, and one you can click on in the browser to edit.
bq-skillInstead of handing you canned answers, it helps you dig your real past experiences out and organize them into a story bank you can reuse. It asks about your experience step by step, uses STAR/CAR to shape each story, tags them ("took ownership", "handled ambiguity", etc.), and saves them in English and Chinese — so next time you get a different behavioral question, the same story still works. It can also read a JD, predict the 20 questions that company is likely to ask, and walk you through prep for each one.
offer-compare-skillCompares two or more offers across four-year TC, growth, AI exposure, company and team risk, promotion, lifestyle, resume value, and future mobility. It produces an HTML Offer Decision Report with an explicit recommendation.
salary-negotiation-skillDiagnoses Base, RSU, Sign-on, and Bonus leverage; builds a negotiation strategy; writes ready-to-use phone and email scripts; simulates recruiter pushback; and defines clear sign, walk, and stop-lines in an HTML Negotiation Playbook.

Example

job-hunt-skill report overview

A generated job-hunt-skill report with ranked opportunities, evidence labels, and filters for narrowing the list.

job-hunt-skill report ranked opportunitiesjob-hunt-skill report role details
job-hunt-skill report search strategyjob-hunt-skill report methodology

Four rules the sub-skills share

  1. Never fabricate. Every experience, number, and title comes from what the user actually said. Sharpen weak content, don't invent it. Verify numbers.
  2. Ask only what changes the answer. Follow each child skill's stated one-at-a-time or batched intake cadence; never turn the conversation into a sprawling questionnaire.
  3. Structure first, render second. Get the content into a standard shape and confirm it before generating anything.
  4. Never apply on the user's behalf. Search can be automated; submitting forms and sending messages remain user actions.

Install

Drop the whole offer-toolkit-skill/ folder into your skills directory (e.g. ~/.claude/skills/ or VS Code's prompts folder). All six sub-skills get picked up.

Only want one? Copy just that sub-folder — each one is self-contained.

🔒 Your data stays on your machine. JDs, resumes, and stories are read by the model in the moment and written back to your local disk — nothing gets shipped to a server or trained on.

Try it in 30 seconds

Once installed, just paste any of these into your Claude Code / VS Code chat:

  • "Should I apply to this?" + paste a JD link (or full text)
  • "Use this JD and my resume to find matching LinkedIn jobs"
  • "Beautify my resume" + drag in a PDF
  • "Prep me for behavioral interviews"
  • "Compare these two offers and tell me which one to take"
  • "Help me negotiate this offer"

The router picks the right sub-skill. You get an HTML report / resume / story bank on your desktop, ready to open.

Trigger phrases

You sayRuns
"Find me a job" / "Search LinkedIn for matching roles" / "Use job-hunt-skill with my resume"job-hunt-skill
Paste a JD / "should I apply to this?" / "help me with this job"job-description-skill
"Beautify my resume" / "build me one from scratch" / upload PDF / paste LinkedInresume-skill
"Prep me for behavioral interviews" / "tell me about a time…" / "mine a story"bq-skill
"Compare these offers" / "which offer should I take?" / "calculate four-year TC"offer-compare-skill
"Help me negotiate" / "write a counter offer" / "can I ask for more RSU?"salary-negotiation-skill
"Help me find a job" / hand over JD + resume at onceTop-level SKILL.md routes you to the right one

Layout

offer-toolkit-skill/
├── SKILL.md                        # Router: intent → sub-skill
├── README.md / README.zh.md
├── LICENSE                         # MIT
├── job-hunt-skill/                 # ⓪ Complete searchable job discovery list
├── job-description-skill/          # ① JD decoder + Offer Strategy report
├── resume-skill/                   # ② Resume builder + 11 templates
├── bq-skill/                       # ③ Behavioral interview / story bank
├── offer-compare-skill/            # ④ Multi-offer comparison + decision report
└── salary-negotiation-skill/       # ⑤ Package negotiation + scripts

Each sub-folder has its own SKILL.md, README, prompts, frameworks, and templates.

Standalone repos

These six also live as separate repos and get maintained there:

This bundle just puts them together with a top-level router.

License

MIT — fork it, remix it, ship your own version.

Created by Dreameryanyan · LinkedIn · X · Xiaohongshu

Frequently Asked Questions

What is offer-toolkit-skill?

offer-toolkit-skill is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yanliudesign. Full job-hunt Claude skill bundle — Job Description decoder + Resume builder (11 templates) + Behavioral Interview / story bank. Three self-contained sub-skills with a top-level router. It has 319 GitHub stars.

Is offer-toolkit-skill safe to use?

Yes. offer-toolkit-skill passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install offer-toolkit-skill?

Clone the repository with "git clone https://github.com/yanliudesign/offer-toolkit-skill" and add it to your Claude Code skills directory (see the Installation section above). offer-toolkit-skill ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

What programming language is offer-toolkit-skill written in?

offer-toolkit-skill is primarily written in HTML. It is open-source under yanliudesign on GitHub, so you can review or fork the full source.

Are there alternatives to offer-toolkit-skill?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh offer-toolkit-skill against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details