Skip to main content

このリポジトリの skills

BuilderIO/agent-native - 2ページ

SkillsMP は BuilderIO/agent-native から 227 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

BuilderIO/agent-native

収集済み skill 227 件中 40 件を表示しています。

職業分類
未分類
説明

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…

原文の言語: 英語

更新
職業分類
未分類
説明

How to add an app to an Agent Native workspace: classifying an "agent" request, scaffolding `apps/<app-name>`, app discovery and descriptions, mounting and base paths, action-first data, and finishing a chat-template app. Use when asked to create, build,…

原文の言語: 英語

更新
職業分類
未分類
説明

The full-page Agent surface (/agent) with Context, Files, Connections, Automations, and Access tabs. Use when mounting the Agent page in a template, adding an app-specific tab, surfacing context transparency, MCP servers, A2A agents, recurring jobs, or…

原文の言語: 英語

更新
職業分類
未分類
説明

How to work safely when many Claude Code and Codex agents share this one checkout at once. Use before editing any file, before concluding someone reverted your work, before any branch operation, and before committing, pushing, or merging — this is almost…

原文の言語: 英語

更新
職業分類
未分類
説明

How to create new skills for an agent-native app. Use when adding a new skill, documenting a pattern the agent should follow, or creating reusable guidance for the agent.

原文の言語: 英語

更新
職業分類
未分類
説明

Which tier — main thread vs. a cheaper subagent — owns a piece of work, decided at the moment you're about to start it. Use before writing an implementation yourself, driving a browser, babysitting a PR, running a test/fix loop, or doing a mechanical…

原文の言語: 英語

更新
職業分類
未分類
説明

The legacy manage-jobs compatibility surface, job files under jobs/, and cron scheduler internals. Use when maintaining manage-jobs integrations or debugging the scheduler.

原文の言語: 英語

更新
職業分類
未分類
説明

How to write great agent instructions for an agent-native app or template: AGENTS.md, skills, and tool/action descriptions. Use when authoring or reviewing AGENTS.md, writing a SKILL.md, wording action descriptions, or deciding what belongs in instructions vs…

原文の言語: 英語

更新
職業分類
未分類
説明

Reuse approved dashboards and creative context while respecting named contexts, immutable packs, provenance, and opt-out state. Use when building or refining a dashboard, or when the user references saved or approved context.

原文の言語: 英語

更新
職業分類
未分類
説明

Reuse creative context across generation while respecting explicit context choices, pinned packs, provenance, and opt-out state. Use when generating or refining any creative output, or when the user references saved or approved context.

原文の言語: 英語

更新
職業分類
未分類
説明

Reuse creative context across generation while respecting explicit context choices, pinned packs, provenance, and opt-out state. Use when generating or refining any creative output, or when the user references saved or approved context.

原文の言語: 英語

更新
職業分類
未分類
説明

Reuse creative context across generation while respecting explicit context choices, pinned packs, provenance, and opt-out state. Use when generating or refining any creative output, or when the user references saved or approved context.

原文の言語: 英語

更新
職業分類
未分類
説明

Reuse creative context across generation while respecting explicit context choices, pinned packs, provenance, and opt-out state. Use when generating or refining any creative output, or when the user references saved or approved context.

原文の言語: 英語

更新
職業分類
未分類
説明

How decks are stored in SQL, how to create/read/update/delete decks. Read before working with deck data.

原文の言語: 英語

更新
職業分類
未分類
説明

When a slides deck needs images, delegate to the Assets app over A2A so generations are grounded in the user's brand library — never call an image-generation API directly from slides.

原文の言語: 英語

更新
職業分類
未分類
説明

Source and generate images for slides with Assets-owned style grounding and provenance. Use when a slide needs a new visual, logo, or approved media.

原文の言語: 英語

更新
職業分類
未分類
説明

Use when asked to watch, babysit, audit, review, compare, or fix another agent's work from a Codex session ID, Claude Code session/transcript, chat/thread link, PR, branch, log, or pasted run summary. Monitor until the other agent is done or blocked,…

