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-capturenpx skills add daypunk/LockedIn --skill lockedin-capturegit 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.00135 | $0.01315 |
| Opus 5 | $0.00068 | $0.00658 |
| Sonnet 5 | $0.00027 | $0.00263 |
| Haiku 4.5 | $0.00014 | $0.00131 |
Grade A, and why
lockedin-capture 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 — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
lockedin-capture
Dedicated capture skill for in-session work moments. Promotes capture
from an implicit sub-role of the main lockedin skill into a
first-class calibrated flow with its own writer/reviewer contract,
matching the rigor of lockedin-render-jaso and
lockedin-render-resume-en.
Capture quality determines vault quality. Vault quality determines render quality. This skill owns that first link.
Use this skill when
- The user says "save this", "log this", "track this", "absorb this", "remember this", "capture this", or "add this to my vault".
- The user describes a thing they just did: shipped a feature, attended a meeting, made a decision, learned something, completed a project milestone.
- The user pastes notes, a git log excerpt, a PR description, a Slack summary, or any short text and says to save it.
- The main
lockedinskill detects capture intent during a session and routes here.
Do NOT use this skill when
- The user is doing coding, debugging, or writing without any signal that they want to persist the work moment to the vault.
- The user asks to render an artifact (resume, jaso, ideas) — route to the appropriate render skill instead.
- The user wants to query their vault without adding anything — use the
main
lockedinskill's query flow. - The user wants to audit a document — use
lockedin-audit.
Execution model
User input
│
▼
1. Writer turn (prompt-writer.md)
- Read user input + any provided context
- Propose entity types, fields, edge structure
- Run _infer_edges() mentally from EDGE_SCHEMAS domain/range
- Quote source phrases from user input
- Output: structured proposal (markdown table)
│
▼
2. ValidatorDeterm (lockedin validate --dry-run)
- Deterministic field-type and required-field check
- Catches schema errors before LLM reviewer sees the proposal
│
▼
3. Reviewer turn (prompt-reviewer.md) — SEPARATE Claude context
- Re-load RUBRIC.md fresh (not from writer-turn memory)
- Score 5 dimensions independently
- Query vault for duplicate candidates (slug similarity, alias match)
- Output: JSON score + candidates + suggested revisions
│
▼
4. ReconcileNegotiator (if duplicates surfaced)
- Present candidates to user as a numbered list
- Ask one question: merge / update / create new
- Never auto-merge, never auto-create-duplicate
│
▼
5. write-before-confirm
- State what will be written: "Saving 2 entries — meeting X, decision Y. OK?"
- On confirmation: call write_entity for each proposed entity
- Edges written atomically with entities
What ships with it
7 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 · 142 lines · 135 tokens per session scan A 27ec3ad156fe
lockedin-capture is a skill published in the GitHub repository daypunk/LockedIn (127 stars, last pushed 3mo ago), licensed MIT. It adds 135 tokens to every session and 1,315 once invoked, about $0.0007 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…