Agent-Native Docs Lookup
SkillAI & modelsLets your agent find the right version-matched docs and code examples for the Agent-Native framework before coding.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Agent-Native Docs Lookup skill
About this capability
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.
What this skill tells your AI
The instructions your AI receives, as published by builderio/agent-native in packages/core/docs/SKILL.md and read by ahel’s review.
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
- Start from the generated app root.
- Start cross-corpus discovery with
pnpm action framework-search --pattern "<feature>". - Use
--scope docsor--scope sourceand--mode glob,--mode sql-like, or--mode regexwhen 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 withpnpm action source-search --path <path>. - If the action runner is unavailable, search
node_modules/@agent-native/core/docsdirectly withrg. Searchnode_modules/@agent-native/core/corpusfor source examples. - For app-specific rules, also read the app's own
AGENTS.mdand any relevant.agents/skills/<name>/SKILL.md.
Useful Slugs
| Need | Slugs |
|---|---|
| Actions and typed client calls | actions, client |
| SQL, auth, access, sharing | database, authentication, security, sharing |
| UI state visible to the agent | context-awareness |
| Headless and chat-first apps | pure-agent-apps, agent-surfaces, using-your-agent |
| Automations and schedules | automations, recurring-jobs |
| Cross-app and external agents | a2a-protocol, external-agents, mcp-protocol, mcp-apps |
| Skills and instructions | skills-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-agentandagent-surfaces.
Signals
- GitHub stars
- 5k
- Forks
- 448
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-native-docs-builderio- Source
- github.com/builderio/agent-native