carlos
Community@Carlosfengv · Beijing China
Carlosfengv publishes Bingo canvas design skills covering visual UI construction, composition sidecar authoring, and design-system import from local codebases.
Agent Skills by carlos
Showing 3 vetted skills indexed across 1 GitHub repositories.
bingo-design
Design UI pages and components on the Bingo canvas using project design systems.
bingo-compositions
Author static JSX composition sidecar files that expose React component examples as canvas templates.
bingo-import-from-project
Import design tokens, CSS, and components from a local React project into a Bingo canvas.
Frequently Asked Questions About carlos
FAQPage SchemaWhat tasks can I perform with Carlosfengv's Bingo skills?▼
You can design UI on the Bingo canvas with senior product-design judgment, author *.compositions.tsx files that expose component examples as drag-and-drop canvas templates, and import a local project's design tokens, CSS, assets, and components into Bingo with a live reference page.
Who are these Bingo skills intended for?▼
They target product designers and front-end engineers working inside the Bingo canvas environment—anyone building pages, sections, or components, adding insertable component variants, or bootstrapping a design system from an existing local codebase.
When should each skill be loaded during a design session?▼
Load bingo-design before the first canvas mutation of any non-trivial design task; load bingo-compositions before creating or editing any *.compositions.tsx file; load bingo-import-from-project when asked to import or bootstrap a design system from a local project path.
What prerequisites and dependencies do these skills require?▼
They require the Bingo MCP environment, since every permitted operation uses mcp__bingo__ functions such as canvas_read, canvas_add, project_write, search_components, get_theme, and take_screenshot. The import skill additionally needs access to a local project path via local_folders and scan_project.
How is design correctness verified in these skills?▼
Verification is screenshot-based: the bingo-design skill mandates building visibly in meaningful chunks and confirming output with mcp__bingo__take_screenshot, while bingo-compositions uses screenshots to diagnose missing or blank composition previews in the Assets panel.