CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-native-docs

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

SKILL.md
Quality
Evals
Security

Agent Native Docs Lookup

Rule

Before implementing non-trivial Agent Native functionality, read the version-matched docs installed with @agent-native/core. When implementation examples or template patterns matter, inspect the packaged source corpus too.

How

  1. Start from the generated app root.
  2. Search with pnpm action docs-search --query "<feature>".
  3. Read a specific page with pnpm action docs-search --slug <slug>.
  4. Search source examples with pnpm action source-search --query "<pattern>" or read a file with pnpm action source-search --path <path>.
  5. If the action runner is unavailable, search node_modules/@agent-native/core/docs directly with rg. Search node_modules/@agent-native/core/corpus for source examples.
  6. For app-specific rules, also read the app's own AGENTS.md and any relevant .agents/skills/<name>/SKILL.md.

Useful Slugs

NeedSlugs
Actions and typed client callsactions, client
SQL, auth, access, sharingdatabase, authentication, security, sharing
UI state visible to the agentcontext-awareness
Headless and chat-first appspure-agent-apps, agent-surfaces, using-your-agent
Automations and schedulesautomations, recurring-jobs
Cross-app and external agentsa2a-protocol, external-agents, mcp-protocol, mcp-apps
Skills and instructionsskills-guide, writing-agent-instructions

Don't

  • Do not rely on memory for framework APIs when local package docs are present.
  • Do not add custom REST wrappers for normal app data before reading actions.
  • Do not add inline LLM calls before reading using-your-agent and agent-surfaces.
Repository
BuilderIO/agent-native
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.