Open and operate the local DB Craft visual schema studio at D:\DBdesigner. Use it to design or edit MySQL 8, PostgreSQL 14, SQLite, and MSSQL models, generate tables with AI, import CREATE TABLE scripts, validate schema structure, save workspace models, export SQL, and prepare migration-ready artifacts for a separate deployment workflow.
DB Craft is a local visual database modeling workspace. Use it when the user wants a faster, more concrete flow than hand-writing schema notes: open the app, shape tables and relationships in the browser, keep the model saved in the active workspace, and export SQL or handoff-ready artifacts when the design is ready.
*.dbmodel.json model so the diagram stays in sync with the project's ongoing conversations.http://127.0.0.1:3000 is already serving the app.
scripts/launch-dbdesigner.ps1 to start the local server, then tell the user you started the service and are opening the page.
The launcher now uses the current shell working directory as the default project workspace hint when opening DB Craft.http://127.0.0.1:3000 in the browser.OPENAI_API_KEY is available in the current environment or let the user fill the key in Settings -> AI Config.D:\DBdesigner as the source application directory.node server.js in that directory. Use the bundled PowerShell launcher for reliability.http://127.0.0.1:3000 is already reachable.WorkspacePath to the current shell directory so DB Craft opens with the active workspace path prefilled as the workspace hint.dbcraft-codex-handoff.md into the active project directory, treat it as the preferred handoff artifact for continuing the conversation from the designer.http://127.0.0.1:3000.3000 is already serving the app, reuse it instead of spawning duplicates.node is missing or the page does not come up, stop and report the blocker clearly.MySQL 8, PostgreSQL 14, SQLite, or MSSQL.*.dbmodel.json files through the app workspace flow.CREATE TABLE SQL.dbcraft-codex-handoff.md and prefer reading it before asking the user to paste anything manually.*.dbmodel.json in the active workspace so all tables for that workspace stay together in one model the user can reopen.*.dbmodel.json file and have that session open it. Do not assume in-memory state from one automated browser session is visible in another browser session.Model -> AI Build Table / Alt+L.Settings -> AI Config; fall back to the server environment variable OPENAI_API_KEY.gpt-5-codex when none is provided.scripts/launch-dbdesigner.ps1: Start the local DBdesigner server, wait until it is reachable, and optionally open the browser.references/install-prerequisites.md: Windows support, local Node requirement, first-launch behavior, and what happens when the service is not running.references/data-security.md: Local data storage, AI-provider disclosure, API key handling, and Codex handoff file behavior.references/marketplace-submission-checklist.md: Final submission gate for marketplace release readiness.references/icon-and-screenshot-checklist.md: Icon, screenshot, and demo asset planning for marketplace submission.references/usage.md: Menu paths, shortcuts, supported databases, and task-oriented operating notes.references/marketplace-copy.md: Marketplace-facing listing copy, positioning, and concise selling points.references/example-prompts.md: Example user prompts and usage patterns for DB Craft.D:\DBdesigner app into the skill unless the user explicitly asks for a packaged clone.D:\DBdesigner, not the skill, unless the request is specifically about skill behavior.