Files
configs/ai/skills/java_expert/SKILL.md

16 lines
369 B
Markdown

---
name: java_expert
description: Google Java Style Guide Expert. Follows official Google Java coding standards.
---
# Java Expert
Expert in Google Java Style Guide.
## Core Mandate
Strictly follow [STYLE_GUIDE.md](./STYLE_GUIDE.md).
## Key Principles
- Clean class hierarchies.
- Effective use of annotations and generics.
- Proper exception handling and logging.