Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By Rylaa
Figma-to-code conversion with 5-agent pipeline. Validates designs, creates specs, manages assets, generates code, and verifies compliance using Pixelbyte Figma MCP Server.
npx claudepluginhub rylaa/claude-agent-workflows --plugin pb-figmaAgents for the Figma-to-Code pipeline.
Downloads and organizes assets from Figma based on Implementation Spec. Validates downloaded assets, organizes them in project structure, and updates the spec with final asset paths.
Base reference documentation for all framework-specific code generators. Defines shared logic for spec reading, validation, asset handling, error recovery, and output formatting. Not invoked directly - referenced by framework-specific agents.
🚧 COMING IN v1.2.0 Kotlin Compose code generator for Figma designs. When implemented, this agent will: - Generate Jetpack Compose components - Use Material Design 3 - Follow Kotlin best practices - Support dark mode and accessibility For now, this is a placeholder. Use code-generator-react instead.
Generates production-ready React/Next.js + Tailwind components from Implementation Spec. Detects React/Next.js projects, uses Figma MCP for base generation, enhances with TypeScript types, semantic HTML, accessibility, and Tailwind best practices.
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Build frontend on autopilot. Pixel-perfect Figma-to-code with autonomous refinement.
Implement UI designs from specs with pixel-perfect component generation
Convert Figma designs and screenshots into production-ready code components with accessibility built-in
Plugin that includes the Figma MCP server and Skills for common workflows
Shared Claude Code plugin for frontend teams, including frontend skills, subagents, hooks, and MCP integration for Figma/Sketch/MasterGo/Pixso/墨刀/摹客. All reports auto-saved as Markdown files.
Design superpowers for Claude Code — 35 skills that teach your agent to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP.
Pixelbyte agent collection: prompt compliance checker, component documentation generator, and more specialized agents for development workflows.
Senior-level frontend development guidelines for React/TypeScript.
Claude Code plugin collection with modular installation. Install only what you need.
Add the marketplace to your .claude/settings.json:
{
"extraKnownMarketplaces": [
"https://github.com/Rylaa/pixelbyte-agent-workflows"
]
}
Then install individual plugins:
# Install all plugins
claude plugin install pb-figma
claude plugin install pb-frontend
claude plugin install pb-agents
# Or install only what you need
claude plugin install pb-figma # Just Figma-to-code
| Plugin | Description | Category |
|---|---|---|
pb-figma | Figma-to-code conversion with pixel-perfect accuracy | Design |
pb-frontend | Senior-level frontend development guidelines | Development |
pb-agents | Prompt compliance checker and component documentation agents | Quality |
Converts Figma designs to pixel-perfect code for multiple frameworks using a 5-phase workflow with 85%+ accuracy target.
Set up a Figma Personal Access Token:
export FIGMA_PERSONAL_ACCESS_TOKEN="your-token-here"
Get your token: Figma → Settings → Personal Access Tokens
pb-figma supports multiple frontend frameworks with specialized agents:
Framework detection is automatic based on project structure.
| Framework | Agent | Status | Documentation |
|---|---|---|---|
| React + Tailwind | code-generator-react | ✅ Production | Auto-invoked for .tsx/.jsx projects |
| SwiftUI | code-generator-swiftui | ✅ Production | Auto-invoked for .swift projects |
| Vue 3 | code-generator-vue | 🚧 Coming v1.2.0 | Planned |
| Kotlin Compose | code-generator-kotlin | 🚧 Coming v1.2.0 | Planned |
Provide a Figma URL or mention "figma-to-code", "convert Figma", "implement design".
Examples:
Framework is detected automatically based on project file extensions.
Automatically configures pixelbyte-figma-mcp with these tools:
figma_get_file_structure - Get file/node hierarchyfigma_get_node_details - Get detailed node infofigma_generate_code - Generate code from nodefigma_get_design_tokens - Extract design tokensfigma_get_screenshot - Capture visual referencefigma_get_code_connect_map - Get component mappingsSenior-level frontend development guidelines for React/TypeScript applications.
React.FC<Props>useSWR and suspense: trueAutomatically invoked when creating components, pages, or features. Mention "frontend guidelines", "React patterns", or "TypeScript best practices".
Pixelbyte agent collection for specialized development workflows.
prompt-compliance-checker
component-documentation