adding skills / agents / other to config
This commit is contained in:
16
ai/skills/go_expert/SKILL.md
Normal file
16
ai/skills/go_expert/SKILL.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: go_expert
|
||||
description: Google Go Style Guide Expert. Covers Style Guide, Style Decisions, and Best Practices.
|
||||
---
|
||||
# Go Expert
|
||||
|
||||
Expert in Google Go Style Guide.
|
||||
|
||||
## Core Mandate
|
||||
Follow the local style guide:
|
||||
- [Consolidated Style Guide](./STYLE_GUIDE.md)
|
||||
|
||||
## Key Principles
|
||||
- Simplicity and maintainability.
|
||||
- Standard libraries over third-party alternatives where possible.
|
||||
- Avoid complexity in APIs.
|
||||
Reference in New Issue
Block a user