Discover and explore top open-source AI tools and projects—updated daily.
skibidiskibCompact codebase indexing for AI assistants
Top 98.8% on SourcePulse
Summary
This project addresses the inefficiency of AI coding assistants repeatedly scanning large codebases, which consumes significant token budgets. ai-codex generates a compact, structured index of project elements, allowing AI assistants to instantly grasp project context. This benefits developers by saving AI interaction costs and accelerating AI-driven coding tasks.
How It Works
The tool automatically scans a project's directories to identify and index key structural elements. It generates five distinct Markdown files: API routes with HTTP methods, pages with rendering strategies, library function signatures, database schema details, and component trees with props. This pre-built index replaces the need for AI assistants to perform extensive file exploration, providing immediate context.
Quick Start & Requirements
npx ai-codex--output, --include, --exclude, --schema) and a codex.config.json file for customization.Highlighted Details
Maintenance & Community
The project was entirely designed and written by Anthropic's AI coding assistant, Claude Code. No specific human contributors, community links (Discord/Slack), or roadmaps are mentioned in the README.
Licensing & Compatibility
Limitations & Caveats
Current framework support is primarily focused on Next.js and generic TypeScript. While ideas for supporting more frameworks (SvelteKit, Remix, Astro) and Python projects are listed under contributions, these are not yet implemented. Features like watch mode for continuous regeneration are also noted as potential future additions.
3 days ago
Inactive