ai-use-case-scorer

ai-use-case-scorer is a skill for Claude Code, Codex from sruthir28/enterprise-ai-skills. It costs 91 tokens per session (1,624 once invoked), scanned A, original, MIT.

A framework for ranking personal AI use cases by value, feasibility, and safety, then placing them into action tiers.

In plain words
What is it for?
Use it to assess workflow ideas and classify them as do now, do this quarter, park, or avoid.
Why use it?
It helps narrow a long list of possible AI projects to the few that are practical and worthwhile for one individual contributor.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess workflow ideas and classify them as do now, do this quarter, park, or avoid.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer
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 sruthir28/enterprise-ai-skills --skill ai-use-case-scorer
Clone the repo
git clone --depth 1 https://github.com/sruthir28/enterprise-ai-skills

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 ai-use-case-scorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer/github.svg)](https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer)
Your own site
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer/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 ai-use-case-scorer

Your own site · 80×15
<a href="https://agentmods.dev/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer"><img src="https://agentmods.dev/badge/skills/sruthir28/enterprise-ai-skills/ai-use-case-scorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,624 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00091 $0.01624
Opus 5 $0.00046 $0.00812
Sonnet 5 $0.00018 $0.00325
Haiku 4.5 $0.00009 $0.00162

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

Security

Grade A, and why

ai-use-case-scorer 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 12d 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.

ai-use-case-scorer/SKILL.md · 140 lines

How it starts

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

AI Use-Case Scorer

Turns "I should be using AI more" into "here are the 3 things I'm building this week, here's why, and here's what I'm explicitly NOT doing." Built for the individual IC trying to figure out where to deploy AI in their own work.


Why this exists

Most AI-use-case lists are theater — pages of "potential" use cases that never get built. This skill compresses the call: of the use cases on your list, which 2–3 actually pay off this month, and which to ignore.

Built for the IC. If you're rolling AI out to a 50-person team, this is the wrong framework — that's change management, not personal scoring.


Scoring framework: V × F × S

Each use case scored on three axes (1–5 scale).

Value — what's the upside?

Score Time saved Quality lift Strategic fit
5 >5 hrs/wk Visibly better output Hits a top-3 personal goal
3 1–5 hrs/wk Modest improvement Adjacent to a goal
1 <1 hr/wk Marginal Not connected to goals

Value score = round(avg of three sub-scores)

Feasibility — can you actually do it?

Score Tool maturity Your skill / time
5 Mature off-the-shelf skill or tool exists Ship in one sitting
3 Tools exist but need glue A weekend project
1 Requires custom dev / new infra Multi-week build

Feasibility score = round(avg of two sub-scores)

Safety — what could go wrong? (Inverted: higher = safer)

Score Quality risk Data risk Trust risk
5 Errors easy to catch No sensitive data Team comfortable with AI
3 Errors land in internal docs Some PII / internal data Mixed signals from team
1 Errors land in customer / exec face Confidential / regulated Active resistance

Safety score = round(avg of three sub-scores)

Final score = V × F × S

Range: 1 (don't bother) to 125 (perfect).

Read the full file on GitHub · 140 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. 12d ago First seen · 140 lines · 91 tokens per session scan A 2d1b322b2077

Subscribe to this mod's changes

ai-use-case-scorer is a skill published in the GitHub repository sruthir28/enterprise-ai-skills (139 stars, last pushed 11d ago), licensed MIT. It adds 91 tokens to every session and 1,624 once invoked, about $0.0005 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.