章节 01
Projects-TO-LLMs: Cross-Platform Tool for AI-Friendly Codebase Packaging
Projects-TO-LLMs is a cross-platform desktop tool (supporting Windows, macOS, Linux) that converts entire code project directories into LLM-optimized XML files. It auto-filters useless files (dependencies, build products, etc.) while preserving code structure. Developed by Sebastian (hkmodd) and released on GitHub on May 23, 2026, this tool addresses key pain points in AI-code collaboration.
Key highlights: Rust-based for performance, Tauri framework for native cross-platform support, smart file filtering, and XML output tailored for LLM context efficiency.