Fix docs-writer skill issues (#17734)

This commit is contained in:
g-samroberts
2026-01-28 08:15:53 -08:00
committed by GitHub
parent 4d4e16cc8c
commit 72f0733d98
4 changed files with 8 additions and 6 deletions

View File

@@ -91,8 +91,9 @@ gemini skills disable my-expertise --scope workspace
## Creating a Skill
A skill is a directory containing a `SKILL.md` file at its root. This file uses
YAML frontmatter for metadata and Markdown for instructions.
A skill is a directory containing a `SKILL.md` file at its root. This file
serves as the entry point for your skill and uses YAML frontmatter for metadata
and Markdown for instructions.
### Folder Structure