semble-setup
Installation
SKILL.md
Semble
Lifecycle router for
semble_code— a semantic code-search MCP server (semble0.5.4, pinned) registered at user scope withalwaysLoad: true, indexing the corpus named bySEMBLE_CONTENT_ARGSinto a code-only cache root. This skill decides the mode, prints the state before touching anything, and delegates every mutation to the scripts underscripts/. 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 content — there is no line field. MCP defaults are top_k=5, max_snippet_lines=10.