Skip to main content
Manusで任意のスキルを実行
ワンクリックで
BuilderIO
GitHub クリエイタープロフィール

BuilderIO

5 件の GitHub リポジトリにある 205 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
205
リポジトリ
5
更新
2026-07-21
リポジトリエクスプローラー

リポジトリと代表的な skills

agent-native-docs
ソフトウェア開発者

How to look up version-matched Agent Native framework docs and source in node_modules. Use before coding against @agent-native/core APIs or advanced features.

2026-07-21
extensions
ソフトウェア開発者

Creating, editing, and managing extensions — sandboxed Alpine.js mini-apps that run inside iframes. Use when a user asks for a dashboard, widget, calculator, or any interactive mini-app that calls external APIs. Distinct from LLM "tools" (function calls) — see note below.

2026-07-21
observability
ソフトウェア開発者

Agent observability, evals, feedback, and experiments. Use when adding observability dashboards, configuring trace capture, setting up evals, creating A/B experiments, or collecting user feedback on agent responses.

2026-07-21
tracking
ソフトウェア開発者

Server-side analytics tracking with pluggable providers. Use when adding analytics events, registering custom tracking providers, or configuring built-in providers (PostHog, Mixpanel, Amplitude, Webhook).

2026-07-21
meetings
ソフトウェア開発者

Live calendar-backed meetings in Clips — upcoming Google Calendar events, desktop join/record reminders, live transcripts with mic + system-audio capture, AI summary / bullets / per-attendee action items, and the bidirectional recording↔meeting link. Use when listing meetings, opening a meeting detail, finalizing notes, connecting a calendar, or working with attendee-tagged transcript segments.

2026-07-20
feature-flags
ソフトウェア開発者

Declare, evaluate, manage, and remove framework feature flags. Use when shipping a capability gradually, targeting users or organizations, or replacing a compile-time rollout switch with a production-safe runtime flag.

2026-07-20
document-editing
ソフトウェア開発者

How to create, read, update, and delete documents. Covers the document scripts, markdown content model, parent-child hierarchy, and position ordering.

2026-07-20
agent-native-toolkit
ソフトウェア開発者

Inventory and ownership rules for shared Agent Native workspace UI. Use before building app chrome, settings, navigation, sharing, collaboration, setup, history, comments, chat rails, agent UX, or repeated workspace behavior.

2026-07-20
このリポジトリの収集済み skills 170 件中、上位 8 件を表示しています。
rules-reviewer
ソフトウェア開発者

Review, fix, and create Builder.io Fusion rules files (.builderrules, .mdc, agents.md). Use to: (1) audit existing rules and get feedback, (2) fix rules that AI is ignoring, (3) get guidance when writing new rules.

2026-06-12
unzip
ソフトウェア開発者

Unzip or extract a zip file in the project. Use when the user says "unzip", "extract zip", "unzip file", or asks to extract a .zip archive. Finds the most recently modified .zip file in the codebase and extracts it to the project root using `npx extract-zip`.

2026-05-27
playwright-cli
ソフトウェア品質保証アナリスト・テスター

Automate browser interactions, test web pages and work with Playwright tests.

2026-05-26
agent-browser
ソフトウェア開発者

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools.

2026-05-26
hallmark
ソフトウェア開発者

Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.

2026-05-26
mobile-testing
ソフトウェア品質保証アナリスト・テスター

Install Maestro, run end-to-end tests, and create new test flows for the iOS and Android apps in this project. Use when the user asks to test the mobile apps, verify a feature on iOS or Android, set up Maestro, run a smoke test, write a new flow, or wants automated UI feedback after implementing mobile functionality, even if they don't say "Maestro".

2026-05-08
create-instructions
ソフトウェア開発者

Creates AGENTS.md with concise instructions if needed.

2026-05-06
android-native
ソフトウェア開発者

