smithery/igorwarzocha

track-application

Manages the application process, tracks statuses, and handles follow-up. Use after sending an application and for updates.

Installation

$ npx skills add smithery/igorwarzocha --skill track-application

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/igorwarzocha · top by installs.

npx skills add smithery/igorwarzocha

Browse all from smithery/igorwarzocha

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,359 B
  • docs SUMMARY.md 147 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Track Application

<workflow>

Step 1: Initialization

  1. Check if a tracker exists: /02-Applications/YYYY-MM/Company-Name/Application-tracker.md.
  2. If new, create using the template in references/templates.md.
  3. Log basic info: Company, Role, Date, Source.

- Initial Status: Defaults to "Ready to Apply". - Date: Use "Pending" if not yet sent.

Step 2: Confirmation Sweep

  1. Scan all Application-tracker.md files.
  2. Identify "Ready to Apply" or unchecked "Application Submitted" items.
  3. Prompt user to confirm if these have been sent.

Step 3: Status Updates

  1. Update status (Applied, Screening, Interview, Offer, Rejected).
  2. Log interactions in the "Communication Log".
  3. Record interview details (Date, People, Questions).

Step 4: Follow-up Management

  1. Schedule reminders:

- 1 week post-application. - 2 weeks post-interview.

  1. Use templates from references/templates.md for emails.

Step 5: Analytics

  1. Generate weekly reports on active applications.
  2. Analyze conversion rates and rejection patterns.

Step 6: System Integration

  1. Update the main application dashboard.
  2. Sync dates with the calendar.

</workflow>