bbucle-road-create

Automates creation and validation of Bbucle Road pages from Figma to rendering.

7|Updated Mar 15, 2025
One-click install
npx skills add https://github.com/Stair-Crusher-Club/scc-app --skill bbucle-road-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bbucle-road-create
Source: https://github.com/Stair-Crusher-Club/scc-app/tree/main/.claude/skills/bbucle-road-create
Command: npx skills add https://github.com/Stair-Crusher-Club/scc-app --skill bbucle-road-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines adding new Bbucle Road pages by combining design analysis, data updates, and rendering validation into a single, repeatable workflow.

Core Features & Use Cases

  • Figma design analysis to infer page requirements and alignment with existing data structures.
  • Data integration by updating web/screens/BbucleRoadScreen/config/bbucleRoadData.ts with a new page entry.
  • Browser rendering validation to ensure the new page matches the design across desktop and mobile views.

Quick Start

Provide the Figma URL and an optional kebab-case page ID to create a new Bbucle Road page, then run the data update and UI rendering validation workflow.

Frequently Asked Questions about bbucle-road-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Figma design analysis for new UI page creation?

Figma design analysis for UI page creation is automated by extracting design requirements and aligning them with existing data structures. The workflow infers page needs directly from the provided Figma URL to prepare for data integration and rendering.

What's the best way to validate browser rendering against Figma designs across desktop and mobile?

Browser rendering validation against Figma designs is handled by verifying the new UI page matches the source design across both desktop and mobile views. This ensures the rendered output aligns with the original design specifications.

How do I update frontend data schemas when adding a new page entry?

Updating frontend data schemas involves modifying the bbucleRoadData.ts configuration file with a new page entry. This integrates the page requirements inferred from the Figma design into the existing data structure.

Do I need YAML frontmatter to create a Bbucle Road page?

YAML frontmatter is mandatory to create a Bbucle Road page, specifically requiring a name and description. Optional resources directories for scripts, references, and assets are also supported to enable a complete UI-page creation workflow.

Can I use an optional kebab-case page ID when generating a page from a Figma URL?

An optional kebab-case page ID can be provided alongside a Figma URL to generate a new page. This ID is used during the data update and UI rendering validation workflow to uniquely identify the new page entry.

Why does my end-to-end design-to-implementation workflow fail to align new pages with existing data?

End-to-end design-to-implementation workflows fail when Figma design analysis does not properly infer page requirements or update the bbucleRoadData.ts file. Ensuring the mandatory YAML frontmatter is present and providing a valid Figma URL resolves alignment issues.