token-efficient-execution

token-efficient-execution is a skill for Codex from markoblogo/abvx-agent-skills. It costs 59 tokens per session (487 once invoked), scanned A, original, MIT.

A set of working habits for reducing unnecessary context and output during long coding-agent sessions.

In plain words
What is it for?
It helps with long tasks, large repositories, multi-file audits, shell-heavy debugging, and other work where context limits affect delivery.
Why use it?
It avoids repeated exploration, noisy commands, broad rewrites, and oversized explanations that consume the session's token budget.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Install

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.

agentmods
npx agentmods add skills/markoblogo/abvx-agent-skills/token-efficient-execution
Any agent
npx skills add markoblogo/abvx-agent-skills --skill token-efficient-execution
Clone the repo
git clone --depth 1 https://github.com/markoblogo/abvx-agent-skills

Made for: 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 token-efficient-execution

README.md
[![agentmods](https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/token-efficient-execution.svg)](https://agentmods.dev/skills/markoblogo/abvx-agent-skills/token-efficient-execution)
Your own site
<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/token-efficient-execution"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/token-efficient-execution.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00059 $0.00487
Opus 5 $0.00030 $0.00244
Sonnet 5 $0.00012 $0.00097
Haiku 4.5 $0.00006 $0.00049

Measured 2d ago against content hash ad7983e72155, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

token-efficient-execution 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 2d 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.

skills/token-efficient-execution/SKILL.md · 62 lines

What it actually says

Token Efficient Execution

Save tokens by tightening the work loop, not only the answer style.

Core Principle

The biggest waste usually comes from repeated exploration, repeated explanation, and oversized context reloads. Fix the loop first.

Execution Rules

  • Read targeted files, not whole trees.
  • Search exact symbols, error text, route names, or config keys before broad terms.
  • Do not reread the same file unless it changed or a new hypothesis makes it relevant.
  • Prefer narrow patches over file rewrites.
  • Avoid long “plan recap” messages after every small step.
  • Keep intermediary updates to one or two sentences unless the user asked for a plan.
  • Reuse gathered evidence instead of re-deriving it.
  • Stop low-value parallel exploration once a clear winning path appears.

Task Patterns

Debugging

  • Build one reproducible signal.
  • Maintain a checked-location ledger.
  • Rank hypotheses before opening more files.

Implementation

  • Read surrounding code once, then patch.
  • Keep edits scoped to the behavior under change.
  • Run the narrowest verification first, then broaden only as needed.

Research

  • Keep an evidence ledger with claims, sources, and open questions.
  • Quote or cite only when needed.
  • Do not re-open sources already summarized unless precision requires it.
  • If the dominant waste is repeatedly loading the same long document, use doc-to-lora-evaluator before assuming a Doc-to-LoRA adapter is better than RAG, summaries, or direct context.

Anti-Patterns

  • broad grep loops over the same code;
  • rereading README, config, and the same module repeatedly;
  • restating the task after every command;
  • proposing before reading enough code;
  • validating everything when only one seam changed;
  • carrying stale notes forward after the code changed.

Final Report

Include what changed, what was verified, and any remaining uncertainty. Do not spend tokens listing every trivial command unless it matters for continuation.

Files

What ships with it

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

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. 2d ago First seen · 62 lines · 59 tokens per session scan A ad7983e72155

Subscribe to this mod's changes

token-efficient-execution is a skill published in the GitHub repository markoblogo/abvx-agent-skills (15 stars, last pushed 12d ago), licensed MIT. It adds 59 tokens to every session and 487 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

mcp-media-inbox-triage

Find media, partnership, and high-intent requests buried in a shared Gmail inbox, summarize the useful ones, and route them to the right owner through Zapier MCP.

zapier/gtm-cheat-codes · 43 tokens

install-zapier

Install and connect Zapier, routing to the right surface (MCP, SDK, or CLI) for what the person needs. Use when someone says "install Zapier", "add Zapier", "connect Zapier", or "set up Zapier", or when they want an AI client (Claude, ChatGPT, Cursor) to use their apps, want to call Zapier from code, or want Zapier in…

zapier/gtm-cheat-codes · 93 tokens

handoff

Export or import local Waybill Bundles for unfinished coding-agent tasks. Use when the user asks for /handoff, /handoff export, /handoff import, or wants to continue from a Waybill bundle.

wardmos/waybill · 44 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

peon-ping-toggle

Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session. Also handles config changes like volume, pack rotation, categories — any peon-ping setting.

PeonPing/peon-ping · 58 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens