cost-efficiency

cost-efficiency is a skill for Claude Code from cubetribe/ClaudeCode_GodMode-On. It costs 32 tokens per session (1,380 once invoked), scanned A, original, no licence file.

A routing policy that chooses the smallest set of coding workers needed based on the risk and scope of a change, while keeping required safety checks.

In plain words
What is it for?
Use it to decide how coding tasks should be split and which workers or review steps are needed for a particular change.
Why use it?
It helps avoid assigning unnecessary workers and reduces resource use while preserving checks appropriate to the change.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cc-godmode plugin — 14 skills, 15 agents shipped together

Good fit Use it to decide how coding tasks should be split and which workers or review steps are needed for a particular change.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cubetribe/claudecode_godmode-on/cost-efficiency
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.

Any agent
npx skills add cubetribe/ClaudeCode_GodMode-On --skill cost-efficiency
Clone the repo
git clone --depth 1 https://github.com/cubetribe/ClaudeCode_GodMode-On

Made for: Claude Code.

Or install cc-godmode, the plugin that ships this one along with the rest of its 14 skills, 15 agents.

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 cost-efficiency

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/cost-efficiency.svg)](https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/cost-efficiency)
Your own site
<a href="https://agentmods.dev/skills/cubetribe/claudecode_godmode-on/cost-efficiency"><img src="https://agentmods.dev/badge/skills/cubetribe/claudecode_godmode-on/cost-efficiency.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,380 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00032 $0.01380
Opus 5 $0.00016 $0.00690
Sonnet 5 $0.00006 $0.00276
Haiku 4.5 $0.00003 $0.00138

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

Security

Grade A, and why

cost-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 8d 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/cost-efficiency/SKILL.md · 144 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 144 lines · 32 tokens per session scan A a1d63c7d122d

Subscribe to this mod's changes

cost-efficiency is a skill published in the GitHub repository cubetribe/ClaudeCode_GodMode-On (51 stars, last pushed 4d ago), with no licence file. It adds 32 tokens to every session and 1,380 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-30.

Related

Other skills, from other repositories

agent-pipeline

Multi-Agent Collaborative Pipeline for Claude Code — orchestrates 7 development phases with 6 specialized AI roles.

JS-mark/skills · 24 tokens

stream-chain

Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows.

airmcp-com/mcp-standards · 18 tokens

dispatch

Use when a task file exists in .hyperflow/tasks/ and workers need dispatching. Fans out parallel workers under per-batch Reviewers, runs a final integration review, and commits per sub-task. Endpoint of the auto-chain — no auto-deploy. Trigger with /hyperflow:dispatch, "run the plan", "execute the task", "build it"…

jeremylongshore/tons-of-skills-marketplace · 81 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

recipe-front-review

Reviews completed frontend implementation for governing-source compliance, scope economy, repository quality, and security, then applies user-approved React corrections.

shinpr/claude-code-workflows · 29 tokens

recipe-reverse-engineer

Generate PRD and Design Docs from existing codebase through discovery, generation, verification, and review workflow.

shinpr/claude-code-workflows · 26 tokens