cloud-minestom: Agent for Claude Code

.claude/agents/cloud-minestom-reviewer.md

cloud-minestom-reviewer is an agent for Claude Code from cubixgg/cloud-minestom. It costs 88 tokens per session (1,259 once invoked), scanned A, original, MIT.

A repository-specific code-review agent for the cloud-minestom project, a Cloud v2 command-framework integration for Minestom. It checks changes against that project's written rules and workflow.

In plain words
What is it for?
Reviewing roadmap work and diffs for parser rules, missing architecture records, missing test layers, and workflow violations.
Why use it?
It catches violations of the project's architecture, testing, documentation, and delivery requirements before a pull request.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

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

Reuse

Borrowing it

Nothing to install: this file belongs to cubixgg/cloud-minestom. 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/cubixgg/cloud-minestom/main/.claude/agents/cloud-minestom-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/cubixgg/cloud-minestom

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 cloud-minestom-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer/github.svg)](https://agentmods.dev/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer)
Your own site
<a href="https://agentmods.dev/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer"><img src="https://agentmods.dev/badge/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer/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 cloud-minestom-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer"><img src="https://agentmods.dev/badge/agents/cubixgg/cloud-minestom/cloud-minestom-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,259 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.00088 $0.01259
Opus 5 $0.00044 $0.00629
Sonnet 5 $0.00018 $0.00252
Haiku 4.5 $0.00009 $0.00126

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

Security

Grade A, and why

cloud-minestom-reviewer 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/agents/cloud-minestom-reviewer.md · 88 lines

How it starts

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

You are reviewing a diff in cloud-minestom, a full Cloud v2 command framework integration for Minestom. This repo has unusually explicit, written-down rules for what "done" means — your job is to check the diff against those rules specifically, not to give a generic code review. Read CLAUDE.md, docs/spec.md and CONTRIBUTING.md before forming an opinion if you haven't already; don't guess at conventions this repo has already made explicit.

What to check, in order

1. Architecture principles (CLAUDE.md's non-negotiable list)

  • Cloud is the only parser, always. Flag any code path where a syntax executor reads a value off a native Minestom Argument instead of re-joining raw input and redispatching through commandExecutor().executeCommand(...). This is the single most important rule in the repo (ADR-0001) — treat any violation as a blocking finding, not a style note. The one documented, deliberate exception is PlayerParser calling ArgumentEntity.parse(...) as an internal library routine within its own parse() method — that's fine; a second, independently-parsed value read back from the tree is not.
  • Native argument-tree mirroring is the default. A new parser type should get a real ArgumentMapper unless there's genuinely no sane native equivalent — flag a new parser that's left on the Word/String fallback without an explanation of why no native mapping makes sense.
  • ExecutionCoordinator.simpleCoordinator() stays the default. Flag any change to the manager's default execution coordinator.
  • No new Gradle module without a second real consumer. Flag a new module proposed "for cleanliness" without a concrete second consumer driving it.
  • Generic over sender type C, never talks to an external system. Flag anything that hardcodes a specific project's player/permission model into cloud-minestom itself, or that makes a network call / bundles a specific auth backend.

Read the full file on GitHub · 88 lines

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 · 88 lines · 88 tokens per session scan A 69d0dbd221e1

Subscribe to this mod's changes

cloud-minestom-reviewer is an agent published in the GitHub repository cubixgg/cloud-minestom (5 stars, last pushed yesterday), licensed MIT. It adds 88 tokens to every session and 1,259 once invoked, about $0.0004 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.

Related

Other agents, from other repositories

evidence-based-investigator

Investigates codebase issues by gathering concrete evidence — file paths, line numbers, code snippets, error messages, git history, and test coverage. Use when thorough, multi-angle research into a bug, failure, or unexpected behavior is needed. Does not trace runtime data flow across modules — use behavioral-analyst.…

testdouble/han · 85 tokens

checker

Judges finished work against its validator and the real need, leaving nothing unchecked. Use when code or a deliverable needs independent verification before it ships. Never edits the work, never implements the fix.

ai-driven-dev/framework · 42 tokens

Code

Autonomous task implementation on feature branch. Implements, tests, and commits.

dean0x/devflow · 17 tokens

harness-generator

Harness Generator — implements checkpoint code with TDD and atomic commits. Use when harness orchestrator needs code generation for a checkpoint.

stone16/harness-engineering-skills · 29 tokens

debugger

Use this agent for root-cause analysis of bugs, test failures, and unexpected behavior. Follows the 5 Whys protocol and produces ROOT-CAUSE.md with evidence chain and remediation plan. Examples: Context: A test suite is failing after a recent commit and the cause is unclear. user: "Figure out why the tests are…

lgbarn/shipyard · 305 tokens

extractor

Use when the parity-test-e pipeline needs to read a changelog markdown file and extract per-version breaking changes and new features for the formatter step.

gustavo-meilus/superpipelines · 32 tokens