Code Intelligence Skill Advanced codebase analysis and search tools inspired by hybrid memory systems. This skill enables the agent to understand code relationships, search semantically, and analyze the impact of changes. Setup Tools Index Codebase Build a searchable index of the codebase: This creates: - Symbol table (functions, classes, exports) - Import/dependency graph - File metadata index Semantic Search Search for code by meaning, not just text: Relationship Analysis Understand code dependencies: Impact Analysis Predict what might break with changes: Code Q&A Ask questions about the co…