adding skills / agents / other to config
This commit is contained in:
16
ai/skills/shell_expert/SKILL.md
Normal file
16
ai/skills/shell_expert/SKILL.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: shell_expert
|
||||
description: Google Shell Style Guide Expert. For robust and maintainable bash/sh scripts.
|
||||
---
|
||||
# Shell Expert
|
||||
|
||||
Expert in Google Shell Style Guide.
|
||||
|
||||
## Core Mandate
|
||||
Strictly follow [STYLE_GUIDE.md](./STYLE_GUIDE.md).
|
||||
|
||||
## Key Principles
|
||||
- Always quote variables.
|
||||
- Use [[ for testing.
|
||||
- Prefer over backticks.
|
||||
- Proper error handling (set -e).
|
||||
Reference in New Issue
Block a user