| name | knowledge-base |
| description | Write a new LLM Gateway docs Knowledge base page under apps/docs/content/learn with light and dark dashboard screenshots. Use when the user asks for a knowledge base page, KB page, learn page, or documentation for a dashboard or playground page with screenshots. |
Knowledge Base Page
Write a docs "Knowledge base" page for a dashboard or playground page, take matching light/dark screenshots against local dev, and register the page in the section index.
Each Knowledge base page documents exactly one page of the product UI:
- Page:
apps/docs/content/learn/<slug>.mdx
- Screenshots:
apps/docs/public/learn/<slug>-light.png + apps/docs/public/learn/<slug>-dark.png (plus <slug>-<detail>-{light,dark}.png pairs for dialogs/sub-views)
- Registration: the
pages array in apps/docs/content/learn/meta.json AND the bullet list in apps/docs/content/learn/index.mdx
Prerequisites
- Use the
verify skill to start a seeded, worktree-specific stack. Use
UI_URL and PLAYGROUND_URL when set; otherwise construct each URL from its
matching port variable, whose default is documented in AGENTS.md.
- Use an available browser automation tool. For a local Playwright script,
@playwright/test is declared by apps/ui and apps/playground.
- Every seeded account's password is its own email (password == email):
admin@example.com — default org (test-org-id, project test-project-id) for most pages
enterprise@example.com — enterprise org (, project ) for Enterprise-gated pages (Master Keys, Member Analytics, …)