mcp-cs: Skill for Claude Code

.agents/skills/algo-stress-testing/SKILL.md

algo-stress-testing is a skill for Claude Code, Codex from ieeecsopen/mcp-cs. It costs 245 tokens per session (8,387 once invoked), scanned A, original, no licence file.

A debugging aid for competitive-programming solutions that receive Wrong Answer or Time Limit Exceeded results on hidden tests.

In plain words
What is it for?
It is for stress-testing an algorithm against inputs that may expose incorrect results or solution-specific timeouts.
Why use it?
It helps investigate failures that appear only on particular inputs instead of guessing from the visible examples.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ieeecsopen/mcp-cs's own configuration. It tells Claude Code and Codex how to work on mcp-cs itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-cs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ieeecsopen/mcp-cs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ieeecsopen/mcp-cs/main/.agents/skills/algo-stress-testing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ieeecsopen/mcp-cs

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 algo-stress-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-stress-testing/github.svg)](https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-stress-testing)
Your own site
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-stress-testing"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-stress-testing/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 algo-stress-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/algo-stress-testing"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/algo-stress-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 245 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,387 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00245 $0.08387
Opus 5 $0.00122 $0.04194
Sonnet 5 $0.00049 $0.01677
Haiku 4.5 $0.00024 $0.00839

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

Security

Grade A, and why

algo-stress-testing scanned grade A with 1 finding 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 10d 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.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

proc = subprocess.run(
.agents/skills/algo-stress-testing/SKILL.md · 732 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

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. 10d ago First seen · 732 lines · 245 tokens per session scan A 84283b84dfa6

Subscribe to this mod's changes

algo-stress-testing is a skill published in the GitHub repository ieeecsopen/mcp-cs (3 stars, last pushed 6d ago), with no licence file. It adds 245 tokens to every session and 8,387 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). 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

qa-knowledge

To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.

griddynamics/rosetta · 32 tokens

hotfix

Fixes an observed defect with reproducible evidence in one call: writes a short trace doc before touching code, implements the fix, and backs it with a regression test written before the fix. Production incidents are the motivating case, not a gate. When blocked, it halts by name and saves the doc for a later call to…

pe-menezes/vibeflow · 102 tokens

autonomous-tdd-debugger

Empowers the agent to autonomously run tests, read terminal stack traces, and self-heal code until tests pass. Transforms the agent from a passive coder to an active CI pipeline debugger.

roedyrustam/vibes-plug · 46 tokens

anchor-repro

Reproduce a behavioral bug before fixing it, record the failing probe, and verify the fix with the same probe. Use for bug reports, failing tests, crashes, hangs, regressions, wrong output, and observable behavior that should change.

lynxlangya/techne · 52 tokens

reqforge-greenkeeper

name: reqforge-greenkeeper description: Used when maintaining the ReqForge repository itself and its release gates fail — pnpm test, pnpm forge-smoke, pnpm sync:discover, adapter drift, skill fixtures, loadouts, or test-demo golden path. Restores a green, synced state with minimal changes. Not for bugs in user apps…

zxpmail/ReqForge · 0 tokens

repair-prevention-assessment

A completion gate for fixes and self-repair work. It creates a machine-checkable assessment that separates evidence a current issue is closed from evidence that the fix will remain effective.

devcodex-labs/devcodex · 75 tokens