diff --git a/.gemini/skills/docs-writer/SKILL.md b/.gemini/skills/docs-writer/SKILL.md index e2770d0bb8..41bbb45775 100644 --- a/.gemini/skills/docs-writer/SKILL.md +++ b/.gemini/skills/docs-writer/SKILL.md @@ -1,4 +1,3 @@ - --- name: docs-writer description: diff --git a/.gemini/skills/docs-writer/references/style-guide.md b/.gemini/skills/docs-writer/references/style-guide.md index c8eab11ae8..d3d219378a 100644 --- a/.gemini/skills/docs-writer/references/style-guide.md +++ b/.gemini/skills/docs-writer/references/style-guide.md @@ -33,7 +33,8 @@ a natural tone. - **Simple vocabulary:** Use common words. Define technical terms when necessary. -- **Conciseness:** Keep sentences short and focused. +- **Conciseness:** Keep sentences short and focused, but don't omit + helpful information. - **"Please":** Avoid using the word "please." ## IV. Procedures and steps diff --git a/GEMINI.md b/GEMINI.md index ed9ba8ac25..000e71e3a3 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -72,7 +72,8 @@ powerful tool for developers. ## Documentation +- Always use the `docs-writer` skill when you are asked to write, edit, or + review any documentation. +- Documentation is located in the `docs/` directory. - Suggest documentation updates when code changes render existing documentation obsolete or incomplete. -- Located in the `docs/` directory. -- Use the `docs-writer` skill. diff --git a/docs/cli/skills.md b/docs/cli/skills.md index 0b001b017e..3b3519121c 100644 --- a/docs/cli/skills.md +++ b/docs/cli/skills.md @@ -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