figma-linux
Build, patch, and package Figma Desktop for Linux
All Skills in This Repository (7)
Pure Emerald Level Indicatorslint
Runs linting checks on shell scripts and Dockerfiles using automated tools.
setup-build-tools
Install essential build and extraction tools for Linux package compilation.
writing-agents
Guide creation and refinement of AI agents through test-driven development.
implement-issue
Automate GitHub issue implementation with code generation, testing, linting, and pull request creation.
writing-skills
Apply a Test-Driven Development cycle to author and refine AI skill documentation.
simplify
Review and simplify recently modified code for clarity and maintainability.
improvement-loop
Update AI pipeline components through a five-step capture, classify, change, verify, and commit cycle.
Frequently Asked Questions
FAQPage SchemaHow to install figma-linux?โผ
Run `npx skills add IliyaBrook/figma-linux --all -g -y` in your terminal to install all skills in this suite globally.
How to run the real Figma Desktop app on Linux?โผ
This project extracts the official Windows installer, patches it for Linux, and packages it as an AppImage, deb, or rpm with tray icon, local fonts, and figma:// protocol support.
How to automate GitHub issue implementation?โผ
The implement-issue skill runs an orchestrator that fetches the issue, plans tasks, writes code, tests, lints, reviews, and opens a pull request automatically.
Does figma-linux support Wayland and local fonts?โผ
Yes. It works on X11 and Wayland, and includes a built-in font helper so your installed system fonts appear in Figma without extra software.
Can I use these skills without coding experience?โผ
Yes. Once installed, your coding assistant follows the skills to handle builds, linting, and issue implementation from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core