adding skills / agents / other to config
This commit is contained in:
15
ai/skills/lisp_expert/SKILL.md
Normal file
15
ai/skills/lisp_expert/SKILL.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: lisp_expert
|
||||
description: Google Common Lisp Style Guide Expert. Use this to ensure all Lisp code and plans follow Google's official style guide.
|
||||
---
|
||||
# Lisp Expert
|
||||
|
||||
Expert in Google Common Lisp Style Guide.
|
||||
|
||||
## Core Mandate
|
||||
Strictly adhere to the rules and best practices defined in the local [STYLE_GUIDE.md](./STYLE_GUIDE.md).
|
||||
|
||||
## Key Guidelines
|
||||
- Focus on clarity and consistency in S-expressions.
|
||||
- Use macros judiciously as per the guide.
|
||||
- Follow naming conventions and formatting rules precisely.
|
||||
Reference in New Issue
Block a user