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.
67
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Failed to scan
The risk profile of this skill
Fix and improve this skill with Tessl
tessl review fix ./packages/core/docs/SKILL.mdBefore 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.
pnpm action framework-search --pattern "<feature>".--scope docs or --scope source and --mode glob, --mode sql-like,
or --mode regex when the question needs a narrower pattern.pnpm action docs-search --slug <slug>.pnpm action source-search --query "<pattern>"
or read a file with pnpm action source-search --path <path>.node_modules/@agent-native/core/docs directly with rg.
Search node_modules/@agent-native/core/corpus for source examples.AGENTS.md and any relevant
.agents/skills/<name>/SKILL.md.| 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 |
actions.using-your-agent and
agent-surfaces.bb282b1
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.