adamw7

22 mods across 1 repository, 11 stars between them.

build-verifier

01

adamw7/tools

Agent Claude Code

Runs this repository's Maven verification for a change — the full build, one module, one test, the two-phase doc check, coverage or mutation testing — and reports the verdict with only the output that explains a failure. Use when a change needs checking and the whole build log would otherwise land in the conversation.

11 3d ago A 66 tokens original MIT

doc-drift-auditor

02

adamw7/tools

Agent Claude Code

Reads CLAUDE.md, AGENTS.md, README.md and the poms together and reports the facts that have drifted apart but that no enforcer rule pins — counts, catalogue tables, command lists, module descriptions. Use after adding a module, skill, rule, MCP tool or profile, and before a release.

11 3d ago A 72 tokens original MIT

doc-check

03

adamw7/tools

Command Claude Code

Run the two-phase CLAUDE.md enforcement check and explain any rule that failed.

11 3d ago A 17 tokens original MIT

module-build

04

adamw7/tools

Command Claude Code

Build or test one module of this reactor with the flags it actually needs.

11 3d ago A 15 tokens original MIT

new-enforcer-rule

05

adamw7/tools

Command Claude Code

Add a claude-code-enforcer rule end to end — class, Sisu index, tests, IT fixture, pom wiring and docs.

11 3d ago A 28 tokens original MIT

SessionStart

06

adamw7/tools

Hook Claude Code

Runs when a session starts, executing session-start.sh. From adamw7/tools.

11 3d ago A tokens not measured copy · 52% MIT

tools

07

adamw7/tools

Settings file Claude Code

Agent settings declaring 1 hook event (SessionStart) and 7 allowed tools.

11 3d ago A tokens not measured copy · 81% MIT

adopt-pipeline

08

adamw7/tools

Skill Claude CodeCodex

Work on the adopt module — the ordered pipeline that adopts Claude Code into a GitHub repo (toolchain, clone, branch, trust, init, conform, enforcer, verify, push, PR), its step contract, CLI flags and credential masking. Use when adding or changing an adoption step, debugging a run, or when the user says "adopt"…

11 3d ago A 93 tokens original MIT

context-finder

09

adamw7/tools

Skill Claude CodeCodex

Assemble gen-AI context with the code/context module — the class-usage finders (name-based vs package-aware), the project-tree builder and its serializers, Open Knowledge Format (OKF) bundles, token estimation and budgeting, and the projecttree/findcontext/estimatetokens/okfbundle MCP tools. Use when gathering the…

11 3d ago A 118 tokens original MIT

data-sources

10

adamw7/tools

Skill Claude CodeCodex

Choose and use the data module's sources (CSV, JDBC, Parquet via DuckDB, JSON/YAML/TOON), the ColumnarDataSource vs forward-only contract, and the uniqueness/key checker. Use when reading tabular data, adding a new data source, running a uniqueness check, or when the user says "data source", "uniqueness check", or…

11 3d ago A 85 tokens original MIT

doc-contract

11

adamw7/tools

Skill Claude CodeCodex

Keep CLAUDE.md, AGENTS.md and README.md satisfying the enforced documentation contract — required headings, the 32 KB context budget, the module map, and the facts pinned across documents. Use when adding a module, editing any of those files, bumping the Java version, or when the user says "the doc check fails"…

11 3d ago A 81 tokens original MIT

enforcer-rules

12

adamw7/tools

Skill Claude CodeCodex

Write, test and wire a claude-code-enforcer rule — the custom maven-enforcer rules that fail the build when CLAUDE.md, AGENTS.md, README.md or the .claude configuration is malformed. Use when adding or changing a rule, when configuring severity/reportFile/baselineFile, or when the user says "enforcer rule", "the doc…

11 3d ago A 93 tokens original MIT

git-commit

13

adamw7/tools

Skill Claude CodeCodex

Generate conventional commit messages for the tools repo, using its real module scopes. Use when the user says "commit", "create commit", "commit changes", or after completing code changes that need to be committed.

11 3d ago A 46 tokens original MIT

java-code-review

14

adamw7/tools

Skill Claude CodeCodex

Systematic Java code review for the tools repo — leads with the ArchUnit-enforced rules the build fails on, then the five defect shapes this repository actually ships fixes for, then null safety, exceptions, concurrency, and performance. Use when the user says "review code", "check this PR", "code review", or before…

11 3d ago A 73 tokens original MIT

maven-conventions

15

adamw7/tools

Skill Claude CodeCodex

Follow this repo's Maven rules — versions only in the root pom, module poms version-free, the build profiles, and clean-after-codegen. Use when editing a pom.xml, adding a dependency or plugin, choosing a build command, or when the user says "add a dependency", "bump a version", or "the build fails".

11 3d ago A 75 tokens original MIT

mcp-server

16

adamw7/tools

Skill Claude CodeCodex

Add or change an MCP tool or server on this repo's shared mcp-common scaffolding — the McpTool SPI, transport-neutral ToolDefinition/ToolResult, the three transports, path confinement, MCPUSAGE.md and the IT tests. Use when exposing functionality over MCP, wiring a new server, or when the user says "MCP tool", "MCP…

11 3d ago A 90 tokens original MIT

protogen

17

adamw7/tools

Skill Claude CodeCodex

Generate compile-time-safe protobuf builders with the protogen-maven-plugin — proto2 required-field enforcement, proto3 presence-aware accessors, and oneof discriminators. Use when configuring the plugin, reasoning about the generated builder chain, or when the user says "generate builders", "protobuf builder"…

11 3d ago A 72 tokens original MIT

solid-principles

18

adamw7/tools

Skill Claude CodeCodex

Apply and review SOLID in this repo's Java — the detection heuristics per principle, the refactoring that fixes each one, and the real examples in data, adopt, context and mcp-common. Use when reviewing class design, refactoring a large class, or when the user says "check SOLID", "is this class doing too much?", or…

11 3d ago A 84 tokens original MIT

testing-conventions

19

adamw7/tools

Skill Claude CodeCodex

Write tests that pass this repo's enforced testing rules (Surefire 5s timeout, network-off unit tests, ArchUnit conventions, JUnit Jupiter only). Use when adding or changing tests, when a test times out or opens a network connection, or when the user says "write a test", "add tests", or "fix the failing test".

11 3d ago A 75 tokens original MIT

text-parsers

20

adamw7/tools

Skill Claude CodeCodex

Work on this repo's text readers — the shared MarkdownDocument and MarkdownText in markdown-common, ImportGraph, CommandTokens, the SnakeYAML-backed FrontMatter, and how ClaudeMdConformer reads through them — and the adversarial input that has broken each. Use when changing how a document, YAML front matter, a memory…

11 3d ago C 116 tokens original MIT

tools AGENTS.md

21

adamw7/tools

Instructions file CodexOpenCode

Instructions for adamw7/tools, covering agents.md, project overview, the adoption pipeline, further reading and module layout.

11 3d ago A 24,651 tokens original MIT

tools CLAUDE.md

22

adamw7/tools

Instructions file

Instructions for adamw7/tools, covering claude.md, project, java version, maven and principles for java development.

11 3d ago A 4,697 tokens original MIT