agentsclimarketplace

Job application tracker

Skill Faizee-Asad/job-seeker-claude-skills/.claude/skills/job-application-tracker

Create, update, clean, and summarize CSV job application trackers with statuses, next actions, contacts, follow-up dates, and notes.From its SKILL.md

Install
npx -y skills add Faizee-Asad/job-seeker-claude-skills --skill job-application-tracker

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 311 tokens by cl100k_base, as published. Nobody here has run it

Job Application Tracker

Use this skill when the user wants to create, update, organize, or summarize a job application tracker.

CSV schema

Use these columns by default:

company,role,status,source,url,applied_date,next_action,next_action_date,contact,notes,last_updated

Status values

Recommended statuses:

  • Saved
  • Applied
  • Recruiter screen
  • Interviewing
  • Take-home
  • Final round
  • Offer
  • Rejected
  • Withdrawn
  • Closed

Workflow

  1. If no tracker exists, create one with the default schema.
  2. Add one row per company + role.
  3. Update existing rows instead of duplicating when company + role match.
  4. Suggest a next action if missing.
  5. Suggest a next action date if missing.
  6. Preserve old notes unless the user asks to replace them.
  7. Summarize upcoming actions.

Output format

When creating or updating a tracker, provide:

## Tracker update

- Added/updated: [Company] — [Role]
- Status: [Status]
- Next action: [Next action]
- Next action date: [Date]

## CSV row

```csv
company,role,status,source,url,applied_date,next_action,next_action_date,contact,notes,last_updated
...

## Privacy

Do not store unnecessary sensitive data in the tracker. Avoid home addresses, IDs, private references, or personal health/family information.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.