
builderio/builder-agent-skills
7 skills69 installs77 starsGitHub
Install
npx skills add https://github.com/builderio/builder-agent-skillsSkills in this repo
1Skill CreatorA meta skill for creating, improving, and understanding skills for Builder.io Fusion. A developer uses it to scaffold a new skill directory and SKILL.md, improve an existing skill's triggering, or decide whether to use a skill, AGENTS.md, or .builderrules. It emphasizes the WHAT + WHEN description pattern and keeping bodies under 500 lines.16installs2UnzipA utility skill that unzips or extracts a zip file in the project. A developer or agent uses it when asked to unzip or extract a .zip archive; it finds the most recently modified zip and extracts it with npx extract-zip. It handles base64-encoded archives, ACL-blocked commands like tar and base64 -d, and reinstalls dependencies if package.json changed.13installs3Agent BrowserA discovery-stub skill for agent-browser, a Rust CLI that automates Chrome/Chromium over CDP for AI agents. A developer uses it to navigate pages, fill forms, click, screenshot, scrape data, or test and QA web and Electron apps. The stub points the agent to load current workflow content via agent-browser skills get core.11installs4HallmarkA design skill for AI coding assistants that makes generated UIs look made rather than generated. A developer uses it to build a new page or app, audit or redesign an existing UI, or extract design DNA from a screenshot or URL. It enforces structural variety and a pre-emit self-critique scored on six axes, drawing on the anti-AI-slop design consensus.10installs5Rules ReviewerA specialist skill for auditing, fixing, and creating Builder.io Fusion rules files such as .builderrules, .mdc, and agents.md. A developer uses it to get feedback on existing rules, fix rules the AI is ignoring, or write new ones. It applies size limits, a content-minimization principle, and detection of agent-rules content misplaced in plain .md files.9installs6Fusion To PublishA skill that bridges Builder.io Fusion code generation and Publish's visual CMS by registering React components for the visual editor. A developer uses it to scaffold the catch-all route, registry, SDK config, and .builderrules, then map component props to Builder input types. It also bulk-registers components from a directory so non-developers can drag them in Publish.5installs7Fusion To Publish V2The v2 skill for bridging Builder.io Fusion and Publish by registering React components for the visual editor. A developer uses it to scaffold the catch-all route, registry, SDK config, and .builderrules, with an added detect-project.sh script that reports SDK version, Next.js version, and scaffolding status before making changes. It maps TypeScript props to Builder input types and can bulk-register components.5installs