What problem does it solve?
This skill solves the problem of AI assistants struggling to comprehend large codebases due to inefficient exploration, context window limitations, and loss of "tribal knowledge" across sessions. It provides a structured, fast way for Claude to understand code.
Core Features & Use Cases
- Fast Semantic Search: Quickly find functions, classes, and files by name or pattern using MCP tools (e.g.,
search_symbols, list_files), significantly faster and more accurate than traditional grep.
- Automated Codebase Mapping: Parses Python, Rust, and C++ to build a semantic map of your repository, including duplicate detection.
- Persistent Context Management: Captures project narratives and learnings that survive context compaction, ensuring Claude retains critical insights.
- Use Case: When you need to understand how a specific
AuthService class works, use get_symbol_content("AuthService") to instantly retrieve its full source code and docstrings without manually searching files.
Quick Start
Use the context-daddy skill to list all Python files in your project.