スキル一覧に戻る
conradbeach

mantic

by conradbeach

My personal dotfiles.

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: mantic description: Semantic code search using Mantic. Use when exploring codebases, finding feature implementations, understanding component functionality, locating definitions/references, or mapping architectural patterns. Use Mantic first before grep, find, or manual file exploration.

Mantic Semantic Code Search

Core Principle

Use Mantic as the initial discovery mechanism. Invoke search_files before attempting to read file lists, guess paths, or use grep/find.

When to Use

  • Finding where functionality is implemented
  • Understanding how components work
  • Locating definitions and references
  • Exploring architecture and patterns
  • Any codebase discovery task

Search Strategy

  1. Natural language queries - Use descriptive phrases, not just keywords

    • Good: "user authentication logic", "stripe payment processing"
    • Bad: "auth", "stripe"
  2. Trust relevance scores - Higher scores indicate closer match to intent

  3. Search a lot of files - Set the max results parameter to a high enough value that you're confident you're finding all the relevant files (or don't set it at all). Mantic is very fast so searching many files is cheap.

  4. Fall back gracefully - Use grep/find if Mantic yields insufficient results

Tools

  • search_files - Primary search tool. Use includeImpact: true for blast radius analysis before changes.
  • analyze_intent - Understand query category and extract keywords
  • session_start/end - Track context across related queries; viewed files get boosted in future searches
  • session_record_view - Record files viewed/modified for context carryover

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です