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 skills add saeedkolivand/ai-job-hunter-app --skill token-efficiencygit clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-appWrote 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.
[](https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/token-efficiency)<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/token-efficiency"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/token-efficiency/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.
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/token-efficiency"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/token-efficiency.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00687 |
| Opus 5 | $0.00021 | $0.00344 |
| Sonnet 5 | $0.00008 | $0.00137 |
| Haiku 4.5 | $0.00004 | $0.00069 |
Grade A, and why
token-efficiency 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Token-efficiency contract (all agents)
Context-source priority (in order)
- codegraph (structural) — symbols/calls/impact: MCP
codegraph_explorewhen your allowlist has it, else CLIcodegraph callers/callees/impact/query. - graphify (semantic) — meaning/rationale/cross-doc: MCP
query_graph/shortest_path/get_*when connected, else CLIgraphify query|explain|path. - source — authoritative for any region edited this turn.
- docs/knowledge/ — contracts, standards.
- lessons — on-demand only, never bulk-loaded.
Read discipline
- Minimum files; no repo-wide scans — codegraph for "where/what calls X", graphify for "what connects to X",
rgonly when neither answers. - Stop at ~90% confidence. Read the relevant section, not the whole file.
Severity rubric (anchors blocking — STRICT MODE, verify-don't-assume)
- CRITICAL — exploitable security on a secret/credential/IPC/updater/network-egress path; data loss/corruption; breaks a release or CI gate.
- HIGH — architecture-rule violation (
std::env::varoutsideplatform/,reqwest::Clientoutsidenet/, untypedResult<_,String>outsideerror/); changed non-trivial logic WITHOUT a test, or a weak/tautological/mock-asserting test; untested error/edge/security path on changed code; provider-specific coupling in business logic; PII/temp-file-cleanup/retention regression; user-facing text whose i18n key is missing fromenorde. - MEDIUM — unguarded hot-path perf regression, non-blocking correctness smell, missing non-critical edge test.
- LOW — style/naming/comments/formatting/docs.
- Only HIGH/CRITICAL block. Tie-break: round UP for test-coverage, error/edge-path, i18n, security, and data findings; round down only for pure style/docs. Confirm every claim against the real code/files; never pass a hunk you did not actually read.
Output format
Terse findings only: SEVERITY · file:line · finding · one-line fix. No prose essays.
Strict enforcement (canonical — agent files point here, never restate)
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.
- 9d ago First seen · 40 lines · 42 tokens per session scan A f40e76e60448
token-efficiency is a skill published in the GitHub repository saeedkolivand/ai-job-hunter-app (55 stars, last pushed yesterday), licensed Apache-2.0. It adds 42 tokens to every session and 687 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-09-03.
Other skills, from other repositories
anarlog
Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.
resume-builder
Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON…
json-ui
CRITICAL: Use for json-ui component rendering and development. Triggers on: json-ui, json render, component catalog, report render, HTML report, I18nString, i18n, bilingual, language switch, dual language, PaperHeader, AuthorList, Abstract, MetricsGrid, Section, Highlight, Zod schema, catalog.ts, cli.ts…
prompt-cache-optimizer
Audit and optimize Pisper system-prompt and tool-schema token overhead while preserving stable prompt-cache prefixes, permissions, and runtime behavior. Invoke only for explicit prompt or tool-context optimization work.
internet_search
Instructions for using a local search script to retrieve current web results as JSON, including titles, links, summaries, and sources.
tauri
Advanced Tauri event patterns for bidirectional communication, streaming data, window-to-window messaging, and custom event handling.