Acerca de
The Rails Context Verification skill implements a rigorous pre-implementation protocol for Claude Code, designed to eliminate 'assumption bugs' in Rails development. By forcing the agent to systematically verify authentication helpers, namespace conventions, controller inheritance, and route helpers using codebase searches (rg), it ensures that generated code aligns perfectly with the existing project structure. This is essential for enterprise-grade Rails applications where naming conventions often deviate from standard defaults across different namespaces like Admin, API, or Client.