You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SKILL.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: context-tools
2
+
name: context-daddy
3
3
description: Context management tools for Claude Code - provides intelligent codebase mapping with Python, Rust, and C++ parsing, duplicate detection, and MCP-powered symbol queries. Use this skill when working with large codebases that need automated indexing and context management.
4
4
---
5
5
@@ -45,9 +45,9 @@ Am I searching for code symbols (functions, classes, enums, structs, types)?
45
45
- Cross-file text pattern searches
46
46
47
47
**Tool availability check:**
48
-
Before attempting to use MCP tools (mcp__plugin_context-tools_repo-map__*), check if `.claude/repo-map.db` exists:
48
+
Before attempting to use MCP tools (mcp__plugin_context-daddy_repo-map__*), check if `.claude/repo-map.db` exists:
49
49
- If YES: Try the MCP tool. If it fails (not available), use sqlite3 fallback.
50
-
- If NO: The project hasn't been indexed yet. Either wait for indexing or run `/context-tools:repo-map` to generate it.
50
+
- If NO: The project hasn't been indexed yet. Either wait for indexing or run `/context-daddy:repo-map` to generate it.
51
51
52
52
**Fallback order:**
53
53
1. Try MCP tool first
@@ -66,7 +66,7 @@ Problems: Slow, error-prone pattern matching, gets interrupted on large codebase
Result: Complete enum with all variants visible, including `PhiNode(_)`.
@@ -129,11 +129,11 @@ Result: Complete enum with all variants visible, including `PhiNode(_)`.
129
129
130
130
**IMPORTANT**: If the user has just installed this plugin:
131
131
132
-
> "I see you've installed the context-tools plugin. The MCP server should auto-configure on restart. After restarting Claude Code, run `/mcp` to verify the `repo-map` server is loaded.
132
+
> "I see you've installed the context-daddy plugin. The MCP server should auto-configure on restart. After restarting Claude Code, run `/mcp` to verify the `repo-map` server is loaded.
133
133
>
134
-
> If it doesn't load automatically, let me know and I can help troubleshoot using `/context-tools:setup-mcp`."
134
+
> If it doesn't load automatically, let me know and I can help troubleshoot using `/context-daddy:setup-mcp`."
135
135
136
-
The MCP server auto-configures from the plugin manifest. Only if auto-config fails should you run `/context-tools:setup-mcp` for troubleshooting.
136
+
The MCP server auto-configures from the plugin manifest. Only if auto-config fails should you run `/context-daddy:setup-mcp` for troubleshooting.
137
137
138
138
## Included Components
139
139
@@ -180,25 +180,25 @@ Keys:
180
180
-**Behavior**: Most tools wait for completion, repo_map_status does not (use to check progress)
181
181
182
182
**Available MCP Tools:**
183
-
-`mcp__plugin_context-tools_repo-map__search_symbols` - Search symbols by pattern (supports glob wildcards)
183
+
-`mcp__plugin_context-daddy_repo-map__search_symbols` - Search symbols by pattern (supports glob wildcards)
0 commit comments