Claude Code documentation includes excessive React components inflating token counts

A developer building a PDF and Dash docset tool for Claude Code documentation discovered significant token inefficiency in the official documentation files.
Key Findings
The analysis revealed that the .md files linked from llms.txt are actually MDX files containing substantial React component code alongside documentation content.
Specific examples from the source:
- The context-window.md page contains 18,501 tokens total
- Only 551 tokens of that total represent actual documentation content
- The remaining tokens consist of animation engines, a fullscreen toggle handler, and other React components
- The quickstart.md page includes A/B testing infrastructure with GDPR consent detection
The developer verified these token counts against Anthropic's own API, confirming the measurements.
This discovery was made while building a documentation tool that processes these files, highlighting how embedded React components in MDX files can dramatically increase token counts without adding documentation value.
📖 Read the full source: r/ClaudeAI
👀 See Also

Foreman: Open Source Slack Bot for Remote Control of Local Claude Code
Foreman is a free, open source Slack bot that provides remote control for locally running Claude Code instances. It allows developers to send tasks to Claude from their phone while maintaining full local access to filesystem, tools, and environment.

Reverse-Engineered Airtable Internal API Exposed via MCP: 60+ Tools for Claude Code
A developer reverse-engineered Airtable's internal API and built an MCP server with 60+ tools, letting Claude Code and 15+ IDEs control database views, computed fields, and extensions. Already used by 2000+ users, it's free and open source.

Claude Banana: A Claude Code plugin for image generation with design system awareness
Claude Banana is a Claude Code plugin that generates images using Google's Gemini API with context-aware prompt crafting. It reads Tailwind configs, CSS variables, design tokens, and existing assets to understand project visual styles.

Hermes Agent v0.6.0 offers improved local model support with per-model tool call parsers
Hermes Agent v0.6.0 from Nous Research provides per-model tool call parsers that handle tool calling properly on 30B class models, supports Ollama, vLLM, and sglang out of the box, and includes six terminal backends including Modal and Daytona for serverless deployment.