This repository contains the canonical Taskbean documentation published at docs.taskbean.ai.
Product behavior comes from taskbean/taskbean. The legacy taskbean/taskbean.ai/docs tree is migration history, not product truth.
npm ci
npm run devOpen http://localhost:3000.
npm run check
npm run check:external-linksnpm run check validates the Mintlify build, internal links, anchors, snippets, and accessibility.
AGENTS.mdis the canonical repository instruction file..mintlify/AGENTS.mdcarries the subset that Mintlify's agent reads..github/skills/mintlifyis the upstream Mintlify authoring skill..github/skills/docs-maintenancedefines Taskbean synchronization and verification..github/agents/taskbean-docs.agent.mdis the only user-invokable coordinator..github/agents/docs-maintainer.agent.mdanddocs-verifier.agent.mdare non-user-invokable Actor and Verifier roles.skill.mdoverrides Mintlify's generated product skill with source-backed Taskbean guidance.- Mintlify generates llms.txt from current page descriptions; do not commit a duplicate while the generated file remains accurate.
Set Taskbean docs as your default agent in the Copilot session settings after the agent profile reaches the repository's default branch.
.vscode/mcp.json exposes three distinct surfaces:
mintlify-docssearches current Mintlify product documentation.taskbean-docssearches the published Taskbean documentation and exposes its skill resources.Mintlifyprovides OAuth-protected admin tools for trusted interactive clients.
Clients that use the mcpServers schema can connect to the Mintlify admin MCP with:
{
"mcpServers": {
"Mintlify": {
"url": "https://mcp.mintlify.com"
}
}
}The Mintlify admin MCP requires interactive OAuth. Copilot cloud agent does not support remote OAuth MCP servers, so cloud authoring continues through repository edits and pull requests. The read-only Mintlify and Taskbean search MCP servers remain available to cloud agents.
Update the Mintlify skill with:
gh skill update mintlify