← 返回
未分类

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...
当需要通过行为、意图、符号、文件路径、相关实现或索引块在本地检出或Git源码中查找代码时,使用此技能。
tristanmanchester tristanmanchester 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 297
下载
💾 0
安装
1
版本
#latest

概述

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 <project>
sifs search "save_pretrained" --source <project> --mode bm25
sifs search "save model to disk" --source <project> --limit 10

Inspect indexed files and chunks before reading broad files:

sifs list-files --source <project> --limit 200 --json
sifs get src/auth.rs 42 --source <project>
sifs find-related src/auth.rs 42 --source <project>

Use --source when the agent may not be running from the target checkout. Use --filter-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.md contains command recipes.
  • references/mcp.md explains MCP fallback rules.
  • references/troubleshooting.md covers setup and stale-instruction checks.
  • scripts/check-setup.sh verifies that sifs is on PATH and can print the agent contract.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-08 02:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 76 📥 182,486
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 681 📥 329,540
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 67,975