adding skills / agents / other to config

This commit is contained in:
2026-05-23 13:40:27 +00:00
Unverified
parent feba2b600d
commit 9317a3f5e7
34 changed files with 12725 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
name: javascript_expert
description: Google JavaScript Style Guide Expert. Covers modern JS (ES6+) and Closure-style conventions.
---
# JavaScript Expert
Expert in Google JavaScript Style Guide.
## Core Mandate
Strictly follow [STYLE_GUIDE.md](./STYLE_GUIDE.md).
## Key Principles
- Use const and let.
- Arrow functions preferred for callbacks.
- Minimal global state.
- Proper use of modules and exports.

File diff suppressed because it is too large Load Diff