codebase-search | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / codebase-search

codebase-search

maintained by jakoss

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: codebase-search description: Advanced codebase search using Mantic for finding files, understanding context, and analyzing code impact. Use this skill when searching for code, files, or understanding code relationships.

Codebase Search with Mantic

You have access to Mantic via the terminal with enhanced search features.


Basic Search

mantic "your query here"

Advanced Features

Zero-Query Mode (Context Detection):

mantic ""  # Shows modified files, suggestions, impact

Context Carryover (Session Mode):

mantic "query" --session "session-name"

Output Formats:

mantic "query" --json        # Full metadata
mantic "query" --files       # Paths only
mantic "query" --markdown    # Pretty output

Impact Analysis:

mantic "query" --impact  # Shows blast radius

File Type Filters:

mantic "query" --code     # Code files only
mantic "query" --test     # Test files only
mantic "query" --config   # Config files only

Search Quality Features

  • CamelCase detection: "ScriptController" finds script_controller.h
  • Exact filename matching: "download_manager.cc" returns exact file first
  • Path sequence: "blink renderer core dom" matches directory structure
  • Word boundaries: "script" won't match "javascript"
  • Directory boosting: "gpu" prioritizes files in gpu/ directories

Best Practices

Do NOT use grep/find blindly. Use Mantic first.

Mantic provides intelligent search with context awareness, making it superior to traditional grep/find commands for code exploration.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated il y a 5 mois
tools tools automation tools

Related Skills

fabric
chevron_right
specs-gen
chevron_right
pr

pr

MoonshotAI
star 6.1k
chevron_right
typescript-expert
chevron_right
notebooklm
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.