mxSetup

Automate mxLore onboarding and Claude Code installation on new PCs.

29|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/MicrotronX/mxLore --skill mxsetup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mxSetup
Source: https://github.com/MicrotronX/mxLore/tree/main/claude-setup/skills/mxSetup
Command: npx skills add https://github.com/MicrotronX/mxLore --skill mxsetup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, unzip, and includes scripts (resource) components.

What problem does it solve?

mxSetup automates onboarding mxLore on a new PC and Claude Code installation, streamlining MCP connection, skills bootstrap from GitHub, and proxy/rules synchronization to a ready-to-use development memory system.

Core Features & Use Cases

  • Automated onboarding of mxLore on fresh machines, including installing mxLore skills from GitHub, configuring the mxMCPProxy, and updating the mx-rules block in CLAUDE.md.
  • Phase-aligned workflow support (Phase 2 through Phase 6) to install, connect, and validate toolchains in enterprise environments.

Quick Start

Run /mxSetup with your API key to install skills, configure the proxy, and update mxLore on a fresh machine.

Frequently Asked Questions about mxSetup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Claude Code installation and onboarding on a new PC?

Automating Claude Code onboarding on a new PC involves using scripts to install skills from GitHub, configure the MCP server, and update developer rules. This ensures the toolchain is ready by staging configuration files and registering binaries automatically.

Do I need curl and unzip to set up Claude Code?

Yes, you need curl and unzip available on your machine to set up Claude Code. The automated onboarding process depends on these utilities to fetch skills and extract binaries before storing them under the local configuration directory.

How to connect an MCP server proxy during fresh environment setup?

To connect an MCP server proxy during fresh environment setup, you run the onboarding workflow which configures the proxy connection, synchronizes rules, and validates the toolchain across specific phase tasks.

Can I bootstrap skills from GitHub into Claude Code automatically?

Yes, you can bootstrap skills from GitHub into Claude Code automatically. The onboarding process fetches these skills, installs them, and refreshes hooks to ensure your development memory system is fully synchronized.

What is the best way to update mx-rules in CLAUDE.md?

The best way to update mx-rules in CLAUDE.md is using an automated onboarding script that stages the file for merge and synchronizes the rules block. This ensures your configuration aligns with the latest proxy settings.