Skip to content

Commit b98ab36

Browse files
authored
refactor: Add tool configuation in skills readme (#4486)
* chore: Update vertex-ai Skills readme * refactor: Add tool configuation in skills readme
1 parent f1d90b5 commit b98ab36

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

skills/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This directory contains a suite of AI Agent **Skills** configured to help agents
88
## Table of Contents
99

1010
- [Top Starter Skills](#top-starter-skills)
11+
- [Tool Configuration](#tool-configuration)
1112
- [Architecture & Routing](#architecture--routing)
1213
- [Primary Router: `vertex-ai`](#primary-router-vertex-ai)
1314
- [Sub-Skills](#sub-skills)
@@ -24,6 +25,17 @@ This directory contains a suite of AI Agent **Skills** configured to help agents
2425
- 🎯 `@vertex-tuning` for fine-tuning models with your own data.
2526
-`@vertex-inference` for executing Generative AI inference.
2627

28+
## ⚙️ Tool Configuration
29+
30+
These skills follow the universal **SKILL.md** format and work with any AI coding assistant that supports agentic skills.
31+
32+
| Tool | Type | Invocation Example | Path |
33+
| :-------------------- | :--- | :---------------------------------- | :------------------------------------------------------------------------ |
34+
| **Gemini CLI** | CLI | `(User Prompt) Use skill-name...` | `.gemini/skills/` |
35+
| **Antigravity** | IDE | `(Agent Mode) Use skill...` | Global:`~/.gemini/antigravity/skills/` · Workspace: `.agent/skills/` |
36+
| **Claude Code** | CLI | `>> /skill-name help me...` | `.claude/skills/` |
37+
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
38+
2739

2840
## Architecture & Routing
2941

0 commit comments

Comments
 (0)