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.
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
Start from the generated app root.
Start cross-corpus discovery with pnpm action framework-search --pattern "<feature>".
Use --scope docs or --scope source and --mode glob, --mode sql-like,
or --mode regex when the question needs a narrower pattern.
Read a specific page with pnpm action docs-search --slug <slug>.
Search source examples with pnpm action source-search --query "<pattern>"
or read a file with pnpm action source-search --path <path>.
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.
For app-specific rules, also read the app's own AGENTS.md and any relevant
.agents/skills/<name>/SKILL.md.
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.
1---2name: agent-native-docs3description: 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.4---56# Agent-Native Docs Lookup78## Rule910Before implementing non-trivial Agent-Native functionality, read the11version-matched docs installed with `@agent-native/core`. When implementation12examples or template patterns matter, inspect the packaged source corpus too.1314## How15161. Start from the generated app root.172. Start cross-corpus discovery with `pnpm action framework-search --pattern "<feature>"`.183. Use `--scope docs` or `--scope source` and `--mode glob`, `--mode sql-like`,19 or `--mode regex` when the question needs a narrower pattern.204. Read a specific page with `pnpm action docs-search --slug <slug>`.215. Search source examples with `pnpm action source-search --query "<pattern>"`22 or read a file with `pnpm action source-search --path <path>`.236. If the action runner is unavailable, search24 `node_modules/@agent-native/core/docs` directly with `rg`.25 Search `node_modules/@agent-native/core/corpus` for source examples.267. For app-specific rules, also read the app's own `AGENTS.md` and any relevant27 `.agents/skills/<name>/SKILL.md`.2829## Useful Slugs3031| Need | Slugs |32| --- | --- |33| Actions and typed client calls | `actions`, `client` |34| SQL, auth, access, sharing | `database`, `authentication`, `security`, `sharing` |35| UI state visible to the agent | `context-awareness` |36| Headless and chat-first apps | `pure-agent-apps`, `agent-surfaces`, `using-your-agent` |37| Automations and schedules | `automations`, `recurring-jobs` |38| Cross-app and external agents | `a2a-protocol`, `external-agents`, `mcp-protocol`, `mcp-apps` |39| Skills and instructions | `skills-guide`, `writing-agent-instructions` |4041## Don't4243- Do not rely on memory for framework APIs when local package docs are present.44- Do not add custom REST wrappers for normal app data before reading `actions`.45- Do not add inline LLM calls before reading `using-your-agent` and46 `agent-surfaces`.
Run npx skillmds@latest add builderio/agent-native-docs in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
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. It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Builder.io (@builderio) published this skill. Their other Agent Skills are listed on their SkillMD profile.