dmvcframework-testing

dmvcframework-testing is a skill for Claude Code, Codex from danieleteti/delphi-ai-skills. It costs 115 tokens per session (6,106 once invoked), scanned A, original, Apache-2.0.

A testing guide for DelphiMVCFramework APIs, a Delphi toolkit for building web APIs. It covers unit tests for controllers and integration tests that send real HTTP requests to a server running inside the test process.

In plain words
What is it for?
Writing or repairing DUnitX tests for DelphiMVCFramework controllers and APIs, including test data setup and running tests from the console.
Why use it?
It removes the need to set up a separate web server for API tests and provides patterns for checking database, login, permissions, and CRUD behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Good fit Writing or repairing DUnitX tests for DelphiMVCFramework controllers and APIs, including test data setup and running tests from the console.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danieleteti/delphi-ai-skills/dmvcframework-testing
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 danieleteti/delphi-ai-skills --skill dmvcframework-testing
Clone the repo
git clone --depth 1 https://github.com/danieleteti/delphi-ai-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 dmvcframework-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/danieleteti/delphi-ai-skills/dmvcframework-testing/github.svg)](https://agentmods.dev/skills/danieleteti/delphi-ai-skills/dmvcframework-testing)
Your own site
<a href="https://agentmods.dev/skills/danieleteti/delphi-ai-skills/dmvcframework-testing"><img src="https://agentmods.dev/badge/skills/danieleteti/delphi-ai-skills/dmvcframework-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 dmvcframework-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/danieleteti/delphi-ai-skills/dmvcframework-testing"><img src="https://agentmods.dev/badge/skills/danieleteti/delphi-ai-skills/dmvcframework-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,106 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.00115 $0.06106
Opus 5 $0.00057 $0.03053
Sonnet 5 $0.00023 $0.01221
Haiku 4.5 $0.00012 $0.00611

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

Security

Grade A, and why

dmvcframework-testing 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run-tests.bat), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/dmvcframework-testing/SKILL.md · 711 lines

How it starts

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

DMVCFramework Integration Testing Guide

DMVCFramework is available at https://github.com/danieleteti/delphimvcframework

It ships with a full test stack: DUnitX as test runner, an in-process IMVCServer (Indy Direct) and IMVCRESTClient as the fluent HTTP client. No external server needed — tests start and stop the server in [SetupFixture]/[TeardownFixture].

TMVCListener is deprecated as of 3.5 and will be removed in 4.0 (sources/MVCFramework.Server.pas). It is now a thin wrapper over IMVCServer. Do not write new tests against it: build a TMVCEngine, host it with TMVCServerFactory.CreateIndyDirect, and you need no WebModule at all.

Verify signatures against real code, not memory — the DUnitX and DMVCFramework units on disk, plus one existing test as the call site. When you do not know where those sources are, ask the user for the path and record it as the dmvcframework skill describes (the <!-- delphi-local-sources --> block in CLAUDE.md / AGENTS.md), so the question is asked once per project and not once per session.

Reference test files in the official repository:

  • unittests/general/TestClient/LiveServerTestU.pas
  • unittests/general/TestClient/ActiveRecordControllerTestU.pas
  • unittests/general/RESTClient/MVCFramework.Tests.RESTClient.pas

REQUIRED REFERENCE — dmvcframework-security. Any endpoint that accepts input from a client (body, query string, header, cookie, upload, URL) must follow it: access control and IDOR, mass assignment, SQL injection, XSS, CSRF, path traversal, uploads, security headers, JWT, secrets. Invoke it whenever you write or review such an endpoint — not only when the user says "security".


When in doubt about an API — verify it, never guess

Never invent an identifier or answer from memory. If you need a signature this skill does not cover, ask the user for the path to their DelphiMVCFramework checkout and read sources/ (and the matching samples/ project); failing that, read the official repository — sources · samples. If you still cannot verify it, say so. Where a skill and a sample disagree, the sample wins.

Read the full file on GitHub · 711 lines

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. 12d ago First seen · 711 lines · 115 tokens per session scan A b870e6046620

Subscribe to this mod's changes

dmvcframework-testing is a skill published in the GitHub repository danieleteti/delphi-ai-skills (18 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 115 tokens to every session and 6,106 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-08-30.

Related

Other skills, from other repositories

moai-ref-testing-pyramid

Test pyramid strategy, coverage targets, test patterns, and quality metrics reference. Agent-extending skill that amplifies manager-develop test-creation and quality-validation work with production-grade testing patterns. NOT for: production code implementation, architecture design, DevOps, security audits.

modu-ai/moai-adk · 61 tokens

loom-test-strategy

Test strategy guidance covering pyramid design, coverage, test categorization, flaky tests, infrastructure, and risk-based prioritization.

cosmix/loom · 29 tokens

loom-testing

Test implementation across unit, integration, e2e, security, infrastructure, data pipeline, and ML domains.

cosmix/loom · 25 tokens

intuitive-tests

Use this skill whenever the user asks about unit test best practices, test organization, flat test suites, redundant tests, test refactors, pytest/JUnit/Jest/xUnit layout, test taxonomy, flaky tests, coverage quality, fixtures, mocks, parametrization, pruning existing UTs, or "which tests are worth keeping." It…

MiaoDX/intuitive-flow · 154 tokens

creo-test

Testing orchestration that routes to unit test and E2E test subagents. Manages test plans, coverage tracking, and coordinates test execution across the full stack. Supports Vitest/Jest for unit tests and Playwright for E2E tests. Trigger keywords: test, unit test, e2e test, end to end, test plan, test coverage…

oyusypenko/creo · 82 tokens

testing

Testing strategies and methodologies including TDD and E2E testing. Use when writing tests, implementing TDD workflow, or setting up E2E test infrastructure.

xiaobei930/cc-best · 34 tokens