doc-lint
01Skill Claude CodeCodex
Audit the doctree-mcp wiki for orphaned pages, stubs, missing frontmatter, and broken links.
Skill Claude CodeCodex
Audit the doctree-mcp wiki for orphaned pages, stubs, missing frontmatter, and broken links.
Skill Claude CodeCodex
Search and retrieve content from the doctree-mcp knowledge base. Use when you need to find information in the indexed markdown docs.
Skill Claude CodeCodex
Create a new wiki entry in the doctree-mcp knowledge base. Checks for duplicates, generates a scaffold, and writes with validation. Requires WIKIWRITE=1.
Instructions file
Claude Code instructions for joesaby/doctree-mcp, covering claude.md — doctree-mcp, project overview, architecture, key design decisions and data flow.
MCP server Claude CodeCodexCursor
MCP server "md-tree" as configured in joesaby/doctree-mcp. Launched with bun run /path/to/doctree-mcp/src/server.ts. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor
BM25 search + tree navigation over markdown docs for AI agents. No embeddings, no LLM calls. Runs locally from the doctree-mcp npm package. Needs 4 environment variables to run.