setup-assistant
Installation
SKILL.md
Setup Assistant Skill
Expert system for installing, configuring, and setting up the Claude Patent Creator MCP server.
When to Use
Installing first time, setting up new environment, configuring authentication, troubleshooting installation, migrating to new machine, updating dependencies, verifying health.
Quick Setup (5 Minutes)
# 1. Create virtual environment
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # Linux/macOS
# 2. Run installer
python install.py