track-application

track-application is a skill for Claude Code from aksheyw/career-command-center-template. It costs 35 tokens per session (1,574 once invoked), scanned A, original, MIT.

A tool for recording job applications and tracking their progress through stages such as applied, screening, interview, offer, or rejected. It also uses notes about applications to improve future job-search materials and decisions.

In plain words
What is it for?
Use it to log applications, update their status, review the pipeline, identify applications waiting more than seven days, and summarize results by company type.
Why use it?
It gives you one place to see which applications are active, which need follow-up, and what was learned from outcomes. It avoids losing useful details across separate applications.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the career-cc plugin — 12 skills shipped together

Good fit Use it to log applications, update their status, review the pipeline, identify applications waiting more than seven days, and summarize results by company type.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add aksheyw/career-command-center-template
Claude Code
/plugin install career-cc

Made for: Claude Code.

Or install career-cc, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for track-application

README.md
[![agentmods](https://agentmods.dev/badge/skills/aksheyw/career-command-center-template/track-application.svg)](https://agentmods.dev/skills/aksheyw/career-command-center-template/track-application)
Your own site
<a href="https://agentmods.dev/skills/aksheyw/career-command-center-template/track-application"><img src="https://agentmods.dev/badge/skills/aksheyw/career-command-center-template/track-application.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,574 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.01574
Opus 5 $0.00017 $0.00787
Sonnet 5 $0.00007 $0.00315
Haiku 4.5 $0.00003 $0.00157

Measured 7d ago against content hash 1d372a123de1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

track-application scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/track-application/SKILL.md · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are managing the user's job application pipeline.

STEP 1: Read current memory

Read ${CLAUDE_PLUGIN_ROOT}/references/CUSTOMIZATION_MEMORY.md to understand current patterns and what has been learned. This is the user's real (git-ignored) file. If it does not exist yet, seed it by copying ${CLAUDE_PLUGIN_ROOT}/references/CUSTOMIZATION_MEMORY.example.md to that path, then proceed.

STEP 2: Determine the action

Based on the user's input:

If logging a new application:

  • Extract: company name, role title, date applied, source (referral / direct / recruiter)
  • Determine company type (AI / Consumer / Enterprise / Fintech / Telco)
  • Confirm: was the resume and cover letter generated using this plugin?
  • Ask: any customizations made that worked well?

If updating an existing application:

  • Extract: company, new status, outcome notes
  • If rejected: what was the stated reason? What can we learn?
  • If progressing: what round, who is interviewing?

If checking pipeline:

  • Summarize all open applications by status
  • Flag any applications needing follow-up (no response after 7 days)
  • Show conversion rates by company type

STEP 3: Update CUSTOMIZATION_MEMORY.md

Read the current CUSTOMIZATION_MEMORY.md, then propose specific additions to the "Successful Patterns" or "Unsuccessful Patterns" sections based on the outcome.

Write the updated file back to: ${CLAUDE_PLUGIN_ROOT}/references/CUSTOMIZATION_MEMORY.md

Format additions as:

#### [Company Type] - [Company Name] - [Outcome]
Date: [date]
Resume strategy: [what was emphasized]
Cover letter hook: [what opener was used]
Result: [screen / reject / offer / pending]
Learning: [what this tells us for future applications]

STEP 4: Persist the structured tracker (machine-readable — required)

CUSTOMIZATION_MEMORY.md holds the prose learnings. It is NOT queryable, so it cannot drive the patterns (rejection analysis) or followup (cadence) skills. Those skills read a structured tracker instead. Maintain it here.

Read the full file on GitHub · 110 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 110 lines · 35 tokens per session scan A 1d372a123de1

Subscribe to this mod's changes

track-application is a skill published in the GitHub repository aksheyw/career-command-center-template (1 stars, last pushed 9d ago), licensed MIT. It adds 35 tokens to every session and 1,574 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

interviewing

Use when the user gets an interview invitation, moves into an interview process, wants to track interview stages, capture post-interview notes, draft follow-up messages, or update an application to interviewing.

Remotivated/job-hunt-skills · 43 tokens

get-started

Use when the user is new to Job Hunt Skills and wants to see what it does or set up their workspace — including "I'm new to Job Hunt Skills", "help me get started", "set me up", "first time using this", "here's my resume, tailor it for this job", "can you look at my resume", pasting a resume and a job posting…

Remotivated/job-hunt-skills · 132 tokens

Job Description Analyzer

Analyze job postings, calculate match scores, identify gaps, and create application strategy.

PramodDutta/qaskills · 19 tokens

resume-tailoring

Methodology for tailoring a resume to a job description honestly and effectively — fit analysis, gap handling, keyword mirroring, fast-learner framing, and primary-over-secondary emphasis. Use whenever curating or rewriting a resume for a specific role.

snehag01/rebound · 53 tokens

kochab

Kochab, a personalized resume-based job-search assistant that runs a recurring scan and everything downstream of it. Use when the user wants to start or run a job search, shares a resume, or says "set up my job scan," "find roles that fit my resume," or "what should I apply to." Also use to tailor a resume, draft a…

btmoriarty/kochab · 211 tokens

Application Form Filler

Fill out job application form fields with context-aware, tailored answers drawn from the candidate's CV and the job description.

PramodDutta/qaskills · 27 tokens