Semble Search banner
desplega-ai desplega-ai

Semble Search

Development community

Description

--- name: semble-search description: Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question. tools: Bash, Read --- Use `semble search` to find code by describing what it does or naming a symbol/identifier, instead of grep: ```bash semble search "authentication flow" ./my-project semble search "save_pretrained" ./my-

Installation

Installs to ~/.claude/agents/desplega-ai-agent-swarm-semble-search.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/desplega-ai/agent-swarm/HEAD/.claude/agents/semble-search.md -o ~/.claude/agents/desplega-ai-agent-swarm-semble-search.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository