MinishLab

Semble — Development skill for Claude Code

Development community

Fast and Accurate Code Search for Agents.

How to install Semble

This entry records only its repository, not the path inside it, so there is no exact command to give. Open MinishLab/semble and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Semble does

Fast and Accurate Code Search for Agents. Uses 99% fewer tokens than grep+read

Alternatives in Development

  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • /token Scan — Fast rug pull detection for meme coins and token contracts 1.7k ★

README

semble logo
Fast and Accurate Code Search for Agents
Uses ~99% fewer tokens than grep+read

Package version Codecov License - MIT

[Quickstart](#quickstart) • [CLI](#cli) • [MCP Server](#mcp-server) • [Installation](docs/installation.md) • [Benchmarks](#benchmarks)

Semble is a code search library built for agents. It returns the exact code snippets they need instantly, using ~99% fewer tokens than grep+read. Indexing and searching a full codebase end-to-end takes under a second for most repos, matching the retrieval quality of a code-specialized transformer while indexing ~380x faster and querying ~17x faster (see [benchmarks](#benchmarks)). Everything runs on CPU with no API keys, GPU, or external services. Use it as an MCP server, a CLI tool via AGENTS.md, or a dedicated sub-agent, and any coding agent (Claude Code, Cursor, Codex, OpenCode, etc.) gets instant access to any repo.

semble install detecting Claude Code, Cursor, and Codex, then semble search returning ranked code snippets from pydantic

Quickstart

Your agent queri