job-seeker: Skill for Claude Code

.agents/skills/strategy/SKILL.md

strategy is a skill for Claude Code, Codex from galiprandi/job-seeker. It costs 33 tokens per session (1,892 once invoked), scanned A, original, MIT.

A job-search setting that controls how actively the agent looks for work. It asks about the user's situation, suggests a level, and saves the choice for other job-search tasks.

In plain words
What is it for?
Set or change the search strategy, including how many jobs and companies to handle, how often to search, how closely jobs must match, and whether to contact people directly.
Why use it?
It avoids using the same search effort for everyone, such as treating an urgent job search like a relaxed one. Other search actions can follow the chosen level.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is galiprandi/job-seeker's own configuration. It tells Claude Code and Codex how to work on job-seeker 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 job-seeker configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/db.js "SELECT value FROM preferences WHERE user_id = <user_id> AND category = 'workflow' AND key = 'strategy_level' AND status = 'active'".

Reuse

Borrowing it

Nothing to install: this file belongs to galiprandi/job-seeker. 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/galiprandi/job-seeker/main/.agents/skills/strategy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/galiprandi/job-seeker

Made for: Claude Code, Codex.

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 strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/galiprandi/job-seeker/strategy/github.svg)](https://agentmods.dev/skills/galiprandi/job-seeker/strategy)
Your own site
<a href="https://agentmods.dev/skills/galiprandi/job-seeker/strategy"><img src="https://agentmods.dev/badge/skills/galiprandi/job-seeker/strategy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for strategy

Your own site · 80×15
<a href="https://agentmods.dev/skills/galiprandi/job-seeker/strategy"><img src="https://agentmods.dev/badge/skills/galiprandi/job-seeker/strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,892 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 148
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00033 $0.01892
Opus 5 $0.00016 $0.00946
Sonnet 5 $0.00007 $0.00378
Haiku 4.5 $0.00003 $0.00189

Measured today against content hash f6cf009a73ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

strategy 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 today.

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.

.agents/skills/strategy/SKILL.md · 174 lines

How it starts

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

Strategy — Job search aggressiveness configuration

Trigger

Keyword: strategy

The user says strategy (or variants: "cambiar estrategia", "change strategy", "more aggressive", "less aggressive", "urgency", "how active") and the strategy configuration flow is triggered.

Purpose

The job search has configurable aggressiveness. Different situations (employed vs unemployed, urgent vs relaxed) require different levels of effort. This flow lets the user define and adjust their strategy, which all other flows respect.

Pre-flight

  • Load current strategy:
    node scripts/db.js "SELECT value FROM preferences WHERE user_id = <user_id> AND category = 'workflow' AND key = 'strategy_level' AND status = 'active'"
    node scripts/db.js "SELECT data->'strategy' AS strategy FROM users WHERE id = <user_id>"
    
  • If no strategy exists, note that onboarding step 4b was skipped. Default to selective.

Flow

1. Show current strategy

If a strategy exists, show the user:

Current strategy: selective
- Apply batch: 5 jobs per session
- Targets batch: 5 companies per session
- Daily frequency: 1x/day
- Match threshold: Must only
- Follow-up: 5 days
- Relax Must-haves: none
- Cold outreach: no
- Active sources: radar, apply, targets, referrals, news

2. Ask about current situation

Present the 4 levels (see AGENTS.md "Strategy levels") and ask:

  1. ¿Estás empleado actualmente?
  2. ¿Qué tan urgente es tu búsqueda?
    • Sin urgencia, solo mirando → passive
    • En los próximos meses, buscando algo mejor → selective
    • Necesito algo pronto → active
    • Necesito algo ya, desesperado → aggressive
  3. Pregunta adaptativa según career stage (leer users.data.profile.career_stage y users.data.profile.has_management):
    • Si career_stage es junior/mid: "¿Estás abierto a roles de un nivel más alto al tuyo, o solo a roles de tu mismo nivel?"
    • Si career_stage es senior+ y has_management = true: "¿Aceptarías roles IC o solo Manager?"
    • Si career_stage es senior+ y has_management = false: "¿Te interesa dar el salto a management o prefieres seguir como IC?"
  4. ¿Aceptarías hybrid si el proyecto es muy bueno?
  5. ¿Quieres que aplique automáticamente o solo te muestre opciones?

Read the full file on GitHub · 174 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. today Changed f6cf009a73ed
  2. 11d ago First seen · 174 lines · 33 tokens per session scan A 838b549866e1

Subscribe to this mod's changes

strategy is a skill published in the GitHub repository galiprandi/job-seeker (26 stars, last pushed today), licensed MIT. It adds 33 tokens to every session and 1,892 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-30.