You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent walks you through a 7-question interview and scaffolds your private career hub. You only need to: ① answer the interview → ② review the generated hub → ③ start using it.
32
+
The agent walks you through an 8-question interview and scaffolds your private career hub. You only need to: ① answer the interview → ② review the generated hub → ③ start using it.
33
33
34
34
**Resume after interruption** → tell the agent: `continue filling my hub`
35
35
36
36
## Features
37
37
38
38
-**Single source of truth** — `profiles/` is the authoritative data layer; generated resumes are derivatives, never hand-edited
39
39
-**Career compass** — name your stretch target 1–2 levels up, lock it in `AGENTS.md`, diff the four-gap frame each quarter
40
-
-**Dual-track support** — job applications and research/grant proposals separated by design; toggle the research track at bootstrap
40
+
-**Multi-track support** — job applications, research/grant proposals, and credential or promotion dossiers stay separated by design
41
41
-**Pre-submission verification** — public-source cross-check on every load-bearing claim before high-stakes submissions
42
+
-**Attribution boundaries** — separates personal ownership, team outcomes, company metrics, quotes, pipeline, forecasts, and realized revenue
42
43
-**Cross-IDE via AGENTS.md** — works with Claude Code, Cursor, Codex, Cline, Windsurf, GitHub Copilot
43
44
-**Backed by proven frameworks** — Google XYZ, STAR, BEI, Heilmeier Catechism, stretch-target heuristic, triangulation
44
45
45
46
## How it differs from other resume skills
46
47
47
-
Most resume skills are one-shot generators — paste a JD, get a resume. This one bootstraps a **persistent private repo** you iterate on across months of job search, interviews, and grant applications. The agent reads the repo each session and is biased by your positioning lock.
48
+
Most resume skills are one-shot generators — paste a JD, get a resume. This one bootstraps a **persistent private repo** you iterate on across months of job search, interviews, grant applications, and credential or promotion dossiers. The agent reads the repo each session and is biased by your positioning lock.
Copy file name to clipboardExpand all lines: docs/.vitepress/config.mts
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ export default defineConfig({
34
34
'@type': 'SoftwareApplication',
35
35
name: 'Resume Intelligence Hub',
36
36
description:
37
-
'An AI-agent skill that bootstraps a personal career intelligence hub — a private Git repo that is both a single source of truth (resumes, interview prep, grant applications, pre-submission verification) and a career compass (stretch target, capability gap, quarterly plan).',
37
+
'An AI-agent skill that bootstraps a personal career intelligence hub — a private Git repo that is both a single source of truth (resumes, interview prep, grant applications, credential dossiers, pre-submission verification) and a career compass (stretch target, capability gap, quarterly plan).',
description: 'An AI-agent skill to bootstrap a personal career intelligence hub — resumes, interview prep, grant applications, and pre-submission verification. Cross-IDE via AGENTS.md.',
122
+
description: 'An AI-agent skill to bootstrap a personal career intelligence hub — resumes, interview prep, grant applications, credential dossiers, and pre-submission verification. Cross-IDE via AGENTS.md.',
Copy file name to clipboardExpand all lines: docs/faq.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Frequently asked questions about resume-intelligence-hub.
9
9
10
10
### What is resume-intelligence-hub?
11
11
12
-
resume-intelligence-hub is an AI agent skill that bootstraps a personal career intelligence hub — a private Git repository that serves as a single source of truth for your resumes, interview preparation, grant applications, and pre-submission verification, while also acting as a career compass. It names your stretch target, diffs the gap between your current position and that target, and helps you ship a quarterly SMART plan.
12
+
resume-intelligence-hub is an AI agent skill that bootstraps a personal career intelligence hub — a private Git repository that serves as a single source of truth for your resumes, interview preparation, grant applications, credential or promotion dossiers, and pre-submission verification, while also acting as a career compass. It names your stretch target, diffs the gap between your current position and that target, and helps you ship a quarterly SMART plan.
13
13
14
14
### What specific problem does it solve?
15
15
16
-
Most people manage their careers reactively: scattered resumes across folders, ad-hoc interview prep before each interview, and no systematic way to track progress toward a target role. resume-intelligence-hub replaces this with structured infrastructure: `profiles/` holds factual career data, `AGENTS.md` locks in your positioning target so every generated resume biases toward it, and six workflows handle everything from JD-tailored resume generation to public-source fact-checking before high-stakes submissions.
16
+
Most people manage their careers reactively: scattered resumes across folders, ad-hoc interview prep before each interview, and no systematic way to track progress toward a target role. resume-intelligence-hub replaces this with structured infrastructure: `profiles/` holds factual career data, `AGENTS.md` locks in your positioning target so every generated resume biases toward it, and seven workflows handle everything from JD-tailored resume generation to public-source fact-checking before high-stakes submissions.
17
17
18
18
### Who is this for?
19
19
20
-
Anyone actively managing a job search, planning a career move 1–2 levels up, or applying for research grants— at any seniority level, in any industry. Especially useful if you're managing bilingual job markets (Chinese/English), juggling multiple application types (recruitment + research/grants), or want an AI that remembers your career context across sessions rather than starting fresh each time.
20
+
Anyone actively managing a job search, planning a career move 1–2 levels up, applying for research grants, or preparing credential / promotion dossiers — at any seniority level, in any industry. Especially useful if you're managing bilingual job markets (Chinese/English), juggling multiple application types, or want an AI that remembers your career context across sessions rather than starting fresh each time.
21
21
22
22
### How does it compare to other resume AI tools?
23
23
@@ -43,4 +43,4 @@ Then open your AI IDE (Claude Code, Cursor, Windsurf, or any tool that reads `AG
43
43
44
44
> **build my career repo**
45
45
46
-
The agent walks you through a 7-question interview and scaffolds your private hub in under 10 minutes. Full walkthrough in [Quick Start](./quick-start.md).
46
+
The agent walks you through an 8-question interview and scaffolds your private hub in under 10 minutes. Full walkthrough in [Quick Start](./quick-start.md).
Copy file name to clipboardExpand all lines: docs/index.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ title: A career skill for your AI IDE
5
5
hero:
6
6
name: "Resume Intelligence Hub"
7
7
text: "A career skill for your AI IDE"
8
-
tagline: "One sentence bootstraps a private career hub — resume tailoring, interview prep, and grant applications in one Git repo. Works with Claude Code, Cursor, Windsurf, and more."
8
+
tagline: "One sentence bootstraps a private career hub — resume tailoring, interview prep, grant applications, and credential dossiers in one Git repo. Works with Claude Code, Cursor, Windsurf, and more."
9
9
image:
10
-
src: /hero.svg
10
+
src: /images/hero-career-hub.png
11
11
alt: Resume Intelligence Hub
12
12
actions:
13
13
- theme: brand
@@ -36,15 +36,15 @@ features:
36
36
src: /icons/fork.svg
37
37
width: 48
38
38
height: 48
39
-
title: Dual-track support
40
-
details: Job applications and research / grant proposalshave different data sourcesand formats. Keep them separate — toggle the research track at bootstrap.
39
+
title: Multi-track support
40
+
details: Job applications, research / grant proposals, and credential or promotion dossiers have different data sources, formats, and risk levels. Keep them separate by design.
41
41
42
42
- icon:
43
43
src: /icons/shield.svg
44
44
width: 48
45
45
height: 48
46
46
title: Pre-submission verification
47
-
details: Before senior-role interviews or grant submissions, run a public-source cross-check on every load-bearing claim. Evidence before assertions.
47
+
details: Before senior-role interviews, grant submissions, or credential reviews, run a public-source cross-check on every load-bearing claim. Evidence before assertions.
48
48
49
49
- icon:
50
50
src: /icons/globe.svg
@@ -77,11 +77,16 @@ Then, in your AI IDE, say any of:
77
77
> what's out there for me # active JD sourcing
78
78
> prep me for this interview # interview coaching
79
79
> run a pre-submission verification # pre-submission fact-check
80
+
> help me prepare a credential dossier # credential / promotion packet
80
81
```
81
82
83
+
## Architecture
84
+
85
+

86
+
82
87
## How it differs from other resume skills
83
88
84
-
Most resume skills are one-shot generators — you paste a JD, they emit a resume. This one bootstraps a **persistent private repo** that you iterate on across months of job search, interviews, and (optionally) grant applications. The agent reads the repo each session and is biased by your positioning lock. The [SKILL.md](https://github.com/Zenine/resume-intelligence-hub/blob/main/SKILL.md) is the full methodology.
89
+
Most resume skills are one-shot generators — you paste a JD, they emit a resume. This one bootstraps a **persistent private repo** that you iterate on across months of job search, interviews, and (optionally) grant applications or credential dossiers. The agent reads the repo each session and is biased by your positioning lock. The [SKILL.md](https://github.com/Zenine/resume-intelligence-hub/blob/main/SKILL.md) is the full methodology.
0 commit comments