Agent Plugins Marketplace
All plugins

socraticode

v1.8.4

Codebase intelligence: semantic search workflows, dependency graph analysis, and context artifact exploration for SocratiCode

Codex2 Skills

By Giancarlo ErraLicense: AGPL-3.0-only1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
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

Get the plugin

git clone https://github.com/hashgraph-online/awesome-codex-plugins

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

Compatibility: the page URL and API slug “socraticode-2” remain stable.

  • Codex: Legacy selector socraticode-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.

Plugin files

plugins/giancarloerra/socraticode/
├── .codex-plugin/plugin.json
├── skills/codebase-exploration/SKILL.md
└── skills/codebase-management/SKILL.md

Included Skills2

codebase-explorationskills/codebase-exploration/SKILL.md

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.

codebase-managementskills/codebase-management/SKILL.md

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.

Plugin manifests1

plugins/giancarloerra/socraticode/.codex-plugin/plugin.json
{
  "name": "socraticode",
  "version": "1.8.4",
  "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."
    ]
  }
}

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-2)