Build and run the Android app on an emulator or physical device. Use when the user asks to build, compile, run, launch, or deploy the Android app, or mentions the APK, Gradle, emulator, device, or native-run, even if they don't explicitly say "android-native".

2026-05-06
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
app-permissions
ソフトウェア開発者

How to enable browser feature permissions (camera, microphone, geolocation, screen capture, clipboard, wake-lock) that the framework's default Permissions-Policy header blocks. Use when the app must access a device or browser capability that is silently failing.

2026-07-14
app-branding
ソフトウェア開発者

How to rename or rebrand the app so every surface — title, package metadata, PWA manifest, and icons — stays consistent. Use when a prompt establishes or implies a new app name, title, or visual identity, OR when you generate an app title, theme, or icon yourself while scaffolding an app from an initial prompt.

2026-07-14
agent-native-docs
ソフトウェア開発者

How to find version-matched Agent Native framework docs and source bundled in node_modules. Use before implementing or answering questions about @agent-native/core APIs, generated apps, workspaces, templates, or advanced features.

2026-07-09
actions
ソフトウェア開発者

How to create and run agent actions. Actions are the single source of truth for app operations — the agent calls them as tools and frontend code calls them through client hooks. Use when creating a new action, adding an API integration, or wiring up frontend data fetching.

2026-07-09
adding-a-feature
ソフトウェア開発者

The four-area checklist every new feature must complete. Use when adding any feature, integration, or capability to ensure the agent and UI stay in parity.

2026-07-09
delegate-to-agent
ソフトウェア開発者

How to delegate all AI work to the agent chat. Use when delegating AI work from UI or scripts to the agent, when a user asks for agent behavior or LLM-powered features, when tempted to add inline LLM calls, or when sending messages to the agent from application code.

2026-07-09
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use when building web components, pages, artifacts, posters, or applications (websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished UI that avoids generic AI aesthetics.

2026-07-09
real-time-collab
ソフトウェア開発者

Multi-user collaborative editing with Yjs CRDT, SSE fast-path transport, and granular server-side merge. Use when adding real-time collaborative editing to a template, debugging sync issues, or understanding how the agent and humans edit documents simultaneously.

2026-07-09
このリポジトリの収集済み skills 13 件中、上位 8 件を表示しています。
jira
ソフトウェア開発者

Search, read, create, and update Jira issues, check sprint status, and see who's working on what. Use this skill whenever the user mentions Jira, asks about tickets, issues, sprints, or story points, references issue keys like PROJ-123, wants to know what someone is working on, asks about the current sprint, or says things like "check Jira", "what's the status of X", "find tickets about Y", "who's assigned to Z", "what's in the sprint", or "show me my open issues". Also use this skill when the user asks to create, file, open, or log a Jira ticket, or to move, transition, update, or change the status of an existing issue. Trigger phrases include "create a Jira ticket", "file a bug", "open an issue", "log a task in Jira", "mark PROJ-123 as done", "move the ticket to In Progress", "close ENG-456", or "transition the issue to Review".

2026-03-19
slack
ソフトウェア開発者

Interact with Slack workspaces — search messages, read channel history, browse threads, list channels, and find users. Use this skill whenever the user mentions Slack, asks about messages in a channel, wants to check what people said about a topic, look up Slack users, or references #channel-names. Also trigger when the user says things like "check Slack", "what's happening in #X", "find messages about Y", "who said Z", or any task involving reading from Slack. Even if the user doesn't say "Slack" explicitly but mentions a #channel, use this skill.

2026-03-19
find-skills
ソフトウェア開発者

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2026-03-16
github-cli
ソフトウェア開発者

Expert help with GitHub CLI (gh) for managing pull requests, issues, repositories, workflows, and releases. Use this when working with GitHub operations from the command line.

2026-03-16
skill-creator
ソフトウェア開発者

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-03-16
5 件中 5 件のリポジトリを表示
すべてのリポジトリを表示しました