solve-efficiently

solve-efficiently is a skill for Claude Code, Codex from Drizzy07x/Skillquiver. It costs 38 tokens per session (2,517 once invoked), scanned A, original, MIT.

A workflow for handling work that crosses several parts of a software project or has unclear boundaries. A project map is a durable overview of those parts and how they connect.

In plain words
What is it for?
Framing a task, choosing the right level of investigation, mapping related modules, and verifying answers, diagnoses, or code changes.
Why use it?
It reduces unnecessary context and effort while preserving the evidence needed for a correct result.

Skill for Claude CodeCodex

Part of the skillquiver plugin — 24 skills shipped together

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/drizzy07x/skillquiver/solve-efficiently
Any agent
npx skills add Drizzy07x/Skillquiver --skill solve-efficiently
Clone the repo
git clone --depth 1 https://github.com/Drizzy07x/Skillquiver

Made for: Claude Code, Codex.

Or install skillquiver, the plugin that ships this one along with the rest of its 24 skills.

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 solve-efficiently

README.md
[![agentmods](https://agentmods.dev/badge/skills/drizzy07x/skillquiver/solve-efficiently.svg)](https://agentmods.dev/skills/drizzy07x/skillquiver/solve-efficiently)
Your own site
<a href="https://agentmods.dev/skills/drizzy07x/skillquiver/solve-efficiently"><img src="https://agentmods.dev/badge/skills/drizzy07x/skillquiver/solve-efficiently.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,517 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 $0.00038 $0.02517
Opus 5 $0.00019 $0.01259
Sonnet 5 $0.00008 $0.00503
Haiku 4.5 $0.00004 $0.00252

Measured 3d ago against content hash a8ac4ac38cd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

solve-efficiently 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 3d 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/solve-efficiently/SKILL.md · 115 lines

How it starts

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

Solve Efficiently

Optimize for a correct, verified outcome per unit of context. Never reduce tokens by skipping evidence; never add process a simple task does not need.

1. Frame the work

Before acting, name four things in one compact checkpoint: required outcome; request mode (answer, diagnose, change, or monitor); constraints and state that must be preserved; evidence that would prove completion. Mode rules:

  • Answer: inspect enough evidence to respond; mutate nothing.
  • Diagnose: isolate the cause; invoke diagnose-systematically when reproduction or causality is non-trivial. Do not implement unless asked — diagnosis stays investigation-only at every intensity.
  • Change: implement, verify, hand off.
  • Monitor: observe until the terminal condition or a real blocker.
  • Mixed modes keep their order: diagnose before changing, then verify.

For a bounded technical decision with a supplied brief and primary sources: one evidence batch — read the brief, inspect only the named version-matched sources, preserve exact URLs and caveats, then separate verified facts, inference, recommendation, and uncertainty. Do not run generic discovery or test an implementation nobody requested.

2. Discover context progressively

Start with the cheapest source that narrows the next action:

  1. Workspace instructions and repository state.
  2. Search filenames, symbols, and exact error text.
  3. Read only relevant sections; open complete files before editing them.
  4. Expand through imports, callers, tests, or authoritative docs only as evidence requires.

High-value sequence: search exact identifiers → inspect matches and nearest behavioral tests → follow imports/callers only across the affected boundary → run a targeted check on the largest uncertainty → broaden after it passes.

Stop discovery when all hold: the affected boundary is identified; the change or answer is supported by current evidence; a meaningful verification target is known; further exploration is unlikely to change the next action.

Read the full file on GitHub · 115 lines

Files

What ships with it

1 file 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. 3d ago First seen · 115 lines · 38 tokens per session scan A a8ac4ac38cd5

Subscribe to this mod's changes

solve-efficiently is a skill published in the GitHub repository Drizzy07x/Skillquiver (2 stars, last pushed 12d ago), licensed MIT. It adds 38 tokens to every session and 2,517 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-31.