Lưu Công Quang Vũ
Community@vuluu2k · HaNoi
"First, solve the problem. Then, write the code."
Agent Skills by Lưu Công Quang Vũ
Showing 8 vetted skills indexed across 1 GitHub repositories.
sbuilder-release
Documents the npm and MCP Registry release pipeline for sbuilder-mcp with failure recovery guidance.
sbuilder-store-flows
Documents store flows, page seeds, and layout patterns for the sbuilder-mcp server codebase.
sbuilder-codegen
Regenerates and validates the committed API catalog from a web_builder platform checkout.
sbuilder-mcp-tools
Defines the authoring contract for adding MCP tools to the sbuilder-mcp server.
sbuilder-platform-api
Documents Store Builder platform HTTP and socket API behaviors, quirks, and credential rules.
sbuilder-document-model
Documents how Store Builder page documents behave under MCP server writes and silent failure traps.
sbuilder-site-design
Builds and styles Store Builder storefronts through sb_* MCP tools with responsive and checkout rules.
sbuilder-vision-import
Documents browser screenshot, layout measurement, and page import behavior for the sbuilder-mcp server.
Frequently Asked Questions About Lưu Công Quang Vũ
FAQPage SchemaWhat tasks can I accomplish with vuluu2k's sbuilder-mcp skills?▼
You can build functional storefronts with checkout, forms, overlays, and apps; author and register new MCP endpoints; generate the committed catalog from a web_builder checkout; import Figma or Stitch designs; manage page documents with bindings and responsive cascades; and run or debug npm and MCP Registry releases.
Who are these sbuilder-mcp skills intended for?▼
They target engineers maintaining the sbuilder-mcp server itself: contributors editing src/tools, src/core, src/transport, or src/vision, plus developers designing storefront pages through sb_add, sb_set, sb_look, and sb_review, or diagnosing why a rendered page, import, or release behaves unexpectedly.
How do the sbuilder-mcp skills work in practice?▼
Each skill triggers on specific file paths or commands: editing src/tools/** loads the authoring contract, running npm run codegen or codegen:check loads catalog generation rules, pushing to main with src/** changes loads release guidance, and touching src/vision/** loads screenshot and import-mapping behavior.
What prerequisites and dependencies do these skills require?▼
Skills assume the sbuilder-mcp repository with its npm scripts (release, codegen, codegen:check), a web_builder checkout for catalog generation, GitHub release configuration including NPM_ACCESS_TOKEN, and companion MCP servers such as Figma, Stitch, Chrome DevTools, and Playwright for design tokens and browser verification.
How does sbuilder-mcp handle credentials and platform communication?▼
The platform skill documents credential routing, token rotation, a single error shape, frame caps, the /api/v1 partner surface, media upload doors, page versions, OAuth app installs, and the theme write. It explains refusals, silent 200 responses, and unexpected bodies from sb_api_call, sb_media_upload, sb_theme, sb_live_join, and sb_publish.