This audits your codebase against five principles that determine whether AI agents can work effectively with it: test coverage, file structure, type systems, dev environment speed, and automated enforcement. It either produces a scorecard showing where you're weak or guides you through fixing specific problems for your stack. The core insight is that agents amplify existing code quality issues, and 100% test coverage creates a phase change where your coverage report becomes a simple todo list instead of a confusing signal. Based on a Logic essay about how AI forces better practices. Use it when agents keep breaking your code or you're setting up a new project you want agents to handle.
npx skills add https://github.com/casper-studios/casper-marketplace --skill agent-ready-codebase