SIFS Search: Fast hybrid code search for agents
/install sifs-search
Use SIFS from the shell when you need codebase context. The CLI is the reliable path; MCP tools are optional and should only be used when they are visible in the current agent session.
When to Use
- Use for local code search, symbol discovery, behavior tracing, related-code lookup, and indexed file/chunk inspection.
- Use before reading many files by hand when the task starts with "where is...", "how is...", "find the implementation...", or "what code handles...".
- Do not use for general web research, package documentation lookup, or non-code document search unless the user explicitly points SIFS at a source tree.
Start by discovering the local contract:
sifs agent-context --json
Search by intent, behavior, symbol, or exact text:
sifs search "authentication flow" --source \x3Cproject>
sifs search "save_pretrained" --source \x3Cproject> --mode bm25
sifs search "save model to disk" --source \x3Cproject> --limit 10
Inspect indexed files and chunks before reading broad files:
sifs list-files --source \x3Cproject> --limit 200 --json
sifs get src/auth.rs 42 --source \x3Cproject>
sifs find-related src/auth.rs 42 --source \x3Cproject>
Use --source \x3Cproject> when the agent may not be running from the target checkout. Use --filter-path \x3Crepo-relative-path> for path narrowing and --limit for bounded results.
If MCP tools named search, get_chunk, or list_files are visible, they may be used for the same workflow. If they are missing, configured-but-invisible, or failing, fall back to the CLI immediately.
Bundled support files:
references/commands.mdcontains command recipes.references/mcp.mdexplains MCP fallback rules.references/troubleshooting.mdcovers setup and stale-instruction checks.scripts/check-setup.shverifies thatsifsis onPATHand can print the agent contract.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sifs-search - After installation, invoke the skill by name or use
/sifs-search - Provide required inputs per the skill's parameter spec and get structured output
What is SIFS Search: Fast hybrid code search for agents?
Use this skill when you need to find code in a local checkout or Git source by behavior, intent, symbol, file path, related implementation, or indexed chunk... It is an AI Agent Skill for Claude Code / OpenClaw, with 46 downloads so far.
How do I install SIFS Search: Fast hybrid code search for agents?
Run "/install sifs-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SIFS Search: Fast hybrid code search for agents free?
Yes, SIFS Search: Fast hybrid code search for agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SIFS Search: Fast hybrid code search for agents support?
SIFS Search: Fast hybrid code search for agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).
Who created SIFS Search: Fast hybrid code search for agents?
It is built and maintained by Tristan Manchester (@tristanmanchester); the current version is v0.1.0.