semble
v0.1.0Semantic code search - find code by description or symbol name instead of grep, powered by the Semble MCP server
By Minish LabLicense: MIT15 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 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 semble for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add semble@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “semble” remain stable.
- Codex:
semble@agent-plugin-marketplace→semble@pleaseai
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/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/semble/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/semble/SKILL.md└── .mcp.json
Included Skills1
Semantic code search using the Semble MCP server. Use when exploring an unfamiliar codebase, finding code by what it does rather than exact text, locating an implementation, understanding how a feature works, or discovering related code. Triggers on requests like "where is X handled", "find the code that does Y", "how does Z work", "search the codebase for", or any semantic/exploratory code question where grep's literal matching is a poor fit.
MCP servers1
- command
- uvx
- args
- --from semble[mcp] semble
Plugin manifests2
{
"name": "semble",
"version": "0.1.0",
"description": "Semantic code search - find code by description or symbol name instead of grep, powered by the Semble MCP server",
"author": {
"name": "Minish Lab",
"url": "https://github.com/MinishLab"
},
"interface": {
"displayName": "Semble",
"shortDescription": "Semantic code search - find code by description or symbol name instead of grep, powered by the Semble MCP server",
"longDescription": "Semantic code search - find code by description or symbol name instead of grep, powered by the Semble MCP server",
"developerName": "Minish Lab",
"category": "Development",
"capabilities": [
"Skill",
"Tool"
],
"defaultPrompt": [
"Use Semble for my current task."
],
"websiteURL": "https://github.com/MinishLab/semble"
},
"homepage": "https://github.com/MinishLab/semble",
"repository": "https://github.com/MinishLab/semble",
"license": "MIT",
"keywords": [
"semble",
"code-search",
"semantic-search",
"embeddings",
"grep",
"codebase"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}{
"name": "semble",
"version": "0.1.0",
"description": "Semantic code search - find code by description or symbol name instead of grep, powered by the Semble MCP server",
"author": {
"name": "Minish Lab",
"url": "https://github.com/MinishLab"
},
"homepage": "https://github.com/MinishLab/semble",
"repository": "https://github.com/MinishLab/semble",
"license": "MIT",
"keywords": [
"semble",
"code-search",
"semantic-search",
"embeddings",
"grep",
"codebase"
],
"skills": "./skills/",
"mcpServers": {
"semble": {
"command": "uvx",
"args": [
"--from",
"semble[mcp]",
"semble"
]
}
}
}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.
[semble on Agent Plugins Marketplace](https://pluginsmp.com/plugins/semble)