orchestrate-evaluator

orchestrate-evaluator is a skill for Claude Code, Codex from NITISH-R-G/hackerrank-orchestrate-skills. It costs 52 tokens per session (807 once invoked), scanned A, original, MIT.

An evaluation skill for Orchestrate repositories, judging specification compliance, evidence, generalization, repeatability, security, multimodal behavior, and release readiness.

In plain words
What is it for?
Use it at project phase gates and before submission to test an Orchestrate implementation and decide whether it is ready to submit.
Why use it?
It shows whether a repository is improving based on measured results rather than code appearance or unsupported claims. It can expose hardcoded identifiers, unstable output, hostile-input failures, and missing release evidence.

Skill for Claude CodeCodex

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

Good fit Use it at project phase gates and before submission to test an Orchestrate implementation and decide whether it is ready to submit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator
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 NITISH-R-G/hackerrank-orchestrate-skills --skill orchestrate-evaluator
Clone the repo
git clone --depth 1 https://github.com/NITISH-R-G/hackerrank-orchestrate-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 orchestrate-evaluator

README.md
[![agentmods](https://agentmods.dev/badge/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator/github.svg)](https://agentmods.dev/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator)
Your own site
<a href="https://agentmods.dev/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator"><img src="https://agentmods.dev/badge/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator/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 orchestrate-evaluator

Your own site · 80×15
<a href="https://agentmods.dev/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator"><img src="https://agentmods.dev/badge/skills/nitish-r-g/hackerrank-orchestrate-skills/orchestrate-evaluator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 807 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.00052 $0.00807
Opus 5 $0.00026 $0.00404
Sonnet 5 $0.00010 $0.00161
Haiku 4.5 $0.00005 $0.00081

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

Security

Grade A, and why

orchestrate-evaluator 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 9d 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/orchestrate-evaluator/SKILL.md · 71 lines

How it starts

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

Orchestrate: Orchestrate Evaluator

Evidence tier: first-hand build (August 2026). Grounded in a completed Orchestrate submission that was audited to destruction — 48 logged defects, 9 measured-and-rejected optimisations, 17 certification scripts. Every number below was measured on that system. Nothing here claims access to HackerRank's internal scoring.

What this answers

If I ship this today, what evidence says I am actually better?

Not "does the code look good."

The categories, and what a top submission looks like

Category Check Strong signal
Specification literal conformance to every clause 0 violations, checked against transcribed constants
Evidence cited ids exist, belong, don't self-reference 0 hallucinated
Generalization coupling probes, hardcoded ids 0 ids in executable code; coupling probes pass
Determinism processes × hash seeds one hash, boundary stated
Security injection, ReDoS, traversal, malformed media every hostile input yields a valid row
Multimodal counterfactual per modality disabling the modality changes decisions
Release fresh clone, artifact freshness, packaging clone runs from README alone
Evaluation output distribution sanity no near-constant predictor

Scoring rules that matter

Blockers cap everything. A score that lets fourteen passes outvote one release blocker is worse than no score. Any blocker → DO NOT SHIP, regardless of the average.

Label your confidence. measured (a number was produced) / observed (read from a file) / inferred (reasoning) / unknown. Discount inferred findings. Report unknown; never guess it either way.

Evidence before score. Print blockers above the number. If a reader takes the score and ignores the findings, the report failed.

Distribution sanity — the cheap tell for a degenerate solution

  • one action covering >80% of rows → a near-constant predictor can score well on an imbalanced set while learning nothing
  • ≤2 distinct message_type values → the type column is not being reasoned about
  • 1 distinct reason string → a scored dimension is being wasted

Read the full file on GitHub · 71 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. 9d ago First seen · 71 lines · 52 tokens per session scan A 260cd2057446

Subscribe to this mod's changes

orchestrate-evaluator is a skill published in the GitHub repository NITISH-R-G/hackerrank-orchestrate-skills (3 stars, last pushed 28d ago), licensed MIT. It adds 52 tokens to every session and 807 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.