mcp-ui-poc: Skill for Claude Code

.claude/skills/tdd/SKILL.md

tdd is a skill for Claude Code from iamadi11/mcp-ui-poc. It costs 16 tokens per session (172 once invoked), scanned A, original, MIT.

A test-first development rule set, where tests or a manual checklist are prepared before a change is considered complete. It applies the project's testing policy and includes checks for linting, validation, and test-fixture security.

In plain words
What is it for?
It helps plan failing cases or manual checks, add tests when a test framework exists, and verify client changes with linting and manual validation.
Why use it?
It reduces the chance that a code change works only in the main case or breaks existing behavior without being noticed.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is iamadi11/mcp-ui-poc's own configuration. It tells Claude Code how to work on mcp-ui-poc 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-ui-poc configures →

Reuse

Borrowing it

Nothing to install: this file belongs to iamadi11/mcp-ui-poc. 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/iamadi11/mcp-ui-poc/main/.claude/skills/tdd/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/iamadi11/mcp-ui-poc

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 tdd

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamadi11/mcp-ui-poc/tdd/github.svg)](https://agentmods.dev/skills/iamadi11/mcp-ui-poc/tdd)
Your own site
<a href="https://agentmods.dev/skills/iamadi11/mcp-ui-poc/tdd"><img src="https://agentmods.dev/badge/skills/iamadi11/mcp-ui-poc/tdd/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 tdd

Your own site · 80×15
<a href="https://agentmods.dev/skills/iamadi11/mcp-ui-poc/tdd"><img src="https://agentmods.dev/badge/skills/iamadi11/mcp-ui-poc/tdd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 172 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.00016 $0.00172
Opus 5 $0.00008 $0.00086
Sonnet 5 $0.00003 $0.00034
Haiku 4.5 $0.00002 $0.00017

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

Security

Grade A, and why

tdd 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 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.

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/tdd/SKILL.md · 21 lines

What it actually says

TDD (test-driven)

Testing policy: docs/AI_WORKFLOW.md → Testing expectations.

Steps

  1. Confirm whether automated tests exist for the area (this repo: client ESLint; no root test runner yet).
  2. If adding a test framework: add dependency, script, and one minimal test in the same effort — then implement to green.
  3. Until automated tests exist: maintain a manual test checklist (steps + expected result) before merging behavior changes.
  4. After implementation, re-run lint (client/) and manual validation.

Checklist

  • Failing case or checklist exists before “done.”
  • No secrets in test fixtures or logs.
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 · 21 lines · 16 tokens per session scan A 81f1c7a36e16

Subscribe to this mod's changes

tdd is a skill published in the GitHub repository iamadi11/mcp-ui-poc (8 stars, last pushed 3mo ago), licensed MIT. It adds 16 tokens to every session and 172 once invoked, about $0.0001 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.