socraticode
v1.11.0Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode
By Giancarlo ErraLicense: AGPL-3.0-only3.2k GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Aug 5, 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 socraticode for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add socraticode@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/giancarloerra/SocratiCodeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/codebase-exploration/SKILL.md├── skills/codebase-management/SKILL.md└── .mcp.json
Included Skills2
Explore and understand codebases using SocratiCode semantic search, dependency graphs, and context artifacts. Use when exploring code, understanding architecture, finding functions/types, analysing dependencies, searching database schemas or API specs, or when socraticode/codebase_search tools are available. Activates when the user asks about code structure, wants to find where a feature lives, or needs to understand how code is organised.
Set up, index, and manage SocratiCode codebase indexing. Use when the user wants to index a project, check infrastructure health, start/stop file watching, configure context artifacts, troubleshoot indexing issues, manage the code graph, or any SocratiCode administrative task. Activates when the user mentions indexing, setting up search, SocratiCode infrastructure, or managing the codebase index.
MCP servers1
- command
- npx
- args
- -y socraticode
Plugin manifests2
{
"name": "socraticode",
"version": "1.11.0",
"description": "Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
"email": "[email protected]",
"url": "https://altaire.com"
},
"homepage": "https://github.com/giancarloerra/socraticode",
"repository": "https://github.com/giancarloerra/socraticode",
"license": "AGPL-3.0-only",
"keywords": [
"codebase",
"search",
"indexing",
"dependency-graph",
"semantic-search",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "SocratiCode",
"shortDescription": "Codebase intelligence: semantic search, dependency graphs, and context artifacts",
"longDescription": "SocratiCode provides codebase intelligence through semantic search workflows, dependency graph analysis, and context artifact exploration. Index your codebase, search with hybrid semantic + keyword search, visualize module dependencies, and manage context artifacts.",
"developerName": "Giancarlo Erra",
"category": "Development",
"capabilities": [
"Read"
],
"websiteURL": "https://github.com/giancarloerra/socraticode",
"privacyPolicyURL": "https://github.com/giancarloerra/socraticode/blob/main/SECURITY.md",
"termsOfServiceURL": "https://github.com/giancarloerra/socraticode/blob/main/LICENSE",
"defaultPrompt": [
"Use SocratiCode to search the codebase for authentication handling.",
"Use SocratiCode to visualize the dependency graph of this project."
]
}
}{
"name": "socraticode",
"version": "1.11.0",
"description": "Codebase intelligence — semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode",
"author": {
"name": "Giancarlo Erra",
"email": "[email protected]",
"url": "https://altaire.com"
},
"homepage": "https://github.com/giancarloerra/socraticode",
"repository": "https://github.com/giancarloerra/socraticode",
"license": "AGPL-3.0-only",
"keywords": [
"codebase",
"search",
"indexing",
"dependency-graph",
"semantic-search",
"mcp"
],
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[socraticode on Agent Plugins Marketplace](https://pluginsmp.com/plugins/socraticode)