How to register user-facing setup steps (API keys, OAuth, connecting third-party services) for the sidebar setup checklist. Use when adding a feature that needs initial user configuration.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 BuilderIO/agent-native 中的 227 个 Skill。打开任一 Skill 可查看来源和详情。
BuilderIO/agent-native已展示 27 / 227 个已收集 Skill。
How to register user-facing setup steps (API keys, OAuth, connecting third-party services) for the sidebar setup checklist. Use when adding a feature that needs initial user configuration.
原文语言:英语
How to keep template code database-agnostic and hosting-agnostic. Use when defining schemas, writing raw SQL, creating server routes, or anything that could leak a SQLite-only, Postgres-only, or Node-only assumption.
原文语言:英语
Framework server plugins and the `/_agent-native/` route namespace. Use when adding a custom server plugin, deciding whether to create an `/api/` route vs an action, or debugging auto-mounted framework routes.
原文语言:英语
Use Content for repo-backed Markdown/MDX docs, blogs, resources, rich document editing, local components, shareable copies, and Content local-file workspaces. Prefer Content actions over raw filesystem writes when available.
原文语言:英语
How the booking system works: checking availability, managing booking links, configuring availability settings, and the public booking URL pattern.
原文语言:英语
Visualize local Codex and Claude Code context usage, open a report, flag warnings, and suggest prompt/tooling optimizations.
原文语言:英语
Query HubSpot CRM for deals, contacts, companies, and sales metrics. Use this skill when the user asks about sales pipeline, deal status, or customer CRM data.
原文语言:英语
Access the Notion content calendar and page data for editorial planning. Use this skill when the user asks about the content calendar, blog planning, or editorial schedule.
原文语言:英语
Report live progress from long-running agent tasks. Use when a task takes more than a few seconds, so the user can watch status in the runs tray instead of staring at a spinner.
原文语言:英语
In-app notifications primitive with pluggable server-side channels. Use when the agent needs to surface progress, alerts, or completions to the user — both in-app (bell + toast) and out-of-band (webhook, Slack, custom).
原文语言:英语
Public booking flow — the state machine, animations, and URL/app-state sync.
原文语言:英语
How to inspect and configure the AI engine (model provider) powering the agent. Use when the user asks to switch models, check which engine is active, test a new provider, or register a custom engine.
原文语言:英语
Booking lifecycle — pending, confirmed, rescheduled, cancelled — plus attendees, references, no-shows, and reminders.
原文语言:英语
How event types work — fields, scheduling types, tabs in the editor, and the full set of configurable options.
原文语言:英语
Core concepts of the scheduling package — event types, schedules, bookings, hosts, teams, and how they compose.
原文语言:英语
How schedules, weekly rules, date overrides, travel schedules, and out-of-office entries combine to determine when someone is bookable.
原文语言:英语
Inline, popup, and floating-button embeds — snippet generation and theming.
原文语言:英语
ChiliPiper-style pre-booking forms that route prospects to the right event type based on their answers.
原文语言:英语
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.
原文语言:英语
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
原文语言:英语
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
原文语言:英语
How to render interactive previews of app screens inline in agent chat via sandboxed iframes. Covers the `embed` fence syntax, the `postNavigate` pop-out helper, and when to prefer an embed over prose / a static image.
原文语言:英语
Query keyword rankings, search volume, and SEO metrics via DataForSEO. Use this skill when the user asks about SEO performance, keyword rankings, or organic search data.
原文语言:英语
dbt (data build tool) project structure, SQL patterns, and best practices for the analytics warehouse. Use this skill when working with dbt models, testing SQL queries, or creating new analytical tables.
原文语言:英语
Search and analyze Jira tickets, sprints, and project analytics. Use this skill when the user asks about tickets, bugs, sprint tracking, or engineering work.
原文语言:英语
How to create and structure forms. Use when creating a new form, adding fields, modifying form structure, or understanding field types and their JSON schema.
原文语言:英语
Extract key learnings from the current chat thread and save them to docs/learnings.md. Use this skill when the user types "/learn" or asks to save learnings from the conversation.
原文语言:英语