Gemini Cli Skillz
Description
Gemini CLI extension for Anthropic-style Agent Skills via skillz MCP server
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Gemini CLI Skills Extension
Run Anthropic-style Agent Skills in Gemini CLI using the [skillz MCP server](https://github.com/intellectronica/skillz).
Installation
gemini extensions install https://github.com/intellectronica/gemini-cli-skillz
**Note**: If the GitHub release download fails with a 415 error, answer "Y" when prompted to install via git clone instead.
Setup
**Create skills directory** (if using default):
mkdir -p ~/.skillz**Or, if you already use Claude Code skills**, create a symbolic link:
ln -s ~/.claude/skills ~/.skillzThis allows you to share the same skills directory between Claude Code and Gemini CLI without copying files or modifying the extension configuration.
**Add skills** to the directory. Each skill is a folder with a SKILL.md file.
**Restart Gemini CLI** to load the skills.
Example: Installing Anthropic Skills
cd ~/.skillz
# Clone specific skills from Anthropic's repository
git clone --depth 1 --filter=blob:none --sparse \
https://github.com/anthropics/skills.git temp
cd temp
git sparse-checkout set document-skills/pdf
mv document-skills/pdf ../
cd ..
rm -rf temp
Using Skills
Skills are invoked automatically based on your task. Example:
> Extract form fields from this PDF
[Gemini invokes the pdf skill automatically]
Configuration
The extension uses `~/.skillz` as the default skills directory (skillz's built-in default).
Using a Custom Skills Directory
To use a different skills directory, edit the extension configuration:
**Edit `~/.gemini/extensions/skillz/gemini-extension.json`** and add your custom path to the args array:
{
"mcpServers": {
"skillz": {
"command": "uvx",
"args": [
"skillz@latest",
"/absolute/path/to/your/skills",
"--verbose"
]
}
}
}
**Important notes:**
- Use an absolute path (e.g.,
/Users/you/my-skills) - Tilde (
~) won't
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://