Agent Readable Code

Principles and a linter for writing code that AI coding agents can read and modify correctly. Use when writing, refactoring, reviewing, or structuring code that will be maintained partly by AI agents (Claude Code, Cursor, Copilot, Aider, Devin). Also use when the user asks about agent-friendly code, AI-friendly architecture, how to structure a repo for AI maintenance, why agents fail on certain codebases, whether SOLID/DRY still apply with AI, or wants to audit an existing codebase for AI-readability. Applies proactively when making naming, file-organization, abstraction, or dependency choices in code the user is likely to maintain with agents — even if they don't explicitly ask for agent-friendly output. Ships with a zero-dependency linter (scripts/lint.py) that flags concrete anti-patterns. Use when this capability is needed.

tomevault-io 7a45847 2 files · 14.3 KB Updated

File contents

tomevault-io/skills-registry/tree/main/mikkelkrogsholm--maskemania--agent-readable-code commit 7a45847058

Frequently asked questions

npx skillmds@latest add tomevault-io/agent-readable-code