Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

agent-native

agent-native에는 BuilderIO에서 수집한 skills 125개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
125
Stars
1.7k
업데이트
2026-06-22
Forks
172
직업 범위
직업 카테고리 11개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agent-native-docs
소프트웨어 개발자

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

2026-06-22
content
소프트웨어 개발자

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.

2026-06-22
ai-video-tools
소프트웨어 개발자

All AI features in Clips — titles, summaries, chapters, tags, filler-word removal — delegate to the agent chat via sendToAgentChat except the narrow media pipeline path: transcription. Use when adding any AI-powered feature.

2026-06-22
video-sharing
소프트웨어 개발자

How Clips shares recordings — composes with the framework sharing skill and adds password, expiry, embed URLs, and view-counting. Use when wiring the share dialog, building embed links, adding a password, or debugging who can see a recording.

2026-06-22
integration-webhooks
소프트웨어 개발자

Cross-platform pattern for handling messaging integration webhooks (Slack, Telegram, WhatsApp, email, etc.) on serverless hosts. Use when adding a new integration adapter, debugging dropped messages, or wiring long-running agent work into a webhook handler.

2026-06-22
visual-plan
소프트웨어 개발자

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

2026-06-22
visual-recap
소프트웨어 개발자

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.

2026-06-22
authentication
소프트웨어 개발자

How auth works in agent-native apps. Use when wiring login/signup, configuring auth modes, setting up organizations, protecting routes, or debugging session issues.

2026-06-22
harness-agents
소프트웨어 개발자

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

2026-06-20
remotion-best-practices
소프트웨어 개발자

Best practices for Remotion - Video creation in React

2026-06-20
recording
소프트웨어 개발자

How screen and camera recording works in Clips — MediaRecorder lifecycle, chunked upload, permission handling, pause/resume, camera bubble overlay, and error recovery. Use when adding or modifying the recorder UI, the upload endpoint, or permission prompts.

2026-06-19
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-06-19
real-time-sync
소프트웨어 개발자

How to keep the UI in sync with agent changes via SSE plus polling fallback. Use when wiring query invalidation for new data models, debugging UI not updating, or understanding jitter prevention.

2026-06-19
composable-mini-apps
기타 컴퓨터 관련 직업

Build many focused workspace apps that compose through agent discovery and A2A. Use when designing headless mini-apps or cross-app workflows.

2026-06-18
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-06-18
agent-native-docs
기타 컴퓨터 관련 직업

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

2026-06-18
secrets
소프트웨어 개발자

Declaratively register API keys and service credentials a template needs so they appear in the agent sidebar settings UI and the onboarding checklist. Use for any third-party API key (OpenAI, Stripe, Twilio, etc.) and for surfacing OAuth connections in the unified settings UI.

2026-06-18
client-side-routing
소프트웨어 개발자

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.

2026-06-18
context-awareness
소프트웨어 개발자

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.

2026-06-18
visual-answer
소프트웨어 개발자

Answer code/product questions as visual Plan artifacts using repo, bridge, or GitHub context; use for API specs, UI look, schema models, and architecture.

2026-06-18
gong
시장조사 분석가·마케팅 전문가

Search Gong call metadata and transcript excerpts for sales-call analysis, customer conversations, objections, risks, and next steps.

2026-06-17
provider-api
소프트웨어 개발자

Make arbitrary authenticated HTTP calls to configured Analytics providers when first-class actions are too narrow; inspect provider docs/specs first.

2026-06-17
gong
시장조사 분석가·마케팅 전문가

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

2026-06-17
provider-api
소프트웨어 개발자

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

2026-06-17
form-responses
소프트웨어 개발자

How to view, export, and analyze form responses. Use when the user asks about submitted data, wants to export responses, or needs response analytics.

2026-06-17
external-agents
기타 컴퓨터 관련 직업

Connect external agents and MCP hosts (Claude, Claude Desktop, Claude Code, ChatGPT custom MCP apps, Codex, Cursor, Claude Cowork, VS Code GitHub Copilot, Goose, Postman, MCPJam) to an agent-native app over MCP, and round-trip artifacts back into the UI with MCP Apps and deep links. Use when adding an action's `link` builder or `mcpApp`, wiring the `/_agent-native/open` route, exposing an "ingest" action to MCP/A2A, or scaffolding apps from an external agent.

2026-06-17
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-06-17
security
정보 보안 분석가

Secure coding practices for agent-native apps: input validation, SQL injection, XSS, secrets, data scoping, and auth. Use when writing any action, route, or component that touches user data or external input.

2026-06-17
ship
소프트웨어 개발자

Commit and push all local current-branch work, open a ready PR, babysit it, merge when clean, then create a fresh branch

2026-06-17
analysis-workspace
소프트웨어 개발자

How to use Resources-backed workspace files for large-scale multi-source analyses: scratch/ temporary staging, chunked batch processing with per-item memos, run-code aggregation, saveToFile for big API pulls, and synthesizing across files that exceed one context window.

2026-06-16
data-querying
소프트웨어 개발자

General guidance on querying data sources, using existing scripts vs ad-hoc queries, filtering patterns, and generating charts for the analytics app.

2026-06-16
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-06-15
bigquery
소프트웨어 개발자

Query the configured BigQuery warehouse for analytics data. Use when the user asks for warehouse SQL, BigQuery tables, Amplitude-in-BigQuery events, or a metric/table that the data dictionary says lives in BigQuery.

2026-06-15
hubspot
소프트웨어 개발자

Query HubSpot CRM for deals, companies, contacts, tickets, owners, and account/deal context.

2026-06-15
availability-booking
소프트웨어 개발자

How the booking system works: checking availability, managing booking links, configuring availability settings, and the public booking URL pattern.

2026-06-15
babysit-pr
소프트웨어 개발자

Monitor a PR, fix feedback and CI failures until fully green for 30 min. Run with /babysit-pr <number>

2026-06-15
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-06-12
storing-data
소프트웨어 개발자

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.

2026-06-12
assets
기타 컴퓨터 관련 직업

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.

2026-06-12
design-exploration
웹·디지털 인터페이스 디자이너

Use Agent Native Design for UI exploration, side-by-side design directions, interactive prototype previews, human selection, iteration, and coding handoff through the hosted Design MCP app.

2026-06-12
이 저장소에서 수집된 skills 125개 중 상위 40개를 표시합니다.