A structural code search engine for Al agents.
# Add to your Claude Code skills
git clone https://github.com/marcoaapfortes/Mantic.shMantic is a context-aware code search engine that prioritizes relevance over raw speed. After testing across 5 repositories (cal.com, next.js, tensorflow, supabase, chromium), it demonstrates superior result quality compared to grep/ripgrep, despite some trade-offs in speed for very large codebases.
Overall Assessment: 4/5 - Excellent for AI agents, good for developers, needs speed optimization for 100K+ file repos.
Enterprise-Grade Context Infrastructure
transformers.jsmantic "verify user" --semanticmantic goto UserService returns the exact line number across your entire monorepo.mantic references handleLogin finds every usage, respecting .gitignore..mantic/search-patterns.json) and can be committed to git to share knowledge across your team.Performance Update: v1.0.25 is ~2x faster than previous versions, scanning Chromium (481K files) in <2 seconds.
Tested on 481K files (Chromium) with 100% multi-repo accuracy.
See the [CHANGELOG](https://github.com/marcoaapfortes...