Manages and resolves Gemini CLI documentation through automated scraping, intelligent indexing, and token-optimized subsection extraction.
The Gemini CLI Documentation skill acts as a comprehensive local librarian for all Gemini CLI references and guides. It automates the entire documentation lifecycle, from scraping official content via llms.txt to maintaining a searchable metadata index with hash-based drift detection. By enabling natural language queries and extracting precise markdown subsections, it ensures developers can find exactly what they need while minimizing token consumption during LLM interactions. It is an essential tool for maintaining a synchronized, offline-accessible, and highly searchable knowledge base for the Google Gemini ecosystem.
主要功能
01Hash-based drift detection to identify stale or missing documentation
02Token-optimized markdown subsection extraction for lower context usage
03Automated documentation scraping from geminicli.com via llms.txt
04Natural language and keyword-based search for rapid doc discovery
05Resilient doc_id resolution and comprehensive index maintenance
061 GitHub stars
使用场景
01Syncing local documentation with official Gemini CLI updates to prevent link rot
02Reducing LLM costs by extracting only relevant documentation sections for context
03Finding specific implementation patterns using natural language search queries