Agent Plugins Marketplace
All plugins

lovable-cloud

v3.2.6

Skills and hooks for Lovable Cloud projects — Project/Workspace Knowledge fields, edge-function auth model, migration-sync workflow, and UTC-enforced migration filename generation.

Claude Code3 Skills

By Cordova Strategy4 GitHub starsUpdated 9 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 31, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install lovable-cloud for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lovable-cloud@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jcdendrite/claude-config

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/lovable-cloud/.

Plugin files

plugins/lovable-cloud/
├── .claude-plugin/plugin.json
├── skills/lovable-cloud-edge-functions/SKILL.md
├── skills/lovable-cloud-knowledge/SKILL.md
└── skills/lovable-cloud-migration-sync/SKILL.md

Included Skills3

lovable-cloud-edge-functionsskills/lovable-cloud-edge-functions/SKILL.md

Supabase edge function authentication, config.toml, and Lovable Cloud deployment. TRIGGER when: adding, modifying, or reviewing an edge function in a Lovable Cloud project, or modifying a file that configures one (e.g. supabase/config.toml) or invokes one (e.g. pg_cron). DO NOT TRIGGER when: no edge function configured, invoked, or modified.

lovable-cloud-knowledgeskills/lovable-cloud-knowledge/SKILL.md

Lovable's UI knowledge fields and workspace skill files — `.lovable/*.md` repo-mirror workflow, `.agents/skills/` propagation model, Project/Workspace scope split, precedence, review criteria. TRIGGER when: authoring or reviewing changes to `.lovable/*.md` or `.agents/skills/*.md`; drafting Project/Workspace Knowledge or workspace-skill changes. DO NOT TRIGGER when: not a Lovable project; editing CLAUDE.md or AGENTS.md; editing agent rules files; writing code.

lovable-cloud-migration-syncskills/lovable-cloud-migration-sync/SKILL.md

Post-apply cleanup for Lovable-duplicated migrations: diff originals, db reset, delete, open PR. TRIGGER when: the user signals Lovable's migration apply step completed, regardless of exact wording. DO NOT TRIGGER when: all originals already deleted, or user asks about mechanics without signaling completion.

Plugin manifests1

plugins/lovable-cloud/.claude-plugin/plugin.json
{
  "name": "lovable-cloud",
  "description": "Skills and hooks for Lovable Cloud projects — Project/Workspace Knowledge fields, edge-function auth model, migration-sync workflow, and UTC-enforced migration filename generation.",
  "version": "3.2.6",
  "author": {
    "name": "Cordova Strategy"
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lovable-cloud on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lovable-cloud)