Discover codebase patterns, conventions, and unwritten rules before making changes. Use when implementing features, fixing bugs, or refactoring code.
Before writing code, investigate how similar problems are already solved in this codebase.
Look for implicit rules encoded in the codebase:
deleted_at columns indicate soft-deletion. Audit columns indicate tracking requirements.user_id vs userId vs userID.Your changes should be indistinguishable from existing code:
When you discover conflicts between requirements and existing patterns:
Before proposing changes, confirm:
ddcaa2a
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.