Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gemini/skills/docs-writer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
name: docs-writer
description:
Always use this skill when the task involves writing, reviewing, or editing
documentation, specifically for any files in the `/docs` directory or any
`.md` files in the repository.
files in the `/docs` directory or any `.md` files in the repository.
---

# `docs-writer` skill instructions
Expand Down
9 changes: 8 additions & 1 deletion docs/cli/skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gemini skills enable my-expertise
gemini skills disable my-expertise --scope workspace
```

## How it Works (Security & Privacy)
## How it Works

1. **Discovery**: At the start of a session, Gemini CLI scans the discovery
tiers and injects the name and description of all enabled skills into the
Expand All @@ -106,6 +106,13 @@ gemini skills disable my-expertise --scope workspace
5. **Execution**: The model proceeds with the specialized expertise active. It
is instructed to prioritize the skill's procedural guidance within reason.

### Skill activation

Once a skill is activated (typically by Gemini identifying a task that matches
the skill's description and your approval), its specialized instructions and
resources are loaded into the agent's context. A skill remains active and its
guidance is prioritized for the duration of the session.

## Creating your own skills

To create your own skills, see the [Create Agent Skills](./creating-skills.md)
Expand Down
Loading