Generate custom design system rules for your codebase and Figma-to-code workflow.
This skill is an open-source, prompt-only/document-style skill with no required secrets and no declared remote endpoints, so its intrinsic risk is low. The main caveat is that it directs a connected Figma MCP server and codebase-analysis workflow, so real access and write boundaries depend on the host agent and connected tools.
The materials explicitly state that no keys or environment variables are required. The skill itself does not request API tokens, account credentials, or other sensitive secrets, and no direct credential exposure or abuse path is evident.
No remote endpoints are declared, and the skill itself is not a network client. The README only mentions requiring a Figma MCP server connection, with no evidence that this skill independently sends user data to unknown or unrelated hosts.
This item is marked as prompt-only and does not include executable install steps, scripts, or local process-launch behavior. It may instruct an agent to call an external Figma MCP tool, but it does not itself provide code-execution capability.
The skill description calls for analyzing the project codebase and generating rule files, but this is indirect guidance to the host agent/connected tools rather than evidence that the skill itself has file read/write permissions. No excessive access request beyond the stated purpose is shown.
The source is the open-source openai/skills GitHub repository with strong community adoption (about 22k stars), providing good auditability and source credibility. While the license and maintenance status are not explicitly stated, there are no red flags such as closed-source distribution, abandonment indicators, or suspicious packaging.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "figma-create-design-system-rules" skill from askskill: 1. Download https://raw.githubusercontent.com/openai/skills/main/skills/.curated/figma-create-design-system-rules/SKILL.md 2. Save it as ~/.claude/skills/figma-create-design-system-rules/SKILL.md 3. Reload skills and tell me it's ready
This skill helps you generate custom design system rules tailored to your project's specific needs. These rules guide AI coding agents to produce consistent, high-quality code when implementing Figma designs, ensuring that your team's conventions, component patterns, and architectural decisions are followed automatically.
| Agent | Rule File |
|---|---|
| Claude Code | CLAUDE.md |
| Codex CLI | AGENTS.md |
| Cursor | .cursor/rules/figma-design-system.mdc |
Design system rules are project-level instructions that encode the "unwritten knowledge" of your codebase - the kind of expertise that experienced developers know and would pass on to new team members:
Once defined, these rules dramatically reduce repetitive prompting and ensure consistent output across all Figma implementation tasks.
Use this skill when:
Follow these steps in order. Do not skip steps.
Call the Figma MCP server's create_design_system_rules tool to get the foundational prompt and template.
Parameters:
clientLanguages: Comma-separated list of languages used in the project (e.g., "typescript,javascript", "python", "javascript")clientFrameworks: Framework being used (e.g., "react", "vue", "svelte", "angular", "unknown")This tool returns guidance and a template for creating design system rules.
Structure your design system rules following the template format provided in the tool's response.
Before finalizing rules, analyze the project to understand existing patterns:
Component Organization:
src/components/, app/ui/, lib/components/)Styling Approach:
Component Patterns:
Architecture Decisions:
Based on your codebase analysis, create a comprehensive set of rules. Include:
- IMPORTANT: Always use components from `[YOUR_PATH]` when possible
- Place new UI components in `[COMPONENT_DIRECTORY]`
- Follow `[NAMING_CONVENTION]` for component names
- Components must export as `[EXPORT_PATTERN]`
- Use `[CSS_FRAMEWORK/APPROACH]` for styling
- Design tokens are defined in `[TOKEN_LOCATION]`
- IMPORTANT: Never hardcode colors - always use tokens from `[TOKEN_FILE]`
…
Read, create, and review PDFs with layout-aware rendering and extraction tools.
Transcribe audio or video to text with optional speaker labeling.
Read, create, and update Linear issues, projects, and team workflows.
Deploy apps or websites to Vercel and generate live or preview links.
Stage, commit, push, and open a GitHub pull request in one flow.
Turn Notion specs into implementation plans, tasks, and progress tracking.
Create or update a professional Figma design system from a codebase.
Turn code or page descriptions into full Figma screens using design systems.
Generate UI design rules, color palettes, and brand design references.
Convert Figma designs into code with verification loops and no usage limits.
Generate or audit design systems and review styling consistency changes.
Map Figma design components to code components for consistent implementation.