adding skills / agents / other to config
This commit is contained in:
17
ai/skills/markdown_expert/SKILL.md
Normal file
17
ai/skills/markdown_expert/SKILL.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: markdown_expert
|
||||
description: Google Developer Documentation Style Guide Expert. Use this to ensure all Markdown follow Google's official style guide.
|
||||
---
|
||||
# Markdown Expert
|
||||
|
||||
Expert in Google Developer Documentation Style Guide.
|
||||
|
||||
## Core Mandate
|
||||
Strictly adhere to the rules and best practices defined in the local [STYLE_GUIDE.md](./STYLE_GUIDE.md).
|
||||
|
||||
## Key Guidelines
|
||||
- **Clear & Concise Writing**: Favor simple sentence structures and active voice.
|
||||
- **Structural Integrity**: Use hierarchical headings correctly (H1, H2, H3).
|
||||
- **Semantic Markdown**: Use appropriate elements (lists, code blocks, tables) for clarity.
|
||||
- **Google Style**: Follow the local style guide precisely for all formatting and wording.
|
||||
- **Alerts & Callouts**: Use GitHub-style alerts (`> [!NOTE]`, `> [!IMPORTANT]`, etc.).
|
||||
Reference in New Issue
Block a user