AIReady is a comprehensive toolkit designed to assess and optimize codebases for AI agents (Cursor, Windsurf, Claude, etc.). It identifies "AI-unfriendly" patterns, context fragmentation, and documentation drift to ensure your repository is optimized for the next generation of software development.
We follow a modular architecture to provide specialized tools for every facet of AI-readiness.
- aiready: The primary monorepo containing all development logic.
- aiready-core: Foundational logic and unified scoring systems.
- aiready-cli: The entry point for developers to run scans and audits.
- aiready-pattern-detect: Semantic duplication and clone analysis.
- aiready-context-analyzer: Dependency fragmentation and context window efficiency.
- aiready-visualizer: Interactive force-directed diagrams of your codebase.
- aiready-mcp-server: Model Context Protocol (MCP) server for deep LLM integration.
Ensure you have Node.js and PNPM installed, then run:
npx @aiready/cli scan .This will generate a comprehensive report of your codebase's AI readiness score and provide actionable insights for improvement.
Join our Discord community to share your AI readiness improvements or get help with the toolkit.
Built with ❤️ for the Agentic Era.