resume-export
Render a resume config to a clean, ATS-safe Word (.docx) and a text-based (ATS-readable) PDF. Use when producing resume output files. Covers the JSON config…
How Rebound stores and reuses the user's career profile, including the private "situation" (work authorization, timeline). Use when reading, writing, or reasoning about the saved profile at ~/.rebound/.
$ npx -y skills add snehag01/rebound --skill profile-memory --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/profile-memoryContext preview
The summary Claude sees to decide when to auto-load this skill.
How Rebound stores and reuses the user's career profile, including the private "situation" (work authorization, timeline). Use when reading, writing, or reasoning about the saved profile at ~/.rebound/.
name: profile-memory description: How Rebound stores and reuses the user's career profile, including the private "situation" (work authorization, timeline). Use when reading, writing, or reasoning about the saved profile at ~/.rebound/.
Rebound persists one profile per machine so the user never re-enters their details. It is the reusable base for every `/rebound:tailor`, `/rebound:match`, and `/rebound:rise`.
Create `~/.rebound/` if missing. On updates, rewrite both files and confirm.
{
"name": "", "contact": "", "current_title": "", "years_experience": "",
"base_resume_path": "",
"primary_stack": [], "secondary_stack": [], "differentiators": [],
"roles": [{"title": "", "org": "", "location": "", "dates": "", "bullets": []}],
"education": [], "certifications": [],
"situation": {
"work_authorization": null, // high-level only: "no sponsorship needed" | "will need sponsorship" | null
"timeline": null, // absolute dates + runway, e.g. "authorization/sponsorship deadline ~2026-08-15; ~60 days"
"target_roles": [], "locations": [], "work_mode": null, "notes": null
},
"preferences": {
"framing_notes": [
"fast learner across stacks; strong OOP/systems fundamentals",
"surface secondary skills but never above primary stack",
"honesty-first: never claim expertise in unused tech"
]
}
}This block is sensitive and personal. Rules:
Knocked down. Not out. A Claude Code plugin that turns a job description into a tailored, honest, ATS-safe résumé (Word + PDF) in one command — then remembers who you are so the next one takes seconds.
Repo: snehag01/rebound
Render a resume config to a clean, ATS-safe Word (.docx) and a text-based (ATS-readable) PDF. Use when producing resume output files. Covers the JSON config…
Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and…