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.
FAQ
rebound is a Claude Code plugin with 3 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes profile-memory, resume-export, resume-tailoring. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add snehag01/rebound> /plugin install rebound@rebound
Repo: snehag01/rebound
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. Built for job seekers, and especially for anyone rebounding after a layoff.
Rebound is honesty-first: it makes you look as strong as you truthfully are, so the resume that gets you the interview is the same one you can defend in it.
⭐ If Rebound helps you — or you believe laid-off engineers deserve better tools — please star the repo. Every star helps another job-seeker find it, and brings in contributors who make it better.
| Command | What it does |
|---|---|
/rebound:start | Onboards you: reads your base résumé, builds a private profile (skills, differentiators, and — optionally — your work authorization & timeline). |
/rebound:tailor <JD or URL> | Curates a résumé for one role → .docx + text-based .pdf in a folder you choose (or <Name>_resumes). Handles Workday/board JSON, flags gaps, keeps it truthful. |
/rebound:profile | View / update your profile, including the private situation. |
/rebound:track add|update ... | Records an application in your local datastore (~/.rebound/data/tracker.json). |
/rebound:dashboard | Launches the local React dashboard to visualize progress. |
/rebound:match <URLs> | Scores role fit (50–90%+) and ranks where to spend effort. (crawling discovery on the roadmap) |
/rebound:rise | A supportive, practical check-in that respects your runway. (momentum tracking on the roadmap) |
A React dashboard (in dashboard/) visualizes your search — stat cards, a pipeline funnel, momentum-over-time bars, fit-score distribution, and a per-company table showing the exact résumé curated for each role. Claude Code writes ~/.rebound/data/tracker.json; the dashboard reads it live on localhost. All analytics stay on your machine.

Screenshot shows bundled demo data. Your real numbers stay local in
~/.rebound/.
cd dashboard && npm install && npm run dev # → http://localhost:5273
# In Claude Code:
/plugin marketplace add https://github.com/snehag01/rebound # GitHub repo (or a local path to your clone)
/plugin install rebound
# First run:
/rebound:start
One-time dependency (the exporter installs it for you, or run it yourself):
python3 -m pip install --target="$HOME/.rebound/pylibs" python-docx
PDF conversion uses LibreOffice (brew install --cask libreoffice) or Microsoft Word if present.
rebound/
├── .claude-plugin/
│ ├── plugin.json # manifest
│ └── marketplace.json # installable marketplace entry
├── commands/ # /rebound:start · tailor · profile · match · rise
├── skills/
│ ├── resume-tailoring/ # the honesty-first tailoring method
│ ├── resume-export/ # docx + ATS-safe PDF (generic JSON → files)
│ │ └── scripts/ # build_resume.py, to_pdf.py
│ └── profile-memory/ # profile schema + private "situation" handling
└── README.md
Data lives in ~/.rebound/ (profile.json, profile.md, pylibs/).
Versioned snapshots live in roadmap/ (dated mmddyyyy; latest = current). Highlights:
Rebound is early and open to contributors of all levels. Whether you write code, docs, or just have ideas from your own job search, there's a place for you.
/rebound:match engine).CONTRIBUTING.md for setup and the guiding principles (honesty-first, privacy-first).Comment on an issue to claim it — no PR is too small, and first-time contributors are genuinely welcome. 🥊
If you can't contribute code, the single most helpful thing is to ⭐ star the repo so more job-seekers (and contributors) discover it.
Rebound is supportive software, not a substitute for professional or legal advice. Immigration timelines and mental health both deserve real experts when it counts.
.claude-plugin/
marketplace.json
plugin.json
.github/
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
.gitignore
CHANGELOG.md
commands/
dashboard.md
match.md
profile.md
rise.md
start.md
tailor.md
track.md
CONTRIBUTING.md
dashboard/
index.html
package-lock.json
package.json
public/
data/
tracker.sample.json
README.md
src/
App.jsx
main.jsx
metrics.js
styles.css
vite.config.js
docs/
dashboard.png
examples/
example.config.json
LICENSE
README.md
roadmap/
README.md
roadmap_07072026.md
skills/
profile-memory/
SKILL.md
resume-export/
scripts/
build_resume.py
to_pdf.py
SKILL.md
resume-tailoring/
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic