Loading...
Loading...
guidelines for creating, reviewing, updating, and searching ADK documentation - use when users ask about writing, maintaining, or auditing ADK bot docs
npx skill4agent add botpress/skills adk-docs/adk-document| File | Description |
|---|---|
| references/doc-standards.md | Document types, templates, quality checklists, and health metrics |
| Command (and suggested subcommand) | Description |
|---|---|
| Create documentation for a feature in the user's bot |
| Review project docs for accuracy and completeness |
| Update project docs after code changes |
| Check if project docs are in sync with the bot's code |
| Search project documentation for specific topics |
#########agent.config.ts@botpress/runtime@botpress/runtimethis.send()client.createMessage()❌ WRONG✅ CORRECTthis.send()adk./docs/./guides/// Find ADK projects in the workspace
Glob({ pattern: "**/agent.config.ts" })
// Find ADK runtime usage in the user's project
Grep({ pattern: "from ['\"]@botpress/runtime", output_mode: "files_with_matches" })
// Look for existing project documentation
Glob({ pattern: "./{docs,guides}/**/*.md" })
// Find official ADK examples if available locally
Glob({ pattern: "**/adk/examples/**/*.ts" })adkadk-evalsadk-frontendadk-integrations