← ClaudeAtlas

claude-pluginlisted

**Use MCP repo-map tools when:** - Searching for symbols by name pattern (faster than Grep) - Getting all symbols in a file (faster than Read + parsing)
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Context Tools Plugin - Usage Guide ## Dynamic Directory Support (v0.8.0+) **GOOD NEWS:** MCP tools automatically adapt to the current working directory! **How it works:** ```bash cd /home/user/project-a # MCP tools query/index project-a/.claude/repo-map.db cd /home/user/project-b # MCP tools now query/index project-b/.claude/repo-map.db ✅ ``` **Behavior:** - Tools check current working directory on each call - If `.claude/repo-map.db` exists: query it - If not: trigger indexing for current directory - Logs show which directory is being queried **Benefits:** - No need to restart session when changing projects - Can work with multiple projects in one session - Each project maintains its own index - Tools "just work" wherever you are ## Plugin Installation and Updates **CRITICAL: When the user runs `/plugin install` or `/plugin update`:** The MCP server configuration changes immediately, but the MCP server itself **does not restart automatically**. The new plugin features (especially MCP tools like `search_symbols`) will NOT be available until the session restarts. **YOU MUST tell the user:** ``` The plugin has been installed/updated successfully. To use the MCP tools (search_symbols, get_file_symbols, etc.), you need to restart the session: 1. Exit this session (Ctrl+C or type 'exit') 2. Start a new session with: claude continue The MCP server will restart with the new plugin configuration. ``` **When to give this instruction:** - Immediately after the user runs