edge-case-hunter

edge-case-hunter is a skill for Claude Code, Codex from harshitsinghbhandari/domain-expansion. It costs 55 tokens per session (2,452 once invoked), scanned A, original, no licence file.

A review tool that follows branching paths and boundary conditions in a code change or code sample and reports only cases that are not handled.

In plain words
What is it for?
Use it to hunt edge cases, boundary conditions, missing guards, and other unhandled situations.
Why use it?
It focuses a review on overlooked inputs, paths, and missing safeguards instead of producing a general code review.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to hunt edge cases, boundary conditions, missing guards, and other unhandled situations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/harshitsinghbhandari/domain-expansion/edge-case-hunter
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 harshitsinghbhandari/domain-expansion --skill edge-case-hunter
Clone the repo
git clone --depth 1 https://github.com/harshitsinghbhandari/domain-expansion

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 edge-case-hunter

README.md
[![agentmods](https://agentmods.dev/badge/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter/github.svg)](https://agentmods.dev/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter)
Your own site
<a href="https://agentmods.dev/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter"><img src="https://agentmods.dev/badge/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter/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 edge-case-hunter

Your own site · 80×15
<a href="https://agentmods.dev/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter"><img src="https://agentmods.dev/badge/skills/harshitsinghbhandari/domain-expansion/edge-case-hunter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,452 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.00055 $0.02452
Opus 5 $0.00028 $0.01226
Sonnet 5 $0.00011 $0.00490
Haiku 4.5 $0.00006 $0.00245

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

Security

Grade A, and why

edge-case-hunter 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 11d 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/edge-case-hunter/SKILL.md · 272 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 11d ago First seen · 272 lines · 55 tokens per session scan A 8a444ae9d451

Subscribe to this mod's changes

edge-case-hunter is a skill published in the GitHub repository harshitsinghbhandari/domain-expansion (2 stars, last pushed 1mo ago), with no licence file. It adds 55 tokens to every session and 2,452 once invoked, about $0.0003 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

dx-audit

Audits libraries, CLIs, and SDKs using 38 rules for public contracts, package exports, piped output, errors, and configuration. Use when asked to "audit my CLI", "review my SDK", "make this agent-friendly", or diagnose package type resolution. For agentic product trust use ax-audit; for docs use docs-writing.

mblode/agent-skills · 76 tokens

perf

Performance optimizer for loops, DB queries, rendering, and batch operations. Catches N+1 queries, missing indexes, and unnecessary re-renders.

epicsagas/epic-harness · 32 tokens

knip

Find dead code, unused files, unused exports, and unused dependencies in a JavaScript/TypeScript project using knip. Use before a refactor, before a PR, or when the user asks to clean up bloat, remove unused deps, or shrink the codebase.

LFTPadilla/agent-dev-kit · 59 tokens

scan-for-defects

Run a multi-pass defect scan across the source codebase, checking for logic errors, error handling gaps, concurrency bugs, security issues, API contract violations, and configuration hazards. Use after the architecture phase is complete. Optionally leverages contracts and protocols outputs for spec-grounded analysis.

HuginnIndustries/CodeCartographer · 62 tokens

scan-for-defects-semantic

Run the deep, semantic subset of the multi-pass defect scan — bugs that need contracts and protocols context to spot. Run after protocols, before porting. Covers concurrency and resource management, security and trust boundaries, and API contract violations (including state machine drift). The mechanical subset…

HuginnIndustries/CodeCartographer · 87 tokens

scan-for-defects-mechanical

Run the early, mechanical subset of the multi-pass defect scan — local bugs that do not need contracts or protocols context to spot. Run after the architecture phase, before contracts. Covers logic and correctness, error handling and resilience, and configuration and environment hazards. The semantic subset…

HuginnIndustries/CodeCartographer · 88 tokens