skills/laozhu001/dbcraft/SKILL.md
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.
npx skillsauth add aiskillstore/marketplace dbcraftInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.