By otoshek
Set 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.
Assumes Homebrew, mkcert, and Claude Code are already installed. If not, see Prerequisites below.
1. Open Claude Code in the folder where you want your project cloned
cd ~/Projects
claude
2. Add the Otoshek plugin marketplace
/plugin marketplace add otoshek/otoshek-local-setup
3. Install the skill
/plugin install otoshek-local-setup@otoshek-otoshek-local-setup
4. Relaunch Claude Code
claude
5. Run the setup
/otoshek-local-setup [email protected]:YOUR_USERNAME/YOUR_REPO.git
Claude will guide you through the rest.
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. Two steps require your password and must be done manually if not already set up: installing Homebrew and running mkcert -install (which registers a trusted local CA so browsers accept your dev certificates).
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 in the folder where you want to clone your project and start Claude Code:
cd ~/Projects
claude
Then run:
/plugin marketplace add otoshek/otoshek-local-setup
/plugin install otoshek-local-setup@otoshek-otoshek-local-setup
Restart Claude Code — the skill is now available in every session.
Make sure Claude Code is open in the folder where you want to clone your project, then run:
/otoshek-local-setup [email protected]:YOUR_USERNAME/YOUR_REPO.git
You can also provide the HTTPS URL of your repository — 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub otoshek/otoshek-local-setup --plugin otoshek-local-setupDjango and React development toolkit with setup automation, authentication configuration, and UI framework integration
Django and React development toolkit with setup automation, authentication configuration, and UI framework integration
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Bootstrap - Developer onboarding accelerator. Analyzes project requirements, detects missing dependencies, generates Docker/docker-compose configs, creates .env templates, sets up pre-commit hooks, configures IDE settings (VSCode/Cursor), and troubleshoots 'it works on my machine' issues. Gets developers productive in minutes, not hours.
Enhances Claude Code from producing raw code into delivering production-ready systems. 14 specialized agents handle architecture, tested code, security audit, CI/CD, and documentation. Use for building apps/websites/services, adding features, hardening, deployment, testing, review, or architecture design.
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Full-stack orchestration with deployment, performance, security, and test automation
Deployment automation with Dockerfile generation, CI/CD pipelines, and infrastructure as code