OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add botpress/skills --skill adk-docs
guidelines for creating, reviewing, updating, and searching ADK documentation - use when users ask about writing, maintaining, or auditing ADK bot docs
npx skills add botpress/skills --skill adk-docs
Use this skill when helping users create, review, update, or maintain documentation for their ADK projects. Users write guides and docs for their own bots and features — code examples should come from their project and the official ADK repo.
Activate this skill when users:
/adk-document| File | Description |
|---|---|
| references/doc-standards.md | Document types, templates, quality checklists, and health metrics |
| Command (and suggested subcommand) | Description |
|---|---|
/adk-document create [topic] | Create documentation for a feature in the user's bot |
/adk-document review [doc-path] | Review project docs for accuracy and completeness |
/adk-document update [doc-path] [what-changed] | Update project docs after code changes |
/adk-document sync [optional-doc-path] | Check if project docs are in sync with the bot's code |
/adk-document search [search-term] | Search project documentation for specific topics |
##, ###, ####) so ripgrep can find sectionsagent.config.ts in the workspace) — BEST@botpress/runtime packages)@botpress/runtime) vs Botpress SDK primitivesthis.send() in conversations vs client.createMessage() in workflows❌ WRONG / ✅ CORRECT only when documenting actual reported errorsthis.send()" not "You might want to consider..."When a user asks about documentation without invoking a specific command:
adk skill (& more, if needed) for ADK context and knowledgeDocumentation is written in the user's own project. Ask the user where they want docs saved if not obvious (common locations: ./docs/, ./guides/, or project root).
Discover the user's project and the official ADK repo for examples:
adk skill — Core ADK knowledge (actions, workflows, conversations, etc.)adk-evals skill — Testing and eval documentationadk-frontend skill — Frontend integration documentationadk skill integrations.md reference — Integration lifecycle documentation