Write effective prompts to guide the AI
-
The MCP gives your AI assistant structured Figma data - but what it does with that depends entirely on what you ask for.
-
What a good prompt can do:
- Align the result with the right framework or styling system
- Align with your codebase conventions (file structure, naming, layout)
- Generate code in the correct file path (like
src/pages
,components/ui
) - Add or modify code inside existing files instead of creating new ones
- Follow specific layout systems (flexbox, grid, absolute)
-
Prompt examples
Generate iOS SwiftUI code from the selected Figma frame
Implement the selected frame using Chakra UI components
Generate this using components from src/components/ui
Add this component to src/components/marketing/PricingCard.tsx
Implement this using our Stack layout component
The more specific your prompt, the better the output. Treat it like briefing a teammate. The clearer your intent, the more likely you'll get exactly what you need.
Note: These recommendations are based on feedback from our alpha and beta users. As the MCP ecosystem improves and usage patterns mature, this list will continue to evolve.