File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments