java commands

117 tagged java, measured the same way as everything else here.

Browse within: plugin 36plugin-system 36python 36angular 30spring-boot 21hexagonal-architecture 16llm-agent 16github-copilot 14spec-driven-development 14tdd 14full-stack 10java-scripts 10microservices 10langchain4j 7

design-conventions

25

addit-digital/addit-harness

Command

Scan the current TS/React project's existing UI layer and write .claude/design-conventions.md — a project-specific visual design convention file that rules/typescript.md loads before UI work. Use when starting UI work in an existing project, when design conventions have drifted, or when --refresh is passed to merge in…

3 9d ago A 66 tokens original MIT

dev-flow

26

addit-digital/addit-harness

Command

Use to drive a software feature or fix through the full engineering loop — investigate, design (with an architect-reviewer gate), get your explicit approval on the plan, then implement, verify with qa-engineer, and drive the code-review fix loop to a clean state. Deterministic multi-agent orchestration for the…

3 9d ago A 117 tokens original MIT

fleet-init

27

talayash/spring-fleet

Command

Scan a repos directory and generate (or update) spring-fleet.config.json for the fleet.

2 2mo ago A 19 tokens original MIT

logs

28

talayash/spring-fleet

Command

Tail or aggregate logs from the fleet's services — file-based when present, kubectl-based when the config has a k8s block (for mirrord / in-cluster runs).

2 2mo ago A 38 tokens original MIT

run

29

talayash/spring-fleet

Command

Plan or launch the fleet locally — compose-first per service, with stdout tee'd to logDir so /debug can read it later.

2 2mo ago A 27 tokens original MIT

spec

32

vaquarkhan/Fullstack-development-agent-skills

Command Claude Code

Use skills/fullstack-product-specification/SKILL.md to define business outcome, UI states, API contract, and risk boundaries before implementation.

2 16d ago A 0 tokens original MIT

setup

33

zircote/java-lsp

Command

Interactive setup for Java LSP development environment.

1 22d ago C 8 tokens original MIT

debug-exception

34

dronsv/jdwp-mcp

Command Claude Code

I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.

1 4mo ago A 0 tokens fork MIT

debug-hang

35

dronsv/jdwp-mcp

Command Claude Code

I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.

1 4mo ago A 0 tokens fork MIT

debug-wrong-results

36

dronsv/jdwp-mcp

Command Claude Code

I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.

1 4mo ago A 0 tokens fork MIT