eval-business-logic

eval-business-logic is a skill for Claude Code from Ibrahim-3d/orchestrator-supaconductor. It costs 110 tokens per session (1,423 once invoked), scanned A, original, AGPL-3.0.

A business-logic evaluator for checking core product behavior. It reviews pipelines, dependency resolution, state machines, pricing rules, tier limits, and packaging.

In plain words
What is it for?
Use it to evaluate features involving product rules, pricing or tiers, dependencies, workflows, and package behavior.
Why use it?
It helps find incorrect rules, missed edge cases, broken state changes, and faulty data flow before delivery.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the orchestrator-supaconductor plugin — 42 skills, 38 commands, 15 agents, 1 hook shipped together

Good fit Use it to evaluate features involving product rules, pricing or tiers, dependencies, workflows, and package behavior.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic
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 Ibrahim-3d/orchestrator-supaconductor --skill eval-business-logic
Clone the repo
git clone --depth 1 https://github.com/Ibrahim-3d/orchestrator-supaconductor

Made for: Claude Code.

Or install orchestrator-supaconductor, the plugin that ships this one along with the rest of its 42 skills, 38 commands, 15 agents, 1 hook.

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 eval-business-logic

README.md
[![agentmods](https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic/github.svg)](https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic)
Your own site
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic/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 eval-business-logic

Your own site · 80×15
<a href="https://agentmods.dev/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic"><img src="https://agentmods.dev/badge/skills/ibrahim-3d/orchestrator-supaconductor/eval-business-logic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,423 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.00110 $0.01423
Opus 5 $0.00055 $0.00711
Sonnet 5 $0.00022 $0.00285
Haiku 4.5 $0.00011 $0.00142

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

Security

Grade A, and why

eval-business-logic 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 7d 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/eval-business-logic/SKILL.md · 179 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 7d ago First seen · 179 lines · 110 tokens per session scan A 613e8a4ba69f

Subscribe to this mod's changes

eval-business-logic is a skill published in the GitHub repository Ibrahim-3d/orchestrator-supaconductor (377 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 110 tokens to every session and 1,423 once invoked, about $0.0006 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-09-03.

Related

Other skills, from other repositories

subagent-pre-existing-misattribution

Catch subagent reviewers misattributing test failures across the pre-existing / PR-introduced boundary — in BOTH directions. Use when: (1) a multi-task subagent-driven plan reports "N pre-existing failures, unrelated" across consecutive tasks and the count never changes, (2) an architectural / final reviewer at the…

wan-huiyan/agent-traffic-control · 350 tokens

nazgul:heartbeat

Run one Nazgul automation-heartbeat tick — triages the work inbox and auto-starts the next objective if idle. Opt-in and default-off; fired by an optional Claude Code native scheduled agent (routine) or run by hand. Use when asked to "run a heartbeat tick", "check the inbox", or to test/debug the heartbeat.

OrodruinLabs/nazgul · 74 tokens

trace

Use when encountering bugs, test failures, runtime errors, broken builds, or "this doesn't work" reports. Systematic root-cause analysis before any patch — never blind-patches symptoms. Standalone, ends with a final-integration review of the fix. Trigger with /hyperflow:trace, "debug this", "find the root cause", "why…

jeremylongshore/tons-of-skills-marketplace · 84 tokens

oma-debug

Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests. Use for bug, debug, error, crash, traceback, exception, and regression work.

first-fluke/oh-my-agent · 42 tokens

verify

Verify Elixir/Phoenix changes — compile, format, and test in one loop. Use after implementation, before PRs, or after fixing bugs.

oliver-kriska/claude-elixir-phoenix · 33 tokens

skeptical-triage

Reusable 3-round self-challenge + arbiter pattern for filtering false positives from findings/verdicts. Use when the cost of a false-positive gate block exceeds the cost of 4 extra LLM turns.

avelikiy/great_cto · 49 tokens