Agent Plugins Marketplace
All plugins

sgrep

v0.3.0

Semantic code search and call-graph analysis inside Claude Code, powered by the sgrep CLI (Jev / TypeSafe System One). Finds code by meaning, traces flows (callers + callees), and computes blast radius. Requires the sgrep CLI installed separately.

Claude CodeAgent Plugins1 Skill

By Lm09License: MIT1 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sgrep for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install sgrep@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Lagnajit09/sgrep

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sgrep/.

Plugin files

plugins/sgrep/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/sgrep/SKILL.md

Included Skills1

sgrepskills/sgrep/SKILL.md

Semantic code search and call-graph analysis via the `sgrep` CLI (powered by Jev). Use it to FIND or LOCATE code by meaning rather than keywords (e.g. "where is authentication handled", "which code builds the worker payload"), to TRACE a flow along callers and callees, or to find the IMPACT / blast radius / dependents of a function before changing it. Prefer this over grep for "where/how does X work?" and "what breaks if I change Y?" questions across a repo. Runs `sgrep scan`, `sgrep trace`, and `sgrep impact`. Requires the `sgrep` CLI installed separately (pipx).

Plugin manifests2

plugins/sgrep/.claude-plugin/plugin.json
{
  "name": "sgrep",
  "version": "0.3.0",
  "description": "Semantic code search and call-graph analysis inside Claude Code, powered by the sgrep CLI (Jev / TypeSafe System One). Finds code by meaning, traces flows (callers + callees), and computes blast radius. Requires the sgrep CLI installed separately.",
  "author": {
    "name": "Lm09",
    "url": "https://github.com/Lagnajit09"
  },
  "homepage": "https://github.com/Lagnajit09/sgrep",
  "repository": "https://github.com/Lagnajit09/sgrep",
  "license": "MIT",
  "keywords": [
    "semantic-search",
    "code-search",
    "call-graph",
    "trace",
    "impact",
    "jev",
    "grep"
  ]
}
plugins/sgrep/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sgrep",
  "version": "0.3.0",
  "description": "Semantic code search and call-graph analysis via the sgrep CLI (Jev / TypeSafe System One). Finds code by meaning, traces flows (callers + callees), and computes blast radius. Requires the sgrep CLI installed separately.",
  "author": {
    "name": "Lagnajit09",
    "url": "https://github.com/Lagnajit09"
  },
  "homepage": "https://github.com/Lagnajit09/sgrep",
  "repository": "https://github.com/Lagnajit09/sgrep",
  "license": "MIT",
  "keywords": [
    "semantic-search",
    "code-search",
    "call-graph",
    "trace",
    "impact",
    "jev",
    "grep"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sgrep on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sgrep)