lovable-project

Installation
SKILL.md

Lovable Project Context

Use this skill as the first step for work in a Lovable repository.

  1. Read .lovable-agent/config.json and .lovable-agent/context.md when present. Treat them as the canonical source of project settings; read AGENTS.md as the neutral instruction shim.
  2. Preserve provider-specific files as adapters: CLAUDE.md, .claude/, and Claude commands remain supported, but new state belongs in .lovable-agent/.
  3. Detect architecture before making assumptions:
    • Run python3 plugins/lovable/scripts/detect-architecture.py . when the helper is available; it reports JSON without reading secret values.
    • app.config.ts → TanStack Start (SSR, file-based routes, *.server.ts auto-deploys).
    • vite.config.ts → Vite SPA (CSR, src/, backend changes need Lovable deployment prompts).
    • If both or neither are present, report the ambiguity and inspect the package scripts.
  4. Keep context secret-safe. Record secret names and status only; never record values, preview tokens, OAuth credentials, or API keys in config, instructions, logs, or generated reports.
  5. For the detailed neutral schema and migration rules, read ../lovable/references/agent-config.md.
Installs
5
GitHub Stars
19
First Seen
Aug 15, 2026
lovable-project — 10k-digital/lovable-agent-skills