with one click
application-visualizer-refresh
// Refresh the Vercel-ready application tracker visualization website by parsing application-trackers/applications.md and outreach-prospects.md into application-visualizer/src/data/tracker-data.json.
// Refresh the Vercel-ready application tracker visualization website by parsing application-trackers/applications.md and outreach-prospects.md into application-visualizer/src/data/tracker-data.json.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | application-visualizer-refresh |
| description | Refresh the Vercel-ready application tracker visualization website by parsing application-trackers/applications.md and outreach-prospects.md into application-visualizer/src/data/tracker-data.json. |
Use this skill when the user wants to refresh, rebuild, or update the application tracker visualization website data.
For full recruiting sessions, start with recruiting-pipeline; it uses this skill at the beginning for read-model freshness and at the end after tracker changes.
application-trackers/applications.mdapplication-trackers/outreach-prospects.mdapplication-trackers/job-intake.mdapplication-visualizer/src/data/tracker-data.jsonRun this from the CodexSkills repo root:
python3 skills/application-visualizer-refresh/scripts/refresh_visualizer_data.py
That command parses both markdown trackers, normalizes markdown links, computes statistics, and writes the JSON consumed by the React site.
From application-visualizer:
npm run refresh
npm run build
npm run build already runs the refresh script before compiling, so Vercel builds pick up the latest committed markdown data.