Skip to main content

Skills in this repository

BuilderIO/agent-native - Page 5

SkillsMP has collected 227 skills from BuilderIO/agent-native. Open a skill to review its source and details.

BuilderIO/agent-native

Showing 40 of 227 collected skills.

occupation
Software Developers
description

Run or extend the Desktop Code Agents Multi-Frontier workflow. Use when coordinating Codex and Claude Code subscriptions, collaboration phases, checkpoints, recovery, usage meters, or helper admission.

updated
occupation
Software Developers
description

Client method surface rules. Use when wiring browser/client code to actions, application state, framework routes, app APIs, uploads, auth, or settings.

updated
occupation
Software Developers
description

How the agent knows what the user is looking at. Use when exposing UI state to the agent, implementing view-screen or navigate actions, wiring navigation state, or debugging agent context issues.

updated
occupation
Software Developers
description

How to store application data in agent-native apps. All data lives in SQL. Use when adding data models, deciding where to store data, or reading/writing application data.

updated
occupation
Sales Representatives, Wholesale & Manufacturing, Except Technical & Scientific Products
description

Enrich contacts and companies via Apollo.io for prospecting and sales intelligence. Use this skill when the user asks about contact details, company research, or finding decision-makers.

updated
occupation
Software Developers
description

Look up community member engagement and signals via Common Room. Use this skill when the user asks about community activity, member engagement, or community signals.

updated
occupation
Software Developers
description

Search and read GitHub PRs, issues, and code across a configured GitHub org or repo. Use this skill when the user asks about pull requests, code reviews, or GitHub issues.

updated
occupation
Software Developers
description

Look up customer support tickets and account history via Pylon. Use this skill when the user asks about support tickets, customer issues, or support history.

updated
occupation
Graphic Designers
description

Search and reuse approved brand examples before generating decks, designs, content, assets, or dashboards.

updated
occupation
Software Developers
description

Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

updated
occupation
Software Developers
description

Turn a PR, branch, commit, or git diff into an interactive visual recap with diagrams, file maps, API/schema summaries, annotated diffs, and focused review notes.

updated
occupation
Web & Digital Interface Designers
description

Work through persisted, element-anchored review comments on shared Design prototypes and close the loop with verified edits.

updated
occupation
Software Developers
description

Inspect and manage the live agent context window with Context X-Ray. Use when context is getting large, the user asks what is in context, or stale tool results/files should be pinned, evicted, restored, or reported by an external host.

updated
occupation
Software Developers
description

Use when adding or reviewing UI navigation so internal routes preserve normal SPA behavior plus Cmd/Ctrl-click and middle-click new-tab semantics.

updated
occupation
Web & Digital Interface Designers
description

Use Design for UI/UX exploration, side-by-side design directions, interactive prototype previews, user selection, iteration, and design-to-code handoff through the hosted Design MCP app.

updated
occupation
Computer Occupations, All Other
description

Use Agent Native Assets for image and video generation requests, brand-safe asset search/export, and human-in-the-loop asset selection through the hosted Assets MCP app. Prefer this over generic image tools when installed.

updated
occupation
Software Developers
description

Inspect, troubleshoot, and extend Analytics session replay recordings.

updated
occupation
Software Developers
description

Durable, access-scoped, append-only record of who changed what app data, when, and whether it was the agent or a human. Use when adding an activity feed or change history, declaring what a mutating action targets, auditing sensitive reads, or answering "what…

updated
occupation
Software Developers
description

Calendar + video provider integrations — Google Calendar, Office 365, Zoom, built-in video, Google Meet — and how to write new ones.

updated
occupation
Software Developers
description

Build the Agent Native desktop app locally, kill the running copy, install the fresh DMG to /Applications, and launch it. Use when the user says "rebuild/reinstall the desktop app", "ship desktop", "install the desktop app", or similar.

updated
occupation
Software Developers
description

