only-skill-you-need

only-skill-you-need is a skill for Claude Code, Codex from Endokelp/Only-Skill-You-Need. It costs 152 tokens per session (759 once invoked), scanned A, original, MIT.

A starter skill for beginners that sets up a project’s collection of agent skills and directs each task to the most suitable one.

In plain words
What is it for?
Use it when installing skills for a new project or deciding which existing skill should handle a task. It can inspect the project, bootstrap a proposed skill set, and route requests.
Why use it?
It prevents overlapping or poorly matched skills from causing inconsistent instructions and helps establish project-wide defaults.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Good fit Use it when installing skills for a new project or deciding which existing skill should handle a task. It can inspect the project, bootstrap a proposed skill set, and route requests.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/endokelp/only-skill-you-need/only-skill-you-need
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 Endokelp/Only-Skill-You-Need --skill only-skill-you-need
Clone the repo
git clone --depth 1 https://github.com/Endokelp/Only-Skill-You-Need

Made for: Claude Code, 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 only-skill-you-need

README.md
[![agentmods](https://agentmods.dev/badge/skills/endokelp/only-skill-you-need/only-skill-you-need/github.svg)](https://agentmods.dev/skills/endokelp/only-skill-you-need/only-skill-you-need)
Your own site
<a href="https://agentmods.dev/skills/endokelp/only-skill-you-need/only-skill-you-need"><img src="https://agentmods.dev/badge/skills/endokelp/only-skill-you-need/only-skill-you-need/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.

agentmods 80×15 button for only-skill-you-need

Your own site · 80×15
<a href="https://agentmods.dev/skills/endokelp/only-skill-you-need/only-skill-you-need"><img src="https://agentmods.dev/badge/skills/endokelp/only-skill-you-need/only-skill-you-need.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 152 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 759 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 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.00152 $0.00759
Opus 5 $0.00076 $0.00380
Sonnet 5 $0.00030 $0.00152
Haiku 4.5 $0.00015 $0.00076

Measured 13d ago against content hash 2842f85cddd1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

only-skill-you-need 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 13d 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.

SKILL.md · 60 lines

How it starts

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

only-skill-you-need

Announce: Using only-skill-you-need to [bootstrap | route this task].

This is the first skill. Do not skip it to "just start coding." Read the winners it names, then do the user's actual work.

Scripts live next to this file. Run them from the skill root (SKILL.md's directory).

python scripts/cli.py detect --root <project>
python scripts/cli.py status --root <project>
python scripts/cli.py bootstrap --root <project> --offline
python scripts/cli.py route --root <project> --offline "<user task>"
python scripts/cli.py --self-check

--offline uses the bundled seed list. Omit it to live-search via npx skills find. Never pass --apply until the user says yes.

Procedure

  1. Run detect, then status.
  2. If project_ledger_empty is true → bootstrap path. Print the proposed pack. Stop and ask before any install. After yes, run bootstrap with --apply, then npx skills add using the printed install_commands (or run those commands). Refresh STATUS.md.
  3. Else run route "<user task>".
  4. Read each winner's SKILL.md (installed copy under ~/.claude/skills, ~/.cursor/skills, or ~/.agents/skills) before doing the user's work.
  5. Empty relevant slot → propose the live best from the route/bootstrap output. Wait. Install. Record via --apply or occupy through bootstrap.
  6. Occupied slot + upgrade listed → mention the better skill. Do not replace it unless the user asks to switch.
  7. Do the actual task following those skills.
  8. Run status again so .agents/only-skill-you-need/STATUS.md is current.

Sticky rules

  • Empty slot → propose, install only after yes.
  • Occupied slot → keep the installed skill.
  • Same use-case → refuse a second install; it lands in rejected[].
  • Unknown source with under 100 installs → never propose.
  • Project ledger wins over global per slot.

Do not invent a parallel registry. Installs go through npx skills add <owner/repo> -s <skill> -g -y plus -a only for agents detect found.

Read the full file on GitHub · 60 lines

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. 13d ago First seen · 60 lines · 152 tokens per session scan A 2842f85cddd1

Subscribe to this mod's changes

only-skill-you-need is a skill published in the GitHub repository Endokelp/Only-Skill-You-Need (36 stars, last pushed 15d ago), licensed MIT. It adds 152 tokens to every session and 759 once invoked, about $0.0008 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

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens

apollo-lead-finder

Two-phase Apollo.io prospecting: free People Search to discover ICP-matching leads, then selective enrichment to reveal emails/phones (credits per contact). Creates Apollo lists. Deduplicates against existing contacts by LinkedIn URL.

gooseworks-ai/goose-skills · 51 tokens

monorepo-management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

wshobson/agents · 54 tokens

browse-and-evaluate

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

MoizIbnYousaf/Ai-Agent-Skills · 43 tokens

render-3d-product-showcase

Assemble a premium 3D product-showcase ad from a config — four beat clips (an orbiting hero rotation, a macro push-in, a physics reveal, a typographic close) normalized to the brand-color canvas, hard-concatenated in order, closed on a deterministic Playwright brand end card, and mixed under one instrumental bed at…

gooseworks-ai/goose-skills · 159 tokens

render-airdrop-carousel

Assemble a viral iOS "AirDrop" notification-carousel video ad (≈6–8s, 9:16) from a brand line plus 6–16 real product photos — a native AirDrop share-sheet card ("Brand would like to share a · Decline / Accept") springs up and its preview window CYCLES through the products, landing on a range/lineup payoff with an…

gooseworks-ai/goose-skills · 207 tokens