npx claudepluginhub otoshek/otoshek-local-setupSet up a complete local development environment for an Otoshek-deployed SaaS project
A Claude Code skill that sets up a complete local development environment for your Otoshek-deployed SaaS project.
After Otoshek deploys your SaaS app, you'll receive a GitHub repository. This skill automates cloning and configuring everything you need to start building locally:
launch.json)Supports macOS, Linux, and Windows. Auto-detects what is already installed and skips completed steps.
The skill installs most tools automatically. Homebrew and mkcert require your password and can't be automated — install them first, or the skill will pause and give you the exact commands when it reaches that step.
1. Check if Homebrew is already installed
command -v brew &>/dev/null && echo "Homebrew already installed"
2. Install Homebrew (skip if already installed)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3. Install mkcert
brew install mkcert
mkcert -install
1. Check if Homebrew is already installed
command -v brew &>/dev/null && echo "Homebrew already installed"
2. Install Homebrew (skip if already installed)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3. Install mkcert
brew install mkcert
mkcert -install
Install the following tools manually (no Homebrew on Windows):
mkcert-*.exe, rename to mkcert.exe, add to PATH, then run:
mkcert -install
Or install via Chocolatey:
choco install git nodejs python mkcert
mkcert -install
curl -fsSL https://claude.ai/install.sh | bash
Open a terminal and run Claude Code in any directory, then run:
/plugin marketplace add otoshek/otoshek-local-setup
/plugin install otoshek-local-setup@otoshek-otoshek-local-setup
That's it. The skill is now available in every Claude Code session.
Requires Claude Code v1.0.33 or later. Run
claude --versionto check.
Open a terminal in the directory where you want to clone your project, start Claude Code, then run:
/otoshek-local-setup [email protected]:YOUR_USERNAME/YOUR_REPO.git
You can also provide an HTTPS URL — the skill will convert it automatically:
/otoshek-local-setup https://github.com/YOUR_USERNAME/YOUR_REPO
Claude will guide you through the full setup, pausing only when human action is required (e.g., adding an SSH key to GitHub, providing API credentials).
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations