adding skills / agents / other to config
This commit is contained in:
15
ai/skills/java_expert/SKILL.md
Normal file
15
ai/skills/java_expert/SKILL.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user