general-peer-cases

general-peer-cases is a skill for Claude Code from geledek/enterprise-ai-transformation-skills. It costs 137 tokens per session (2,352 once invoked), scanned A, original, MIT.

A library and method for finding examples of similar AI projects at other organizations. It explains what worked, what failed, what could have been done differently, and which example is the closest match.

In plain words
What is it for?
Use it before choosing or building an AI project when you need comparable deployments, lessons from peers, or evidence about likely approaches.
Why use it?
It puts success stories in context and helps avoid copying a case that does not resemble the organization's industry, size, or operating situation.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the enterprise-ai-transformation-skills plugin — 16 skills shipped together

Good fit Use it before choosing or building an AI project when you need comparable deployments, lessons from peers, or evidence about likely approaches.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add geledek/enterprise-ai-transformation-skills
Claude Code
/plugin install enterprise-ai-transformation-skills

Made for: Claude Code.

Or install enterprise-ai-transformation-skills, the plugin that ships this one along with the rest of its 16 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 general-peer-cases

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/geledek/enterprise-ai-transformation-skills/general-peer-cases"><img src="https://agentmods.dev/badge/skills/geledek/enterprise-ai-transformation-skills/general-peer-cases.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,352 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.00137 $0.02352
Opus 5 $0.00068 $0.01176
Sonnet 5 $0.00027 $0.00470
Haiku 4.5 $0.00014 $0.00235

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

Security

Grade A, and why

general-peer-cases 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.

skills/general-peer-cases/SKILL.md · 160 lines

How it starts

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

General — Peer Case Library

Surface relevant named peer cases for the asker's situation. Output what worked, what failed, what they would do differently — and which single case is the closest analog.

Anchor base rate: 95% of GenAI pilots produce zero measurable P&L impact (MIT 2025). Only 5% break through. Every retrieved case must be situated against this floor — a "success story" pulled in isolation is misleading.

The library is bundled in references/. Pull cases by archetype match — not by name recall.

Output contract (stable): asker profile, case bundle, cross-case patterns, and a confidence state — including No-analog-found when fewer than 3 archetype matches exist.


Step 1: Asker Profile

Filter the library before retrieving. Without a profile, every case looks equally relevant — and nothing is actionable.

PROFILE QUESTIONS — answer each in one line:

  1. Vertical? (Healthcare / FinServ / Public sector / Manufacturing / Retail / Tech / Professional services / Other — name the sub-vertical if it matters, e.g. "tertiary hospital" not just "healthcare".)
  2. Org size and operating model? (Headcount band; centralized vs federated; regulated vs unregulated; geography.)
  3. Use-case archetype? (Customer service automation / knowledge-worker copilot / document extraction / agentic workflow / vertical AI product / internal search — pick one. If unclear, force it.)
  4. Maturity stage? (Experimenting / Piloting / Scaling / Operating — map against MIT-CISR's four stages. Consult mit-cisr-4-stages.md.)
  5. Decision being made? (Selection / build-vs-buy / scale-vs-kill / vendor swap / governance gate — the case bundle should be tuned to this decision.)

If the asker can answer fewer than 4 of these, stop. Surface the gap. Cases retrieved without profile are noise.

Output: VERTICAL | ORG SIZE | ARCHETYPE | MATURITY STAGE | DECISION TYPE


Step 2: Case Retrieval

Pull 3-5 named cases from the bundled library. Match on archetype first, vertical second, org-size third. Never pad with weak matches — 3 strong analogs beat 5 mixed ones.

Read the full file on GitHub · 160 lines

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. 12d ago First seen · 160 lines · 137 tokens per session scan A c41e7671f180

Subscribe to this mod's changes

general-peer-cases is a skill published in the GitHub repository geledek/enterprise-ai-transformation-skills (9 stars, last pushed 2mo ago), licensed MIT. It adds 137 tokens to every session and 2,352 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

ai-interaction-pattern-advisor

Advises WHICH AI interaction pattern fits a product, service, or workflow — at what level of automation, with what trust mechanics and what organizational change. Acts as a senior Service Designer and AI Transformation specialist. Use whenever the user is deciding how AI should show up in an experience, or is…

irSodeh/AI-Interaction-Pattern-Advisor · 220 tokens

ai-act-classification

Classify AI systems and GPAI models under the current EU AI Act. Use for Article 5 prohibited-practice screening, Article 6 and Annex I/III high-risk analysis, Article 6(3) exceptions, Article 50 transparency duties, GPAI duties, role allocation, deadlines, or an evidence-backed classification memo.

lexbeam-software/eu-ai-governance-plugin · 72 tokens

ai-act-compliance

Assess and build an EU AI Act compliance programme. Use for inventories, role maps, deadline readiness, Article 4 AI literacy, high-risk provider or deployer controls, GPAI governance, policy roadmaps, remediation plans, or executive compliance status.

lexbeam-software/eu-ai-governance-plugin · 55 tokens

ai-vendor-assessment

Assess an AI vendor, model provider, or supplier relationship. Use for EU AI Act role and evidence checks, GDPR processor terms, security and resilience review, model-change controls, incident routes, audit rights, contractual redlines, or a go/no-go procurement recommendation.

lexbeam-software/eu-ai-governance-plugin · 59 tokens

dpia-ai

Run or review a GDPR data protection impact assessment for an AI system. Use for Article 35 trigger screening, necessity and proportionality, profiling and automated decisions, bias and explainability risks, mitigations, DPO consultation, Article 36 prior consultation, or DPIA and EU AI Act FRIA coordination.

lexbeam-software/eu-ai-governance-plugin · 66 tokens

governance-documentation

Create, review, or organise EU AI Act governance evidence. Use for Article 11 and Annex IV technical documentation, logs, quality management, conformity records, declarations, registration, deployer records, post-market monitoring, incident files, evidence indexes, or review packs.

lexbeam-software/eu-ai-governance-plugin · 59 tokens