Skip to content

/search-mesh

This skill should be used when searching a codebase for one or more keywords across many files, validating whether a match sits inside a specific syntax node (function, class, struct, interface, enum), extracting the smallest syntax-bounded code block around a match instead of

shell
$ npx -y skills add jamestkelly/search-mesh --skill search-mesh --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/search-mesh
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when searching a codebase for one or more keywords across many files, validating whether a match sits inside a specific syntax node (function, class, struct, interface, enum), extracting the smallest syntax-bounded code block around a match instead of
Ships withsearch-mesh

Search-Mesh is a Rust-native codebase intelligence service for autonomous coding agents.

Get the whole plugin, auto-invoked
Stats
3
Stars
0
Views
2
Forks
Active
Maintenance
Rust
Language
MIT
License
25d ago
Last commit
28d ago
Created

Repo: jamestkelly/search-mesh