By 10K-Digital
Manage Lovable.dev projects from Claude Code: deploy Supabase Edge Functions and database migrations, automate deployments via MCP or browser, run automated preview tests, and sync project state between GitHub and Lovable.
Check for pending database migrations and provide Lovable prompts to apply them.
Connect Lovable MCP to Claude for faster, more reliable yolo mode deployments without browser automation.
Check for Edge Function changes and provide Lovable deployment prompts.
Initialize Lovable project context. Scans repo, asks questions, generates CLAUDE.md with project-specific configuration.
Generate the correct Lovable prompt for any backend operation. Describe what you need, get the exact prompt.
Integration skill for Lovable.dev projects. Activates when working with: - Lovable.dev projects with GitHub sync - Supabase Edge Functions that need deployment - Database migrations for Lovable Cloud - Projects with supabase/ directory structure - Any mention of "Lovable", "deploy edge function", "apply migration" Provides exact Lovable prompts for backend operations that can't be done via GitHub alone.
Preview testing skill for Lovable projects. Activates when: - preview_testing: on in CLAUDE.md - Running /lovable:test-init, /lovable:test-run, or /lovable:test-sync commands - After implementing a new feature when test plans exist (suggest test updates) - After auto-deploy completes when test_after_deploy: on - Any mention of "test in preview", "preview testing", "test plans", "e2e tests in Lovable" Tests the running app in Lovable Preview mode via browser automation. Manages standardized test plans, test profiles, and results in .claude/lovable-claude/test/. Keeps test plans in sync with the codebase as features are added.
Automation skill for Lovable deployments. Activates when: - yolo_mode: on in CLAUDE.md - Running /deploy-edge or /apply-migration commands - After git push when auto_deploy: on (automatic detection) - Any mention of "yolo mode", "automate Lovable", "browser automation", "Lovable MCP" Uses Lovable MCP (preferred) or browser automation to submit deployment prompts. Runs verification tests based on configuration. Auto-deploys after git push when enabled.
Uses power tools
Uses Bash, Write, or Edit tools
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.
Stop copy-pasting between Lovable and Claude. Stop wrestling with two-way sync. Stop burning through API credits for simple changes.
The Lovable Claude Code plugin brings the power of your IDE directly to your Lovable projects. Edit code with AI assistance, deploy automatically, and let Claude Code handle all the complexity of syncing with Lovable Cloud.
β¨ Edit Lovable projects right in your IDE with all of Claude Code's power π§ͺ Preview Testing - automated test plans run against your live Preview app (NEW in v1.9.0!) ποΈ Dual-architecture support - works with both Vite SPA and TanStack Start (SSR) projects (v1.8.1) π Lovable MCP integration - deploy via API instead of browser (NEW in v1.8.0!) πΊοΈ Project Structure Map - Claude navigates your codebase faster (NEW in v1.7.0!) β‘ Auto-push to GitHub - automatic commit and push after every task π Auto-deploy to Lovable - no manual commands needed π€ Complete workflow automation - from code changes to production π° Save credits by using your Claude subscription for heavy lifting π Zero friction syncing - between your code, GitHub, and Lovable Cloud π‘οΈ Automatic secret detection - never forget a required API key β‘ Instant setup - generates project context automatically β Verification built-in - tests run after every deployment
Working with Lovable is amazing... until it's not:
This plugin eliminates every single one of these friction points.
/lovable:init
Claude Code scans your project, asks a few questions, and generates CLAUDE.md with all the context it needs.
Edit code in your IDE like normal. Claude Code with AI handles the complex stuff.
/lovable:deploy-edge # Deploy to Lovable
/lovable:sync # Keep secrets/config in sync
That's it. No manual prompts. No context switching. No forgotten steps.
You: "Add email notifications to the send-email function"
β
Claude Code: Creates the code
β
Shows you: "Deploy with this prompt: 'Deploy the send-email edge function'"
Plus: "β οΈ Needs RESEND_API_KEY"
β
You: Copy-paste prompt to Lovable (takes 10 seconds)
Result: β
Function deployed, tests pass, you're informed
You: "Add email notifications"
β
Claude Code: Creates the code, detects needed secrets
β
Automatically commits changes
β
Pushes to GitHub
β
Claude: π€ Detects backend changes automatically
π Submits via Lovable MCP (or browser automation)
β
Confirms deployment
β
Runs verification tests
β
Reports success
Done. Zero manual work. No git commands. No deploy commands!
NEW in v1.8.0: Lovable MCP integration - deploy via API instead of browser (3-5x faster, no Chrome extension)! IMPROVED in v1.5.0: Hook-based auto-push for 100% reliable automatic commits and pushes! NEW in v1.3.0: With auto-deploy enabled, Claude automatically deploys to Lovable after git push!
Using Claude Code hooks for seamless GitHub integration - always in sync, always up-to-date, 100% reliable!
Auto-Sync (Start Hook):
Claude starts β Hook pulls latest β You work on current code β No conflicts!
Automatically pulls latest changes from GitHub when Claude starts working. Only runs on main branch with no uncommitted changes.
Auto-Push (Stop Hook):
Make changes β Task complete β Hook triggers β Auto-commit β Auto-push β Changes in GitHub!
Automatically commits and pushes when Claude finishes any task. No manual git commands!
Why hooks? Hooks guarantee execution every time, making sync operations more reliable than skill-based approaches. Auto-sync keeps you current, auto-push keeps GitHub current!
Connect the official Lovable MCP server for API-based deployments - no browser required.
npx claudepluginhub 10k-digital/lovable-claude-code --plugin lovablePipeCrew β a multi-repo agent crew that ships features end-to-end. Discover a project (/discover), deliver a feature (/deliver), review code (/review), assess cross-repo integration (/assess), learn from runs and PRs (/learn), manage agent context (/context-refresh), and manage shared workspace memory (/memory-sync). Supports Spring Boot, React, Next.js, NestJS, FastAPI, Flask, Django, Python workers, AWS CDK, Terraform, and Node mock stacks.
VibeRaven Studio and architecture/production-context skills for AI-built apps.
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
A curated collection of AI coding agent skills for browser automation, frontend design, performance auditing, task tracking, and structured problem-solving workflows.
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Project health and permission management, dev sessions, team updates with feedback triage, GitHub releases, multi-model brains trust, git workflows, UX audits, responsive layout testing, and browser automation.