BitcoinAddressFinder: Skill for Claude Code

.claude/skills/tdd/SKILL.md

tdd is a skill for Claude Code from bernardladenthin/BitcoinAddressFinder. It costs 26 tokens per session (418 once invoked), scanned A, original, Apache-2.0.

A test-first development workflow for BitcoinAddressFinder, a Java 21 project built with Maven. It combines general Java testing rules with this project's own coding and test conventions.

In plain words
What is it for?
Use it when adding or changing BitcoinAddressFinder code and tests, especially for address handling, concurrency, null safety, callbacks, timing, OpenCL, or LMDB-related behavior.
Why use it?
It gives developers a consistent way to write tests before implementation, then improve the code while checking that behavior still works. It also collects project-specific rules in one place.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

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

Reuse

Borrowing it

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

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/bernardladenthin/bitcoinaddressfinder/tdd/github.svg)](https://agentmods.dev/skills/bernardladenthin/bitcoinaddressfinder/tdd)
Your own site
<a href="https://agentmods.dev/skills/bernardladenthin/bitcoinaddressfinder/tdd"><img src="https://agentmods.dev/badge/skills/bernardladenthin/bitcoinaddressfinder/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/bernardladenthin/bitcoinaddressfinder/tdd"><img src="https://agentmods.dev/badge/skills/bernardladenthin/bitcoinaddressfinder/tdd.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 418 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 12
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
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.00026 $0.00418
Opus 5 $0.00013 $0.00209
Sonnet 5 $0.00005 $0.00084
Haiku 4.5 $0.00003 $0.00042

Measured 10d ago against content hash 0fac8ab5df8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 · 45 lines

What it actually says

TDD — Test-Driven Development for BitcoinAddressFinder

You are working on BitcoinAddressFinder (group net.ladenthin, Java 21, Maven).

Generic Java TDD Guide

Follow all conventions from the generic Java TDD skill (.claude/skills/java-tdd-guide/SKILL.md). That guide covers:

  • Red → Green → Refactor workflow
  • File headers (Apache 2.0 license)
  • Test framework stack (JUnit 4, DataProviderRunner, Hamcrest, Mockito)
  • Test naming, AAA structure, editor folds
  • Assertions (Hamcrest only), exception testing
  • Data providers, named constants, DRY
  • Logger injection (constructor over setter)
  • Null safety (JSpecify + NullAway)
  • Records, immutability, concurrency
  • Import style, anti-patterns, completeness checklist

Project-Specific Supplements

For BitcoinAddressFinder-specific conventions, also follow:

  • CODE_WRITING_GUIDE.md — BitHelper radix constants, C-prefix configuration POJOs, custom domain exceptions, graceful shutdown (Interruptable), lambda callbacks
  • TEST_WRITING_GUIDE.md — Marker annotations (@AwaitTimeTest, @ToStringTest, @OpenCLTest), timing/await tests, static address constants (StaticKey, P2PKH, P2SH, P2WPKH), platform assumptions, LMDB/OpenCL test patterns, producer test helpers, socket test utilities

Package

net.ladenthin.bitcoinaddressfinder

Build & Test

./mvnw compile       # compile (NullAway enforced)
./mvnw test          # run all tests
./mvnw test -Dnet.ladenthin.bitcoinaddressfinder.disableLMDBTest=true  # skip LMDB tests
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 · 45 lines · 26 tokens per session scan A 0fac8ab5df8d

Subscribe to this mod's changes

tdd is a skill published in the GitHub repository bernardladenthin/BitcoinAddressFinder (245 stars, last pushed 3d ago), licensed Apache-2.0. It adds 26 tokens to every session and 418 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-30.

Related

Other skills, from other repositories

springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

VenTheZone/pi-dots · 42 tokens

springboot-testing

Spring Boot testing discipline — TDD workflow with JUnit 5, @SpringBootTest slicing (@WebMvcTest, @DataJpaTest), MockMvc, Testcontainers, and the verification gates a Spring Boot change must pass before it ships (build, coverage floor, static analysis, integration checks). Use when writing Spring Boot tests or…

Nmor/the-claude-council · 79 tokens

implement

Use in the Implement phase whenever writing or editing production Java code, or fixing a bug, in a Spring/Spring Boot project. Enforces test-first (red-green-refactor), executes the approved plan step by step, and honors the project's path-scoped tech-stack rules and the task's enforcement set. Preloaded into…

taipt1504/claudehut · 73 tokens

springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

krishnakanthb13/everything-antigravity · 42 tokens

springboot-tdd

Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.

hzy970907/fish-claude-code · 42 tokens

java-unit-test

A code-generation guide for Java unit tests in Spring Boot projects. Unit tests check one small piece of code in isolation; Spring Boot is a Java framework for building web applications and services.

hashgraph-online/awesome-codex-plugins · 113 tokens