context-daddy

Official

Your codebase's context needs a responsible adult.

AuthorChipFlow
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

anthropicmcppsutiltree-sittertree-sitter-cpptree-sitter-rust

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: context-daddy
Download link: https://github.com/ChipFlow/context-daddy/archive/main.zip#context-daddy

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.