nexus-qa-generative

nexus-qa-generative is a skill for Claude Code from Shuwanito/SkillsMP. It costs 56 tokens per session (351 once invoked), scanned A, original, no licence file.

A testing agent that creates tests, tries unusual or random inputs, and checks whether software follows expected rules. Fuzzing means testing with many unexpected inputs, while property-based testing checks general rules across generated cases.

In plain words
What is it for?
Use it to generate tests, plan fuzz testing, design property-based tests, and discover difficult edge cases.
Why use it?
It helps find edge cases and failures that hand-written tests may miss.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to generate tests, plan fuzz testing, design property-based tests, and discover difficult edge cases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shuwanito/skillsmp/nexus-qa-generative
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 Shuwanito/SkillsMP --skill nexus-qa-generative
Clone the repo
git clone --depth 1 https://github.com/Shuwanito/SkillsMP

Made for: Claude Code.

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 nexus-qa-generative

README.md
[![agentmods](https://agentmods.dev/badge/skills/shuwanito/skillsmp/nexus-qa-generative/github.svg)](https://agentmods.dev/skills/shuwanito/skillsmp/nexus-qa-generative)
Your own site
<a href="https://agentmods.dev/skills/shuwanito/skillsmp/nexus-qa-generative"><img src="https://agentmods.dev/badge/skills/shuwanito/skillsmp/nexus-qa-generative/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 nexus-qa-generative

Your own site · 80×15
<a href="https://agentmods.dev/skills/shuwanito/skillsmp/nexus-qa-generative"><img src="https://agentmods.dev/badge/skills/shuwanito/skillsmp/nexus-qa-generative.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 351 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.00056 $0.00351
Opus 5 $0.00028 $0.00176
Sonnet 5 $0.00011 $0.00070
Haiku 4.5 $0.00006 $0.00035

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

Security

Grade A, and why

nexus-qa-generative 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 8d 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.

.claude/skills/nexus-qa-generative/SKILL.md · 44 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. 8d ago First seen · 44 lines · 56 tokens per session scan A 6061138ee089

Subscribe to this mod's changes

nexus-qa-generative is a skill published in the GitHub repository Shuwanito/SkillsMP (2 stars, last pushed 2mo ago), with no licence file. It adds 56 tokens to every session and 351 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-09-03.

Related

Other skills, from other repositories

test-verification

Requires behavioral, failure-path, and durable-seam evidence for tests and review. Use when writing tests, reviewing test coverage, assessing behavioral test quality, or accepting high-risk behavior on test evidence.

Ezra144israel/governed-agent-skills · 43 tokens

testing-a-datavault4dbt-project

Adds Data Vault 2 technical tests to a datavault4dbt project — hashkey uniqueness and not-null, link-to-hub referential integrity, and satellite key+load-date uniqueness — as dbt soft-constraint tests in YAML. Use when adding or reviewing tests for hubs, links, or satellites, or validating raw vault integrity.

ScalefreeCOM/datavault4dbt-agent-skills · 81 tokens

test-strategy-document

Create a production-ready Testing Strategy and QA Execution Plan. Covers testing levels (unit, integration, E2E, performance), mocking boundaries, test environment matrix, code coverage thresholds, and automated CI pipeline runsheets. Use when establishing a QA framework for a new system or feature set.

fattain-naime/engineering-docs · 62 tokens

bootstrap-solution

Bootstrap or guide a reproducible .NET solution with explicit F# or C# language choice, SDK selection, project layout, test project setup, and initial validation commands.

gaelic-ghost/socket · 38 tokens

testing-lint-workflow

Plan, run, filter, and triage Android tests and lint, including local unit tests, instrumentation and Compose UI test handoffs, Gradle variant tasks, lint configuration, lint baselines, failure explanations, emulator-aware validation routing, and readable next checks.

gaelic-ghost/socket · 58 tokens

build-csharp-project

Build or modify idiomatic C# .NET projects using nullable-aware APIs, records/classes, async/task behavior, analyzer conventions, tests, and repo-local validation.

gaelic-ghost/socket · 37 tokens