原文の言語: 英語

更新
職業分類
未分類
説明

Use when running Claude Fable on codebase-heavy or token-heavy work and the user wants Fable to orchestrate research, coding, and testing while cheaper subagents do bounded heavy lifting.

原文の言語: 英語

更新
職業分類
未分類
説明

Apply the same orchestration as `/efficient-fable` to any high-cost frontier model: delegate research, coding, and testing to cheaper subagents while keeping planning, synthesis, and final review with the expensive model.

原文の言語: 英語

更新
職業分類
未分類
説明

Use when asked to compare, cross-review, merge, judge, choose, or arbitrate competing plans from multiple agents such as Codex and Claude Code; when given two or more proposed plans, session IDs, transcripts, plan documents, PR descriptions, or pasted…

原文の言語: 英語

更新
職業分類
未分類
説明

Use when the user explicitly wants autonomous progress without routine clarification stops: "plow ahead", "do not stop", "use your best judgment", "keep going until done", "finish while I am away", "do not ask questions unless truly blocked", or similar.…

原文の言語: 英語

更新
職業分類
未分類
説明

Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions.

原文の言語: 英語

更新
職業分類
未分類
説明

Use when implementing, integrating, upgrading, debugging, or answering anything involving third-party APIs, libraries, frameworks, CLIs, cloud services, model/provider SDKs, fast-moving product behavior, user requests for latest/current/official behavior,…

原文の言語: 英語

更新
職業分類
未分類
説明

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

原文の言語: 英語

更新
職業分類
未分類
説明

How analytics dashboards are stored, created, and modified. Covers SQL dashboard tables, legacy settings migration, folders, valid panel sources, layout shape, and safe update patterns. Use when creating, organizing, sharing, or modifying Analytics dashboards.

原文の言語: 英語

更新
職業分類
未分類
説明

Concrete, per-area proof that a change actually works before reporting it fixed, done, or "should work now" — which dev server, test command, or invocation proves a template UI change, an action, a migration, a guard, or a core/package change. Use before…

原文の言語: 英語

更新
職業分類
未分類
説明

Find, save, copy, and adapt Design templates. Use when the user references a template, a prior design, or wants a reusable starting point.

原文の言語: 英語

更新
職業分類
未分類
説明

Triage feedback from docs, issues, Slack threads, or pasted notes into verified bugs, UX proposals, unclear questions, and skipped noise. Use when a user asks you to address product feedback or investigate a reported workflow.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement or extend the opt-in Codex/T3-like chat-first shell. Use when changing chat rails, contextual app panes, app opening, or local/mobile shell preferences across Electron, Dispatch, or mobile.

原文の言語: 英語

更新
職業分類
未分類
説明

Keep apps and templates loading fast. Read when adding a data model, a list/read action, a page or sidebar that loads data, or when something loads slowly, or when adding a dependency to the deployed server bundle. Covers column projection, indexing hot-path…

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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).

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

How to create, search, list, update, and delete calendar events via Google Calendar: the event scripts, `list-events` result formats and source coverage, working locations, guests and RSVP, date format patterns, and recurrence. Use when reading, scheduling,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Capture a proven thread or workflow as a reusable Agent-Native skill and save it as a personal or organization resource. Use when a user invokes `/turn-into-skill` or asks to save a workflow for reuse.

原文の言語: 英語

更新
職業分類
未分類
説明

Use Assets for brand-safe image or video generation, human picker UI, search/list/export actions, and cross-app asset selection. Use when a visual needs to be generated, refined, found, or handed off to another app.

原文の言語: 英語

更新
職業分類
未分類
説明

Generate and refine brand-consistent images from libraries, references, and prior candidates. Use before calling image-generation or refinement actions.

原文の言語: 英語

更新
職業分類
未分類
説明

Query Prometheus-compatible metrics endpoints (self-hosted, Grafana Cloud Prom, AMP, etc.) via the prometheus action and as a dashboard panel source.

原文の言語: 英語

更新
収集済み skill 227 件中 40 件を表示しています。