소개
Contextual Code Directives provide a structured framework for Claude to recognize and act upon specialized comments embedded directly within your source code. By using tags such as @implement, @docs, and @test, developers can keep implementation instructions, external references, and refactoring tasks contextual and inline rather than scattered across external project management tools. This skill ensures that Claude follows specific procedures for each directive type, automatically transforming them into proper documentation (like JSDoc or docstrings) or removing them once completed to maintain a clean, production-ready codebase.