概要
The Anchor Suggester skill enhances project maintainability by automatically identifying opportunities to link source code with architectural documentation. It works by inserting standardized HTML comment anchors (e.g., <!-- ANCHOR-NAME -->) into markdown files like CLAUDE.md and suggesting corresponding references within the code itself. This ensures that complex logic remains connected to its high-level explanation, improving team onboarding, navigation, and long-term documentation health through intelligent context management.