Automatically convert Anthropic Claude skills into self-contained Google Gemini extensions with a universal MCP server. Ideal for operations teams managing multi-agent workflows.
git clone https://github.com/simongwatts/skills-to-extensions.gitAutomatically convert Anthropic Claude skills into self-contained Google Gemini extensions with a universal MCP server. Ideal for operations teams managing multi-agent workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/simongwatts/skills-to-extensionsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Convert the following Anthropic Claude skill into a self-contained Google Gemini extension. Skill name: [SKILL_NAME]. Skill description: [SKILL_DESCRIPTION]. Skill prompt template: [SKILL_PROMPT]. Ensure the extension is compatible with the universal MCP server for multi-agent workflows.
```markdown
# Google Gemini Extension Conversion
## Extension Name: Customer Support Automation
## Extension Description:
Converts the Customer Support Automation skill from Anthropic Claude into a self-contained Google Gemini extension. This extension automates customer support workflows, including ticket classification, response generation, and escalation management.
## Extension Code:
```python
from gemini_extension import GeminiExtension
class CustomerSupportAutomation(GeminiExtension):
def __init__(self):
super().__init__(
name="Customer Support Automation",
description="Automates customer support workflows",
version="1.0.0"
)
def handle_request(self, request):
# Implementation of the skill logic
ticket = request.get('ticket')
if ticket.get('priority') == 'high':
return self.generate_response(ticket)
else:
return self.classify_ticket(ticket)
def generate_response(self, ticket):
# Response generation logic
pass
def classify_ticket(self, ticket):
# Ticket classification logic
pass
# Register the extension with the universal MCP server
if __name__ == "__main__":
extension = CustomerSupportAutomation()
extension.register_with_mcp_server()
```
## Compatibility:
- Universal MCP Server v2.1.0 or higher
- Google Gemini API v1.2.0 or higher
## Dependencies:
- gemini_extension==1.0.0
- mcp_server_client==2.0.0
```Create Beautiful Branded Deliverables. Ship Professionally. Repeat.
Your one-stop shop for church and ministry supplies.
Google's multimodal AI model and assistant
Automate your browser workflows effortlessly
AI assistant built for thoughtful, nuanced conversation
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan