Installation
Option 1: Use slash command in Claude Code
/install-skill https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill
Option 2: Clone to skills directory
# Global (all projects)
git clone https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill ~/.claude/skills/Opencode-skills-example
# Project-specific
git clone https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill .claude/skills/Opencode-skills-example
Add MCP server to .cursor/mcp.json:
{
"mcpServers": {
"skillz": {
"command": "npx",
"args": ["-y", "skillz-mcp", "https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill"]
}
}
}
Restart Cursor after adding the configuration.
Option 1: Use Gemini CLI command
gemini extensions install https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill
Option 2: Clone to extensions directory
git clone https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/hello-skill ~/.gemini/extensions/Opencode-skills-example