You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Gemini CLI**| CLI |`(User Prompt) Use skill-name...`|`.gemini/skills/`|
35
-
|**Antigravity**| IDE |`(Agent Mode) Use skill...`| Global:`~/.gemini/antigravity/skills/`· Workspace: `.agent/skills/`|
35
+
|**Antigravity**| IDE |`(Agent Mode) Use skill...`| - Global:`~/.gemini/antigravity/skills/` - Workspace: `.agent/skills/`|
36
36
|**Claude Code**| CLI |`>> /skill-name help me...`|`.claude/skills/`|
37
37
|**Cursor**| IDE |`@skill-name (in Chat)`|`.cursor/skills/`|
38
38
@@ -88,7 +88,7 @@ To use these skills with your AI agent:
88
88
git checkout main
89
89
```
90
90
5.**Expose to Agent**: Ensure the `skills/` directory is accessible to your AI assistant. This typically involves mounting or copying the folder into your agent's specific custom routing directory. See the [Tool Configuration](#tool-configuration) section above for the correct path for your tool.
91
-
6.**Trigger the Skills**: Prompt your agent with a Vertex AI related task. The agent should automatically scan for skills, find the primary `vertex-ai/SKILL.md` router, and follow the documented workflow.
91
+
7.**Trigger the Skills**: Prompt your agent with a Vertex AI related task. The agent should automatically scan for skills, find the primary `vertex-ai/SKILL.md` router, and follow the documented workflow.
92
92
93
93
### Example Prompts
94
94
@@ -98,7 +98,7 @@ Here are some example prompts you can use to trigger the routing logic and test
98
98
> "I want to deploy a Llama 3.3 model from Model Garden to a Vertex AI endpoint. Can you help me write the script?"
99
99
100
100
**Testing Inference (Gen AI SDK):**
101
-
> "Can you show me how to connect to Vertex AI and get text embeddings using the new Gemini SDK?"
101
+
> "Can you show me how to connect to Vertex AI and get text embeddings using the new Gen AI SDK?"
102
102
103
103
**Testing Tuning:**
104
104
> "I need to fine-tune a Gemini 1.5 Pro model using Vertex AI. Where should I start?"
0 commit comments