.claude/skills/tensor-grep/SKILL.md
Use tensor-grep for repository code search, symbol lookup, blast-radius analysis, and edit planning when solving codebase tasks or preparing patches.
npx skillsauth add oimiragieo/tensor-grep tensor-grepInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
development
--- name: rust-worker description: 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. --- # rust-worker NOTE: Startup and cleanup are handled by `worker-base`. This skill defines the WORK PROCEDURE. ## When to Use This Skill Use this worker for: - Rust control plane changes (`rust_core/src/main.rs`, routing, JSON output) - Native search engine embedding (grep-searche
tools
--- name: backend-worker description: Handles Python-side work: sidecar IPC, benchmark scripts, corpus generators, MCP server extensions, GPU benchmarks, documentation, and compatibility tests. --- # backend-worker NOTE: Startup and cleanup are handled by `worker-base`. This skill defines the WORK PROCEDURE. ## When to Use This Skill Use this worker for: - Edit planning intelligence (`src/tensor_grep/cli/repo_map.py`) — span extraction, plan seed, context ranking, rendering - Session system
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.