brewcode:semble

Installation
SKILL.md

Semble

Lifecycle router for semble_code — a semantic code-search MCP server (semble 0.5.2, pinned) registered at user scope and indexing the code config corpus into a code-only cache root. This skill decides the mode, prints the state before touching anything, and delegates every mutation to the scripts under scripts/. No mutation logic lives in this file.

Two tools become available once it is wired:

Tool Purpose
mcp__semble_code__search find code by intent / behavior / name
mcp__semble_code__find_related neighbors of a KNOWN location, after a useful seed

Both take a required repo parameter — the absolute project root, or an explicit https:///http:// git URL. It is never inferred. Results carry file_path, start_line, end_line, score and optional contentthere is no line field. MCP defaults are top_k=5, max_snippet_lines=10.

Honest limits — state these to the user, never oversell

Installs
1
GitHub Stars
31
First Seen
Aug 4, 2026
brewcode:semble — kochetkov-ma/claude-brewcode