We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945bda0 + 4c01ef9 commit 7784a20Copy full SHA for 7784a20
README.md
@@ -62,6 +62,18 @@ Replace `/path/to/skills` with the path to your actual skills directory. Any arg
62
}
63
```
64
65
+## Gemini CLI Extension
66
+
67
+A Gemini CLI extension is available at [intellectronica/gemini-cli-skillz](https://github.com/intellectronica/gemini-cli-skillz).
68
69
+Install it with:
70
71
+```bash
72
+gemini extensions install https://github.com/intellectronica/gemini-cli-skillz
73
+```
74
75
+This extension enables Anthropic-style Agent Skills in Gemini CLI using the skillz MCP server.
76
77
## Usage
78
79
Skillz looks for skills inside the root directory you provide (defaults to
0 commit comments