Skip to content
Development
Skill

/quarkus

Always load this skill when working on a Quarkus project, when the quarkus-maven-plugin is present in pom.xml, or when project setup has already chosen Quarkus before the pom.xml exists yet. It provides Quarkus-specific patterns and gotchas that complement the java and maven

From plugin
tdder
1414 skills7 agents2 commands1 hook
Install
$ npx -y skills add t1/tdder --skill quarkus --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/quarkus

Context preview

The summary Claude sees to decide when to auto-load this skill.

Always load this skill when working on a Quarkus project, when the quarkus-maven-plugin is present in pom.xml, or when project setup has already chosen Quarkus before the pom.xml exists yet. It provides Quarkus-specific patterns and gotchas that complement the java and maven

SKILL.md

quarkus.SKILL.md
name: quarkus
description: >
  Always load this skill when working on a Quarkus project, when the quarkus-maven-plugin is
  present in pom.xml, or when project setup has already chosen Quarkus before the pom.xml exists
  yet. It provides Quarkus-specific patterns and gotchas that complement the java and maven skills.
version: 0.1.0

Quarkus

Quarkus-specific conventions and patterns. Language- and build-tool-specific conventions are covered by the `java` and `maven` skills.

Choosing Quarkus Capabilities

**Quarkus-specific setup is not generic build-file work.** When adding a Quarkus capability, do **not** start by hand-writing `pom.xml` or `build.gradle` changes. Use this decision ladder:

1. **Use Quarkus-aware tools first.** If dedicated Quarkus tooling is available in the environment, use it to discover the right capability, extension, or setup workflow. 2. **Check the `quarkus` CLI next.** Before editing build files by hand, check whether the `quarkus` CLI can create or apply the required setup. 3. **Only then edit Maven or Gradle files manually.** If you fall back to hand-written build changes, state explicitly why the higher-level Quarkus mechanisms were not suitable.

If you find yourself adding `io.quarkus:*` dependencies, BOM entries, or `quarkus-maven-plugin` configuration by hand, stop and check whether this should be done through Quarkus-aware tooling or the `quarkus` CLI instead.

Reference Topics

Load the referenced file when the situation matches.

| Situation | File | |---------------------------------------------------------------------------------------------------------|--------------------------| | Adding dev-only code (seeders, fake services, dev helpers): `src/dev/java` pattern or `@IfBuildProfile` | `dev-mode.md` |

Read more
Ships withtdder

A plugin for pi, Claude Code, and OpenCode that guides AI agents through disciplined Test-Driven Development and Clean Code practices. Note that currently this is WORK IN PROGRESS! I'm not even trying to keep it stable or tested.

Get the whole plugin

Other skills on tdder.

app
Skill

app

This skill should be used when the user asks to "calculate code mass", "measure code complexity with APP", "compare implementations using APP", "apply Absolute…

@t1@t1View Skill
clean-code
Skill

clean-code

This skill should be used when the user asks to "refactor code", "review code quality", "apply clean code principles", "check for code smells", "improve code…

@t1@t1View Skill
grill-po
Skill

grill-po

Requirements grilling session with a Product Owner (or anyone in that role). Challenges plans against the existing domain model, sharpens terminology, and…

@t1@t1View Skill
java
Skill

java

Always load this skill when writing, modifying, creating, or moving Java or Kotlin source code, or when project setup has already chosen Java/Kotlin as the…

@t1@t1View Skill