{
  "markdown": "# srclight — Claude Code Plugin\n\nDeep code indexing for AI agents. Structural code search, call graphs, type hierarchies, git intelligence, and dead code detection — all via MCP.\n\n## Install\n\nFrom within Claude Code:\n\n```\n/plugin marketplace add srclight/claude-code-plugin\n/plugin install srclight\n```\n\nOr if srclight is in the official marketplace:\n\n```\n/plugin install srclight@claude-plugins-official\n```\n\n## What You Get\n\n### MCP Server (auto-configured)\n\n28 tools for structural code understanding — no manual MCP configuration needed:\n\n| Category | Tools |\n|----------|-------|\n| **Search** | `hybrid_search`, `search_symbols`, `semantic_search`, `get_symbol`, `get_signature`, `symbols_in_file` |\n| **Call Graphs** | `get_callers`, `get_callees`, `get_dependents`, `get_implementors`, `get_tests_for`, `get_type_hierarchy` |\n| **Git Intelligence** | `blame_symbol`, `recent_changes`, `git_hotspots`, `whats_changed`, `changes_to` |\n| **Code Quality** | `find_dead_code`, `find_imports`, `find_pattern` |\n| **Build & Platform** | `get_build_targets`, `get_platform_variants`, `platform_conditionals` |\n| **Meta** | `codebase_map`, `list_projects`, `index_status`, `embedding_status`, `reindex` |\n\n### Skills\n\n- **codebase-indexing** — Teaches Claude when and how to use each srclight tool\n- **setup** — `/srclight:setup` command to index a project and configure embeddings\n- **explore-codebase** — Systematic codebase exploration workflow\n- **refactor-safely** — Pre-change safety checklist using call graphs\n\n### Agent\n\n- **codebase-explorer** — Autonomous deep research: architecture mapping, dependency auditing, dead code sweeps\n\n## How It Works\n\nThe plugin auto-starts srclight as an MCP server via `uvx` (no manual install needed). On first use, index your project:\n\n```\n/srclight:setup\n```\n\nOr manually:\n\n```bash\nsrclight index .\nsrclight index . --embed qwen3-embedding  # adds semantic search\n```\n\nThen just code — Claude will automatically use srclight tools when structural understanding is needed.\n\n## vs srclight-app\n\nThis plugin is for **Claude Code users** who want code intelligence in the terminal. [srclight-app](https://github.com/srclight/srclight-app) is the full desktop GUI with dashboard, health monitoring, and visual workspace management.\n\n## Supported Languages\n\nPython, JavaScript/TypeScript, C, C++, C#, Java, Kotlin, Go, Swift, Dart, PHP\n\n## Requirements\n\n- Python 3.11+ (or `uv` for automatic management via `uvx`)\n- Optional: [Ollama](https://ollama.com) for local semantic embeddings\n\n## Links\n\n- [srclight on GitHub](https://github.com/srclight/srclight)\n- [srclight on PyPI](https://pypi.org/project/srclight/)\n- [Documentation](https://github.com/srclight/srclight/tree/master/docs)\n- [srclight.dev](https://srclight.dev)\n",
  "bytes": 2765,
  "sha": "4a52d0108c9e0771d07333aec9562e26ba5a9070fcd650a63599ff03701c1e19",
  "repo_slug": "srclight/claude-code-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_srclight_claude_code_plugin_srclight_cec9584e/readme"
}