en un clic
tensor-grep
// Use tensor-grep for repository code search, symbol lookup, blast-radius analysis, and edit planning when solving codebase tasks or preparing patches.
// Use tensor-grep for repository code search, symbol lookup, blast-radius analysis, and edit planning when solving codebase tasks or preparing patches.
Use when searching code, logs, or repositories with tensor-grep; validating rg or AST parity; using tg MCP tools; checking GPU/search routing; or producing agent-friendly context, source, refs, or blast-radius output.
Use tensor-grep for repository code search, symbol lookup, blast-radius analysis, and edit planning when solving codebase tasks or preparing patches.
Handles Python-side work: sidecar IPC, benchmark scripts, corpus generators, MCP server extensions, GPU benchmarks, documentation, and compatibility tests.
Handles all Rust-side work: control plane, native search engine (grep crates), native GPU engine (cudarc/CUDA), routing, index subsystem, rewrite substrate, and benchmark gates.
| name | tensor-grep |
| description | Use tensor-grep for repository code search, symbol lookup, blast-radius analysis, and edit planning when solving codebase tasks or preparing patches. |
Use this skill when you need to locate code precisely, understand likely edit impact, or prepare a minimal patch in a real repository.
tg --versiontg source SYMBOL REPO_PATHtg defs SYMBOL REPO_PATHtg refs SYMBOL REPO_PATHtg blast-radius SYMBOL REPO_PATHtg blast-radius-plan SYMBOL REPO_PATHclaude -p or other non-interactive automation, do not ask for confirmation.tg against the repository path that was added via --add-dir.tg identifies the likely file/span, make the change directly instead of stopping at analysis.git-style unified diff only.tg over repeated manual grep loops when working inside a real repository.tg ranks highest.tg already identified the primary file and span.nativetg defs SYMBOL REPO_PATH --provider lsptg blast-radius SYMBOL REPO_PATH --provider hybridUse lsp or hybrid only if native lookup seems ambiguous or incomplete.
git-style unified diff with diff --git headers and enough context lines to apply cleanly.See REFERENCE.md for current command patterns and examples.