Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub tyroneross/rosslabs-ai-toolkit --plugin replit-migrateGenerate and begin executing a migration plan
Main replit-migrate entry. Dispatches to a subcommand based on your request, or lists options if unclear. Use `replit-migrate:<subcommand>` to target a specific action directly.
Scan a Replit project for migration readiness
Use when the user asks to "make this an iOS app", "convert to native", "port to Swift", "SwiftUI version", or migrate a Replit app to native iOS/macOS.
Use when the user asks to "migrate to web", "deploy to Vercel", "move to Cloudflare", "get off Replit", or convert a Replit app to standalone/self-hosted production.
Use to "scan this Replit app", "analyze for migration", "check Replit dependencies", or assess migration readiness. Auto-triggers when a .replit file is present.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Barbara Minto's Pyramid Principle for short-form, long-form, presentations, and audits
Debug with memory of past bugs — pattern extraction and parallel domain assessment
Map dependencies and analyze blast radius before changing code
Extract blog and news content from any website
Local doc-content cache + authoritative API source registry with a 7-day freshness contract
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Claude Code plugin that migrates Replit apps to web (Vercel/Cloudflare/standalone) or native iOS/macOS apps. Generates risk-ordered migration plans with lessons encoded from real migrations.
npm install -g @tyroneross/replit-migrate
Or install as a Claude Code plugin:
claude plugin add @tyroneross/replit-migrate
# Scan a Replit project
/replit-migrate:scan
# Generate a web migration plan
/replit-migrate:migrate web
# Generate a native iOS migration plan
/replit-migrate:migrate native
# Scan
replit-migrate scan ./my-replit-app
# Plan web migration
replit-migrate plan web ./my-replit-app --deploy vercel
# Plan native migration
replit-migrate plan native ./my-replit-app --platform ios
# Check progress
replit-migrate progress ./my-replit-app
Plans are shaped by real migration experience:
| Lesson | Source | Effect |
|---|---|---|
| Spike auth first | ProductPilot (6+ fix commits) | Auth tasks ordered first in web plans |
| Bundler config upfront | ProductPilot (4+ fix commits) | Config generation before feature code |
| Architecture doc first | FloDoro (51 builds) | Native plans start with architecture doc |
| Platform constraints before UI | FloDoro watchOS redesign | Constraint checklist before any views |
| IBR from build 1 | FloDoro (caught issues at build 36) | Testing included from first task |
MIT