# Guide Lovable Deployments with Claude Code

Lovable projects need careful GitHub, Supabase, and deployment coordination. This skill gives Claude, Codex, and Claude Code structured prompts and workflow rules for Lovable backend changes.

## Install

```bash
npx skillstore add 10k-digital/lovable
```

## Metadata

- Status: approved
- Slug: 10k-digital-lovable
- Skillstore revision: r1
- Version status: missing
- Tree hash: e871e2e0db8827351bc9e09e8fae4011c71b0dc5c037727a55a604ec041d363d
- Author: 10K-Digital
- GitHub username: 10K-Digital
- License: MIT
- Repository: https://github.com/10K-Digital/lovable-claude-code/tree/main/plugins/lovable/skills/lovable
- Ref: e9e4712298ed071d92417a41714be123eb8364fa
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: confirmation\_required
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network, env\_access
- Quality score: 38
- Quality tier: warning
- Public page: https://skillstore.pages.dev/skills/10k-digital-lovable
- Manifest: https://skillstore.pages.dev/api/skills/10k-digital-lovable/manifest

## Capabilities

- Detects Vite SPA and TanStack Start project architecture from config files.
- Explains which Lovable project files sync automatically through GitHub.
- Provides Lovable prompts for edge functions, migrations, RLS policies, storage, and auth.
- Documents yolo mode for automated deployment workflows.
- Lists secret detection patterns for Supabase Edge Functions and common services.
- Includes project structure map templates for Lovable applications.

## Use Cases

- Coordinate Lovable Backend Changes: Plan edge function, migration, and secret updates while knowing what GitHub sync can and cannot deploy.
- Prepare Safe Deployment Prompts: Generate exact Lovable prompts for database, RLS, storage, auth, and edge function operations.
- Map a Lovable Codebase: Document project architecture, key files, data flow, and common navigation paths for faster AI assistance.

## Prompt Templates

### Identify Project Architecture

```
Check whether this Lovable project uses Vite SPA or TanStack Start. Tell me which files sync automatically and what needs Lovable deployment.
```

### Prepare Edge Function Deployment

```
I changed the [function name] edge function. Review the changes, list required secrets, and give me the exact Lovable deployment prompt.
```

### Apply a Migration Safely

```
Review the pending Supabase migration for destructive changes. Explain the risk, then provide the Lovable prompt to apply it if safe.
```

### Plan Controlled Yolo Automation

```
Assess whether yolo mode is appropriate for this project. If it is, define the deployment method, testing level, and manual fallback.
```

## Limitations

- Does not deploy Supabase Edge Functions by itself without separate automation.
- Relies on Lovable project conventions and may need adjustment for nonstandard repositories.
- Does not verify live Lovable account access or Cloud secret status.
- Automated yolo workflows require separate browser or MCP setup.

## Best Practices

- Review generated Lovable prompts before running them in production.
- Confirm branch, staged files, and secrets before any GitHub push.
- Use yolo mode only with explicit deployment settings and verification tests.

## Anti Patterns

- Running broad git add and push commands without reviewing staged files.
- Applying database migrations before checking RLS, data loss, and rollback impact.
- Treating preview tokens, API keys, or .env values as safe to commit.

## Security Audit

- Audited at: 2026-07-04T14:43:32.545\+00:00
- Summary: Most static alerts are Markdown false positives from inline code, prompt examples, placeholder URLs, and documented secret names. No prompt injection or credential exfiltration text was found. Two contextual risks remain: broad GitHub push guidance and optional yolo automation that can submit Lovable deployment actions.

## Stats

- Views: 470
- Downloads: 12
- Favorites: 0
- Popularity score: 0
