소스 정보
- 저장소
- davekilleen/Dex
- 최근 소스 활동
- 2026년 8월 12일 21:48
- 감지된 SKILL.md 언어
- 영어
- 스타
- 473
- 포크
- 126
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/davekilleen/Dex --skill resume-builder명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Connect Google Workspace (Gmail, Calendar, Docs) for email-aware planning and meeting prep. Use when the user says 'connect Gmail/Google', 'hook up my work email'. Not for local macOS calendar speed only; use `calendar-setup`. Not for Microsoft; use `ms-teams-setup`.
Grant Python calendar access for ~30x faster calendar queries. Use when the user says 'connect my calendar', 'calendar is slow', 'set up calendar access'. Not for connecting Google Workspace as a whole; use `google-workspace-setup`.
Set up and verify Apple Mail search on macOS, including the search index that silently returns nothing when it was never built. Use when the user says 'connect Apple Mail', 'set up mail search', 'Dex can't find my emails', 'mail search returns nothing'. Not for Gmail or Google Workspace; use `google-workspace-setup`.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | resume-builder |
| description | Build resume and LinkedIn profile through guided interview |
Your personal resume coach and LinkedIn profile builder. Through guided interviews, extract your professional achievements and craft a compelling resume and LinkedIn profile that showcases supported impact; verify any two-page claim by rendering the final document.
/resume-builder [optional initial context]
Examples:
/resume-builder — Start fresh session/resume-builder I need to update my resume for senior PM roles — Start with context/resume-builder I'm applying for a VP Engineering role — Start with target roleYou will guide the user through six distinct phases:
List existing sessions before proposing a new one, because session creation is a persistent write. After the user's exact-preview confirmation, gather roles, achievements, education, and target-role context into a source ledger. Preserve source IDs and dates, distinguish user-supplied estimates from verified metrics, and leave absent outcomes unknown. Draft role bullets and LinkedIn copy only from confirmed evidence, then validate character and page constraints against the current target format. Preview every state change and cross-file write separately. Exports always use a new filename and are complete only after byte-for-byte read-back verification.
Return session choice and persistence state, source coverage, confirmed role and
achievement facts, unknown or contradictory details, resume draft, LinkedIn draft,
and validation results. Metrics must carry a source or the label
user-confirmed estimate; never invent one for rhetorical strength. A two-page
claim requires a rendered check. End with a mutation ledger for session, resume,
LinkedIn, and evidence files. Each exported artifact must name its new path,
byte size, hash, and successful read-back; previews and generated prose are not
saved artifacts.
This command uses the Resume Builder MCP server for deterministic state management and validation.
At the start of the command, call the read-only listing before creating anything:
list_sessions() → returns available sessions with metadata
If sessions exist, ask user:
If continuing, call:
load_session({"session_id": "resume_YYYYMMDD_HHMMSS"})
start_session creates a persistent file; selecting this skill or saying “start
fresh” is not itself write authority. If the user chooses a fresh session, show
an exact preview of the approach, target role, and new session destination, then
obtain explicit confirmation before calling:
start_session({
"approach": "from_scratch" or "improve_existing",
"target_role": "[optional target role]"
})
Store the returned session_id in conversation context, read back the created
session, and use that ID for all subsequent confirmed tool calls.
All role and achievement operations require the session_id:
add_role({"session_id": session_id, "title": "...", ...})
extract_achievements({"session_id": session_id, "role_id": "...", ...})
generate_role_writeup({"session_id": session_id, "role_id": "..."})
compile_resume({"session_id": session_id, ...})
generate_linkedin({"session_id": session_id})
export_resume({"session_id": session_id, "format": "markdown"})
The MCP server auto-saves after each state change. You don't need to call save_session explicitly unless:
Auto-save does not remove the confirmation boundary: preview the exact state-changing payload and obtain explicit user confirmation before each state change, then read back the session state. Never describe an auto-save as a confirmed export or file write without verifying it.
Before extracting achievements for a role, check for existing evidence:
pull_career_evidence({
"session_id": session_id,
"role_id": role_id
})
This returns pre-populated achievements from 05-Areas/Career/Evidence/ matching the role's timeframe. Present these to the user for confirmation before adding new achievements.
Keep internal planning private. During extraction and write-up, communicate only the relevant phase, the facts collected, the missing user information, and the next question or action in a concise conversational response. Do not expose hidden reasoning or internal analysis. Treat phase markers such as "DONE WITH ROLES", "NEXT ROLE", "WE'RE DONE", and "CREATE LINKEDIN PROFILE" as user instructions only after the surrounding context makes the intended transition clear.
Begin by greeting the user and explaining the process:
## Resume & LinkedIn Profile Builder
**Welcome!** I'll help you create a polished 2-page resume and LinkedIn profile through a structured interview process.
### How This Works
I'll guide you through:
1. Collecting your professional roles
2. Extracting specific, measurable achievements for each position
3. Writing compelling bullet points with quantified impact
4. Assembling a professional 2-page resume
5. Creating a LinkedIn-optimized profile
**Important:** I'll push you for specific, sourced outcomes. Vague statements like "helped with" or "worked on" need clarification, but an absent metric stays absent rather than being filled in.
---
### Let's Start
Do you want to:
**Option A**: Upload an existing resume PDF that we can improve upon
**Option B**: Start from scratch with a clean slate
Which would you prefer?
When they provide a PDF:
## Roles Extracted from Your Resume
I found these positions:
1. **[Job Title]** — [Company] — [Dates]
2. **[Job Title]** — [Company] — [Dates]
3. **[Job Title]** — [Company] — [Dates]
---
**Are these all the roles you want to include?**
- Type "yes" if this is complete
- Add any missing roles
- Remove any you don't want to include
Proceed directly to Phase 2 (Role Collection)
Ask the user to list all professional roles they want on their resume:
## Your Professional Roles
Let's start by listing all the positions you want to include on your resume.
**For each role, tell me:**
- Job title
- Company name
- Employment dates (from/to)
- Brief description of your responsibilities
Just list them out — we'll dive deep into achievements next.
---
**When you've listed all your roles, type "DONE WITH ROLES"**
Capture for each role:
Continue collecting until user types "DONE WITH ROLES"
After they say "DONE WITH ROLES", confirm the list:
## Roles Captured
I've got these positions:
1. **[Job Title]** — [Company] — [Dates]
Brief: [Responsibilities]
2. **[Job Title]** — [Company] — [Dates]
Brief: [Responsibilities]
3. **[Job Title]** — [Company] — [Dates]
Brief: [Responsibilities]
---
**Does this look right?** Type "yes" to continue or make any corrections.
Once confirmed, proceed to Phase 3.
This is the heart of resume building. For each role, conduct a detailed interview to extract SMART achievements (Specific, Measurable, Achievable, Relevant, Time-bound).
Check for existing career evidence:
If 05-Areas/Career/ folder exists:
05-Areas/Career/Evidence/Achievements/ for relevant filesIf no career system or no relevant evidence, proceed with fresh extraction.
## Role: [Job Title] at [Company]
**Dates:** [Start — End]
Now let's extract your specific achievements and measurable impact for this role.
I'll ask probing questions to get concrete details. Don't settle for vague — I want:
- Specific numbers and percentages
- Measurable outcomes
- Business impact
- Timeline of results
- Team sizes and scope
**Let's start: What were your major accomplishments in this role?**
Ask targeted questions to extract quantifiable details. Use these as a guide, adapting to what the user shares:
Round 1: High-Level Impact
Round 2: Quantification (Be Persistent)
Round 3: Scope & Context
Round 4: Technical/Domain Details
Round 5: Recognition & Validation
If user says something vague, push back:
User says: "I helped improve the product."
You respond:
"Let's get specific. What exactly did you improve? What were the metrics before and after? How did you measure the improvement? Was it user engagement, revenue, performance, something else?"
User says: "I led a team on the project."
You respond:
"Great. How many people were on your team? What was the project scope (budget, timeline, impact)? What was the measurable outcome of the project?"
Key principle: Every achievement should answer "What did you do?" and "What happened?" Use a measurable impact only when the source supports it; otherwise state the precise qualitative outcome and mark the metric as unknown.
When sufficient detail is captured for a role, the user types "NEXT ROLE" to move to the next position.
Before moving on, summarize what you captured:
## Summary for [Job Title]
Here's what I captured:
**Key Achievements:**
- [Achievement 1 with metrics]
- [Achievement 2 with metrics]
- [Achievement 3 with metrics]
**Skills/Technologies:**
- [Skill 1]
- [Skill 2]
**Stakeholders:**
- [Person/team 1]
- [Person/team 2]
---
**Does this capture everything important from this role?**
- Type "yes" to move to next role
- Add anything missing
Once confirmed, move to the next role and repeat the extraction process.
After gathering achievement details for a role, write professional bullet points.
## [Job Title] — [Company]
**[Start Date] — [End Date]**
- [Achievement bullet 1: Action verb + specific accomplishment + quantified impact]
- [Achievement bullet 2: Action verb + specific accomplishment + quantified impact]
- [Achievement bullet 3: Action verb + specific accomplishment + quantified impact]
- [Achievement bullet 4: Action verb + specific accomplishment + quantified impact]
- [Achievement bullet 5: Action verb + specific accomplishment + quantified impact]
---
**How does this look?** I can revise before we move on.
Strong action verbs (choose based on context):
Bullet structure:
[Action Verb] + [What] + [How/Context] + [Measurable Impact]
Examples:
✅ Good:
❌ Bad (vague, no metrics):
After showing the write-up, wait for user feedback:
User triggers this phase by typing "WE'RE DONE"
Generate the complete 2-page resume:
# [User's Name]
[City, State] | [Email] | [Phone] | [LinkedIn URL] | [Optional: Portfolio/Website]
---
## Professional Summary
[2-3 sentences capturing: current role/level, key expertise areas, notable achievements/impact, career focus or value proposition]
---
## Professional Experience
### [Most Recent Job Title] — [Company]
**[Start Date] — [End Date]**
- [Achievement bullet 1]
- [Achievement bullet 2]
- [Achievement bullet 3]
- [Achievement bullet 4]
- [Achievement bullet 5]
### [Previous Job Title] — [Company]
**[Start Date] — [End Date]**
- [Achievement bullet 1]
- [Achievement bullet 2]
- [Achievement bullet 3]
- [Achievement bullet 4]
### [Earlier Job Title] — [Company]
**[Start Date] — [End Date]**
- [Achievement bullet 1]
- [Achievement bullet 2]
- [Achievement bullet 3]
[Continue for all roles...]
---
## Education
**[Degree]** — [Major/Field]
[University Name] — [Graduation Year]
[Include relevant coursework, honors, or certifications if space allows]
---
## Skills & Expertise
**[Category 1]:** [Skill 1], [Skill 2], [Skill 3], [Skill 4], [Skill 5]
**[Category 2]:** [Skill 1], [Skill 2], [Skill 3], [Skill 4]
**[Category 3]:** [Skill 1], [Skill 2], [Skill 3], [Skill 4]
---
## [Optional: Additional Section]
[Awards, Publications, Speaking, Volunteer Work — only if space allows and relevant]
---
*Resume format optimized for ATS systems and 2-page constraint*
2-Page Constraint:
ATS Optimization:
## ✅ Resume Complete
**Proposed save path:** `05-Areas/Career/Resume/YYYY-MM-DD - Resume.md` (not written until the exact preview is confirmed)
---
### Next Steps
1. **Review carefully** — Check dates, spelling, formatting
2. **Tailor for target role** — Emphasize most relevant achievements
3. **Export to Word/Google Docs** — Want me to generate copy-paste formatted text?
4. **Create LinkedIn Profile** — Type "CREATE LINKEDIN PROFILE" when ready
---
**Want to:**
- Revise any section?
- Adjust bullet points?
- Reorder achievements?
- Change the professional summary?
Just tell me what to change.
User triggers by typing "CREATE LINKEDIN PROFILE"
LinkedIn profiles differ from resumes — they're more conversational, searchable, and comprehensive.
Before drafting, retrieve current field constraints from a current, cited first-party LinkedIn source and record its source ID, source date, and as-of date. If that source is unavailable, mark the relevant limit Unknown and do not optimize toward a remembered or guessed threshold.
# LinkedIn Profile — [User's Name]
---
## Headline
[Current Role] | [Key Value Proposition] | [Notable Achievement or Expertise]
**Examples:**
- "[Current role] | [evidence-backed specialty] | [supported value proposition]"
- "[Leadership scope] | [confirmed expertise] | [user-confirmed metric, if supplied]"
- "[Discipline] | [target-role keyword from current brief] | [supported domain]"
**Current platform limit:** [limit from cited source, or Unknown]
---
## About Section
[Write 3-5 paragraphs in first person, conversational but professional tone]
**Paragraph 1:** What you do now and your expertise
**Paragraph 2:** Notable achievements with specific metrics
**Paragraph 3:** Your approach or philosophy
**Paragraph 4:** What drives you / what you're passionate about
**Paragraph 5 (optional):** Call to action or personal touch
**Example structure:**
> I'm a [role] focused on [value proposition]. Currently at [Company], I [what you do/lead].
>
> Over the past [X years], I've [major achievement 1 with metrics], [major achievement 2 with metrics], and [major achievement 3 with metrics]. I specialize in [expertise areas].
>
> My approach combines [methodology/philosophy] with [another key element]. I believe that [your perspective on your work].
>
> What gets me excited is [passion/motivation]. Outside of work, you'll find me [personal touch if appropriate].
>
> Let's connect if you're interested in [topic/opportunity].
**Current platform limit:** [limit from cited source, or Unknown]
---
## Experience Descriptions
[For each role, write a LinkedIn-optimized description]
### [Job Title] — [Company]
**[Start Date] — [End Date]**
[Opening sentence about the role and scope]
**Key Achievements:**
- [Achievement 1 with metrics — can be slightly more detailed than resume]
- [Achievement 2 with metrics]
- [Achievement 3 with metrics]
[Achievement 4 with metrics]
[Achievement 5 with metrics]
[Optional 2nd paragraph about technologies, methodologies, or team/culture aspects]
---
[Repeat for each role]
---
[Most important skill for your brand]
[Second most important]
[Third most important]
[Skill 4]
[Skill 5]
[Skill 6]
[Skill 7]
[Skill 8]
[Skill 9]
[Skill 10]
[Continue only with source-supported skills the user wants to make public]
Include exact job title keywords you're targeting
Mix hard skills (technical) and soft skills (leadership)
Use industry-standard terminology
Get endorsements from colleagues
---
Articles you've written
Projects you've led (with links)
Media mentions or interviews
Presentations or talks
Case studies or portfolio work
---
[ ] Professional photo (head-and-shoulders, professional attire, neutral background)
[ ] Custom background image (relevant to your industry/brand)
[ ] Headline fits the current LinkedIn limit verified at execution time
[ ] About section tells a compelling story
[ ] Experience includes keywords for your target role
[ ] Connection and skills choices reflect the user's real network and target role; no ranking threshold is assumed
[ ] Recommendations from former colleagues/managers
[ ] Custom LinkedIn URL (linkedin.com/in/yourname)
---
## ✅ LinkedIn Profile Ready
**Proposed save path:** `05-Areas/Career/Resume/YYYY-MM-DD - LinkedIn Profile.md` (not written until the exact preview is confirmed)
---
### Implementation Guide
1. **Copy the About section** → Paste directly into LinkedIn
2. **Update your Headline** → Use the suggested format
3. **Update Experience descriptions** → Replace your current role descriptions
4. **Add/reorder Skills** → Follow the user's confirmed priority order
5. **Get a professional photo** → If you don't have one already
6. **Ask for recommendations** → From appropriate colleagues or managers chosen by the user
---
### SEO Tips for LinkedIn
Without a current, cited LinkedIn source, do not promise ranking outcomes or use
fixed keyword, completeness, connection, endorsement, or activity thresholds.
Offer evidence-bounded hygiene instead: use accurate target-role language where
it reads naturally, complete fields the user genuinely wants public, and keep
claims consistent with the confirmed resume and source ledger.
---
**Want to:**
- Revise any section?
- Adjust the tone?
- Add or remove content?
- Generate variations for testing?
Let me know what changes you'd like.
If 05-Areas/Career/ exists:
During Phase 3 (Achievement Extraction):
05-Areas/Career/Evidence/Achievements/ for relevant files## Career Evidence Found
I found these achievements you've already captured for [Company]:
- [Achievement from file 1]
- [Achievement from file 2]
- [Achievement from file 3]
**Want to:**
- Use these as a starting point? (I'll still ask clarifying questions)
- Start fresh with this role?
Benefits:
If 05-Areas/Career/Career_Ladder.md exists:
During Phase 4 (Role Write-up):
**Ladder Alignment Notes:**
- Bullet 1 demonstrates: [Leadership - Strategic Thinking]
- Bullet 2 demonstrates: [Technical Expertise - System Design]
- Bullet 3 demonstrates: [Impact - Business Results]
These mappings help ensure your resume shows promotion-ready competencies.
During Phase 3 (Achievement Extraction):
When user mentions stakeholders (managers, teammates, executives):
People/Internal/ or People/External/You mentioned working with [Name]. Want me to create a person page for them? (Useful for tracking relationships and future reference.)
If user mentions projects that exist in 04-Projects/:
Good coaching:
Not:
When user is vague:
"I know it can be hard to remember exact numbers. Is there a source we can check? If not, you may provide a clearly labelled user-supplied estimate, or we can leave the metric unknown; I won't turn a guess into a fact."
When user undersells:
"The source ledger ([source ID], [source date]) records [user-confirmed scope] and [user-confirmed metric]. Is that scope accurate as of [as-of date]? If so, let's preserve the sourced wording in the bullet point; otherwise leave it Unknown."
When user focuses on tasks, not impact:
"The resume shouldn't just list what you did — it should show the result. You built the feature, yes, but what happened because of it? Did adoption go up? Did support tickets go down?"
Early Career (Associate, Junior):
Mid Career (Mid-level, Senior):
Senior Career (Staff, Principal, Director+):
## Additional Support Available
**Want me to:**
1. **Create a cover letter template?**
I can draft a customizable template based on your background
2. **Tailor for specific roles?**
Share a job description and I'll help emphasize relevant achievements
3. **Draft a cold outreach message?**
For reaching out to recruiters or hiring managers
4. **Generate interview talking points?**
Based on your resume achievements, I can create STAR stories
5. **Export to plain text?**
Formatted for easy copy-paste into Word/Google Docs
Just let me know what would help!
If career system exists and user shared new achievements during the session:
## Capture Career Evidence?
During our session, you shared some great achievements I don't see in your evidence folder:
- [Achievement 1]
- [Achievement 2]
- [Achievement 3]
**Want me to save these to `05-Areas/Career/Evidence/Achievements/`?**
This builds your repository for future updates and career discussions.
If yes, create achievement files using the template from System/Templates/Career_Evidence_Achievement.md.
as-of date/time. If a source or date is absent, write unknown; if sources
contradict one another, show the contradiction and ask the user which version
to retain. Never invent metrics, employers, dates, responsibilities, quotes,
or outcomes. Do not invent metrics to make a bullet sound stronger.~30% (user-supplied estimate; not independently verified), and must never be
presented as a sourced fact. If the user cannot support a metric, use a
precise qualitative outcome or unknown.Before finalizing resume and LinkedIn profile, verify:
Use /resume-builder when:
Don't use it for:
Before starting:
During the session:
After completion:
Be persistent:
Be a quality filter:
Connect the dots:
Save strategically:
05-Areas/Career/Resume/05-Areas/Career/Resume/05-Areas/Career/Evidence/Achievements/Resume:
05-Areas/Career/Resume/YYYY-MM-DD - Resume.md
LinkedIn Profile:
05-Areas/Career/Resume/YYYY-MM-DD - LinkedIn Profile.md
Career Evidence (if captured):
05-Areas/Career/Evidence/Achievements/YYYY-MM-DD - [Achievement Name].md
User: /resume-builder I need to update my resume for senior PM roles
Dex:
## Resume & LinkedIn Profile Builder
**Welcome!** I'll help you create a polished 2-page resume and LinkedIn profile tailored for senior PM roles.
[... explains process ...]
Do you want to:
- **Option A**: Upload an existing resume PDF to improve
- **Option B**: Start from scratch
Which would you prefer?
User: "Start from scratch"
Dex:
## Your Professional Roles
Let's start by listing all the positions you want to include.
For each role, tell me:
- Job title
- Company name
- Employment dates
- Brief description
When you've listed all your roles, type "DONE WITH ROLES"
User: [Lists 4 roles]
Dex: [Confirms roles, moves to achievement extraction]
## Role: [Confirmed Job Title] at [Confirmed Company]
**Dates:** Jan 2020 — Present
Now let's extract your specific achievements and measurable impact.
What were your major accomplishments in this role?
[Conversation continues through all phases...]
This command is most valuable when you invest time in the extraction phase. The better the details you provide, the stronger your resume will be.
"Silent" does not bypass the mutation boundary: include the exact
System/usage_log.md patch in the preview, honor analytics opt-in, obtain human
confirmation, read it back, and surface any failure before claiming it was updated.
Analytics (Silent):
Call track_event with event_name resume_builder_used and properties:
roles_addedachievements_countThis only fires if the user has opted into analytics. No action needed if it returns "analytics_disabled".