Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/daypunk/lockedin/lockedin-auditnpx skills add daypunk/LockedIn --skill lockedin-auditgit clone --depth 1 https://github.com/daypunk/LockedInWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00076 | $0.01721 |
| Opus 5 | $0.00038 | $0.00860 |
| Sonnet 5 | $0.00015 | $0.00344 |
| Haiku 4.5 | $0.00008 | $0.00172 |
Grade A, and why
lockedin-audit 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
lockedin-audit
Scores and refines existing resume or cover-letter documents against the
same rubric used by render-resume-en and render-jaso. No vault is
required for the drive-by path.
Entry points
A. Drive-by audit (no vault required)
User provides a file path. The skill:
- Calls
lockedin ingest <path> --dry-runvia Bash to extract text without mutating the vault. - Detects document type (English resume vs. Korean cover letter (jaso)) from content and file name.
- Routes to the correct rubric (see RUBRIC.md) and runs the selected mode (default: Score only for drive-by).
- Returns a markdown report. No vault writes. No file writes.
B. Post-ingest audit (existing vault user)
Triggered when lockedin ingest has just completed and merged N new
entities into the vault. The skill presents a 4-option menu:
Ingest complete. <N> new entities merged into vault.
What next?
[1] Score only — apply rubric to the source document as-is.
No vault changes.
[2] Refine only — diff-based refinement of merged entities
(normalize metrics, replace weak action verbs,
restructure highlights). Every change shown as
diff, user approves before vault write.
[3] Refine then Score — refinement followed by scoring of refined
output (DEFAULT RECOMMENDED — quantifies score
lift)
[4] Skip
Three operating modes
Mode 1 — Score only
Applies the rubric to the source document and emits a clean markdown report. Steps:
- Detect document type (English resume or Korean cover letter (jaso)).
- Load the appropriate rubric via RUBRIC.md routing.
- Writer turn (
prompt-scorer.md): reads the source, quotes specific lines as evidence, produces a draft score narrative. - Reviewer turn (
prompt-reviewer.md): runs in a SEPARATE Claude context, re-loads RUBRIC.md fresh, emits a JSON score. - Merge writer narrative and reviewer JSON into the final markdown report (see Output format).
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- yesterday First seen · 205 lines · 76 tokens per session scan A 0b2a05bd297c
lockedin-audit is a skill published in the GitHub repository daypunk/LockedIn (127 stars, last pushed 3mo ago), licensed MIT. It adds 76 tokens to every session and 1,721 once invoked, about $0.0004 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.
Other skills, from other repositories
job-hunter
Job search assistant. Generate and polish resumes, write cover letters, track applications, prepare for interviews, and search for jobs. Use when the user asks about jobs, resume, cover letter, interview prep, or application tracking. Triggers on: "find me a job", "update my resume", "write a cover letter", "interview…
scrape
Finds new job postings matching your profile via installed portal-search CLIs (LinkedIn, local job boards, and any skills added with /add-portal). Deduplicates across runs. Triggers on: job scrape, find jobs, search jobs, new jobs, job search, scrape jobs, /scrape.
upskill
Compares tracked job postings against the candidate profile to identify skill gaps and generate a prioritized learning plan with study resources. Triggers on: /upskill, upskill, skill gaps, what should I learn, learning plan.
freehire-search
Use this skill to search live software / tech / data / engineering job listings across many countries and markets (and remote) via the freehire.me aggregator's public API, or to look up a specific posting. It aggregates roles from 50 ATS platforms into one schema, so a single skill covers many markets — but its…
jobdanmark-search
Make sure to use this skill whenever the user mentions anything related to Danish job listings, job search in Denmark, finding work in Denmark, or job vacancies on Jobdanmark — even if they don't explicitly mention jobdanmark.dk. Also invoke this skill for questions about specific Danish job categories…
jobnet-search
Make sure to use this skill whenever the user mentions anything related to Danish job searching, job listings, job vacancies, employment opportunities in Denmark, or the Danish government job portal — even if they don't mention jobnet.dk explicitly. Also invoke this skill for questions about specific job titles…