Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agent-native

يحتوي agent-native على 125 من skills المجمعة من BuilderIO، مع تغطية مهنية على مستوى المستودع وصفحات 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
عرض أهم 40 من أصل 125 skills مجمعة في هذا المستودع.