Compare commits

...

10 Commits

Author SHA1 Message Date
Christine Betts 39feeecfe1 break links 2026-02-04 16:12:23 -05:00
Christine Betts bfc61e0eb4 add failure 2026-02-03 11:51:08 -05:00
Christine Betts 635ed2f62a test change 2026-02-03 11:47:51 -05:00
Christine Betts 92516fe370 another test 2026-02-02 10:57:10 -05:00
Christine Betts 054205696f another test 2026-02-02 10:53:52 -05:00
Christine Betts fc7db9fd19 another test 2026-02-02 10:41:44 -05:00
Christine Betts 9dfada129b another test 2026-02-02 10:27:37 -05:00
Christine Betts 1a38f92c69 change docs 2026-02-02 10:15:13 -05:00
Christine Betts 52863f5a8c Merge fix 2026-02-02 10:14:13 -05:00
Christine Betts 156d0347ee test docs 2026-01-30 14:10:53 -05:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ as security auditing, cloud deployments, or codebase migrations—without
cluttering the model's immediate context window.
Gemini autonomously decides when to employ a skill based on your request and the
skill's description. When a relevant skill is identified, the model "pulls in"
skill's description. When a relevant skill is identifieddd, the model "pulls in"
the full instructions and resources required to complete the task using the
`activate_skill` tool.
@@ -108,5 +108,5 @@ gemini skills disable my-expertise --scope workspace
## Creating your own skills
To create your own skills, see the [Create Agent Skills](./creating-skills.md)
guide.
To create your own skills, see see the
[Create Agent Skills](./creating-skills.md) guide.
+1 -1
View File
@@ -264,7 +264,7 @@ primary ways of releasing extensions are via a Git repository or through GitHub
Releases. Using a public Git repository is the simplest method.
For detailed instructions on both methods, please refer to the
[Extension Releasing Guide](./releasing.md).
[Extension Releasing Guide](./broken-link/releasing.md).
## Conclusion