Skip to content

Commit 5c0629c

Browse files
authored
Revise README for Agent Skills in Vertex AI
Updated terminology and formatting for clarity.
1 parent e107d30 commit 5c0629c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

skills/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# 🤖 Agentic Skills for Google Cloud Vertex AI
1+
# 🤖 Agent Skills for Google Cloud Vertex AI
22

3-
This directory contains a suite of AI Agent **Skills** configured to help agents understand, navigate, and execute tasks on Google Cloud Vertex AI.
3+
This directory contains a suite of AI agent **skills** configured to help agents understand, navigate, and execute tasks on Google Cloud Vertex AI.
44

55
> [!NOTE]
6-
> These skills act as specialized prompt contexts, enabling your LLM agents to perform complex Cloud AI workflows autonomously.
6+
> These skills act as specialized prompt contexts, enabling your AI agents to perform complex workflows autonomously.
77
88
## Table of Contents
99

@@ -20,8 +20,8 @@ This directory contains a suite of AI Agent **Skills** configured to help agents
2020

2121
## 🌟 Top Starter Skills
2222

23-
- 🚀 `@vertex-deploy` for deploying Open Models from Model Garden directly to endpoints.
2423
- 🛠️ `@genai-sdk` for learning how to use the latest Google Gen AI SDK.
24+
- 🚀 `@vertex-deploy` for deploying Open Models from Model Garden directly to endpoints.
2525
- 🎯 `@vertex-tuning` for fine-tuning models with your own data.
2626
-`@vertex-inference` for executing Generative AI inference.
2727

@@ -32,7 +32,7 @@ These skills follow the universal **SKILL.md** format and work with any AI codin
3232
| Tool | Type | Invocation Example | Path |
3333
| :-------------------- | :--- | :---------------------------------- | :------------------------------------------------------------------------ |
3434
| **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/` |
3636
| **Claude Code** | CLI | `>> /skill-name help me...` | `.claude/skills/` |
3737
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
3838

@@ -88,7 +88,7 @@ To use these skills with your AI agent:
8888
git checkout main
8989
```
9090
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.
9292

9393
### Example Prompts
9494

@@ -98,7 +98,7 @@ Here are some example prompts you can use to trigger the routing logic and test
9898
> "I want to deploy a Llama 3.3 model from Model Garden to a Vertex AI endpoint. Can you help me write the script?"
9999
100100
**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?"
102102
103103
**Testing Tuning:**
104104
> "I need to fine-tune a Gemini 1.5 Pro model using Vertex AI. Where should I start?"

0 commit comments

Comments
 (0)