apply-pilot: Command for Claude Code

.claude/commands/apply.md

apply is a command for Claude Code from shashikirandevadiga/apply-pilot. It costs 0 tokens per session (5,787 once invoked), scanned A, original, MIT.

A command that creates a complete set of documents for applying to a job. It coordinates separate agents that assess the job, write the resume and cover letter, plan outreach, and check the results.

In plain words
What is it for?
Use /apply to generate a job assessment, tailored resume, optional cover letter, and outreach strategy from a job description and your preferences.
Why use it?
It brings the application steps into one workflow and checks each document before continuing. It can also convert the finished resume and cover letter into DOCX files, a Microsoft Word format.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is shashikirandevadiga/apply-pilot's own configuration. It tells Claude Code how to work on apply-pilot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything apply-pilot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shashikirandevadiga/apply-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shashikirandevadiga/apply-pilot/main/.claude/commands/apply.md
Clone the repo
git clone --depth 1 https://github.com/shashikirandevadiga/apply-pilot

Made for: Claude Code.

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 apply

README.md
[![agentmods](https://agentmods.dev/badge/commands/shashikirandevadiga/apply-pilot/apply.svg)](https://agentmods.dev/commands/shashikirandevadiga/apply-pilot/apply)
Your own site
<a href="https://agentmods.dev/commands/shashikirandevadiga/apply-pilot/apply"><img src="https://agentmods.dev/badge/commands/shashikirandevadiga/apply-pilot/apply.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,787 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.00000 $0.05787
Opus 5 $0.00000 $0.02893
Sonnet 5 $0.00000 $0.01157
Haiku 4.5 $0.00000 $0.00579

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

Security

Grade A, and why

apply 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.

.claude/commands/apply.md · 734 lines

How it starts

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

/apply - Agent-First Application Package Generator

Generate complete job application package using agent-based architecture with mandatory verification gates.


What This Command Does

HYBRID Architecture: Interactive command (collects user input) + Application Orchestrator Agent (autonomous execution).

Generates:

  1. Strategic JD assessment (fit scoring, competency alignment, spinning recommendations)
  2. Tailored resume (bullets per USER_PROFILE.md distribution, 240-260 chars each)
  3. Cover letter (8-12 lines, 150-200 words, Template 1 Minimalist)
  4. Outreach strategy (Track G OR Tracks A-F with 3-tier escalation)

All files DOCX-converted (Resume.docx, Coverletter.docx) after verification passes.


Workflow Overview

User invokes /apply
    ↓
Command asks clarification questions (PHASE 0)
    ↓
Command spawns Application Orchestrator Agent (passes all context)
    ↓
Orchestrator spawns creator/verifier agents sequentially
    ↓
Each agent creates → verifies → proceeds (or retries once)
    ↓
Command receives final report from orchestrator
    ↓
Command presents results to user

PHASE 0: Clarification Questions (Bundled - Single Prompt)

You are Claude, running this command interactively. Ask ALL questions at once in a single prompt BEFORE spawning orchestrator agent.


Present this to the user:

"I'll help you generate a complete application package. Please provide the following information:

1. Job Source - Where did you find this job?

  • Newsletter (Lenny's, Reforge, etc.)
  • LinkedIn Post
  • LinkedIn Group
  • Networking Event
  • Job Board / Company Website

2. Referral Status - Do you have family/close referrals at this company?

  • YES → I'll skip outreach creation (saves ~60 min)
  • NO → I'll create 6-track outreach strategy

3. Cover Letter Required? - Does the job posting require a cover letter?

  • YES → I'll create a tailored cover letter
  • NO → I'll skip cover letter creation (saves ~30 min + tokens)
  • UNSURE → I'll create one anyway (better to have it)

Read the full file on GitHub · 734 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 · 734 lines · 0 tokens per session scan A 05790d43b691

Subscribe to this mod's changes

apply is a command published in the GitHub repository shashikirandevadiga/apply-pilot (5 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,787 tokens. 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.