Capture and apply accumulated knowledge via structured memory. Use when the user gives feedback, shares preferences, corrects a mistake, or when you discover something worth remembering for future conversations.

updated
occupation
Software Developers
description

Make arbitrary authenticated HTTP calls to configured Analytics provider APIs when first-class actions are too narrow.

updated
occupation
Web Developers
description

Export Design work and produce developer handoff materials. Use when the user wants HTML, PNG, SVG, ZIP/code exports, implementation notes, or a coding handoff for a selected design.

updated
occupation
Software Developers
description

Bring an older Agent Native app or workspace current. Use when updating @agent-native/core, fixing a broken upgrade, or when tempted to patch or override core/dispatch packages to make an old branch run.

updated
occupation
Software Developers
description

Save a run-code fetch/join/aggregate script as a stored, refreshable data source that dashboard panels bind to and render. Use when an ad-hoc provider-api-request or run-code analysis should become a live dashboard panel other users see, or when a cohort/join…

updated
occupation
Software Developers
description

Query BigQuery for analytics events, signups, pageviews, subscriptions, and user data. Use this skill when the user asks about metrics, funnels, user activity, or customer usage data.

updated
occupation
Network & Computer Systems Administrators
description

Monitor Google Cloud Run services and Cloud Functions health, metrics, and logs. Use this skill when the user asks about service health, request counts, latencies, or cloud infrastructure.

updated
occupation
Market Research Analysts & Marketing Specialists
description

Search sales call recordings, transcripts, and participants via Gong. Use this skill when the user asks about sales calls, customer conversations, or call transcripts.

updated
occupation
Network & Computer Systems Administrators
description

Query Grafana dashboards and Prometheus metrics for service health, LLM latency, and infrastructure monitoring. Use this skill when the user asks about service health, monitoring, alerts, or performance metrics.

updated
occupation
Software Developers
description

Track errors and issues across your projects via Sentry. Use this skill when the user asks about errors, exceptions, error trends, or application health.

updated
occupation
Software Developers
description

Search Slack messages and read channel history across your workspaces. Use this skill when the user asks about Slack conversations, channel messages, or internal communications.

updated
occupation
Software Developers
description

How to connect to and query the Stripe API for analytics data.

updated
occupation
Web & Digital Interface Designers
description

Code-backed GLSL shader fills and shader effects: authoring WGSL-free, WebGL1 GLSL fragment shaders that persist as readable source in the screen HTML with uniform knobs in the inspector. Use when the user asks for a shader fill or shader effect, sends…

updated
occupation
Software Developers
description

Save a run-code fetch/join/aggregate script as a stored, refreshable data source any app's own charts/tables can render, instead of a hardcoded provider action or a per-view re-fetch. Use when an ad-hoc run-code or provider-api-request analysis should become…

updated
occupation
Computer Occupations, All Other
description

Add or use full agent harness runtimes like Claude Code, Codex, Pi, Cursor, Mastra, or ACP agents inside Agent Native.

updated
occupation
Software Developers
description

Use when a Brain question asks across company memory plus live/app-owned data such as metrics, email threads, workspace grants, or secrets.

updated
occupation
Software Developers
description

Open or create a repo-native visual documentation workspace backed by local Plan MDX files. Use when the user asks to visualize a repository, create durable visual docs for APIs/components/models/flows, launch a visual repo viewer, review repo docs like a…

updated
occupation
Software Developers
description

How the agent must perform writes so they actually persist under the hosted foreground run budget and long-running background handoffs. Use whenever you create, update, delete, or batch-write app data — especially "do this for many items" loops, or any task…

updated
occupation
Software Developers
description

How to add routes without remounting the app shell. Use when adding a new route, fixing agent sidebar reloads on navigation, or choosing between `root.tsx` layout and pathless `_app.tsx` layout patterns.

updated
occupation
Software Developers
description

Use when asking what to do next after a feature pass while avoiding bloat and checking for unfinished MVP work.

updated
Showing 40 of 227 collected skills.