Domains
Forms
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When exploring a codebase with >30 non-gitignored files or nested structures, and you need concept/intent-based search rather than exact string matching.
bunx @mixedbread/mgrep watch to index and sync the repobunx @mixedbread/mgrep "query" [path] with options (-m, -c, -a, -s)A semantic search over the codebase returning relevant files/sections, with optional AI synthesis, enabling fast understanding of unfamiliar code.
Use Cases
A developer joins a new project with 200+ files and nested modules. They run `bunx @mixedbread/mgrep watch` then query "how is user session validated?" to locate auth logic across directories. This avoids reading every file, cuts onboarding time, and reveals intent behind code via semantic matches and AI synthesis.
While refactoring, an engineer needs to find all places handling payment errors but not exact strings. They use `bunx @mixedbread/mgrep -c "payment failure recovery" src/services` to get full content matches. The skill helps map feature scope, ensures no logic is missed, and improves refactoring safety and confidence.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File