Loading...
Loading...
Found 82 Skills
Initialize GrepAI in a project. Use this skill when setting up GrepAI for the first time in a codebase.
Search GitHub code, repositories, issues, and PRs via MCP
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
This skill should be used when agents need to search codebases for text patterns or structural code patterns. Provides fast search using ripgrep for text and ast-grep for syntax-aware code search.
Use codanna MCP tools for semantic code search, call graphs, and impact analysis before grep/find.
Use when searching codebases (text, structural/AST, files by name, PDFs/archives, code stats) or building context before a task.
Allows reading the decompiled C# code of the Space Engineers Dedicated Server
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
Setup and workflow for using sqry semantic code search as an MCP server with Gemini CLI. Covers installation, MCP configuration via settings.json, context file behavior, and recommended patterns. Install this skill to give Gemini CLI access to sqry's 34 AST-based code analysis tools.
KGF-aware token pattern and semantic code search. Use when the user wants to search code by structure (not just text), find specific patterns like nested loops or undocumented functions, or search by natural language similarity.
Sourcegraph integration. Manage data, records, and automate workflows. Use when the user wants to interact with Sourcegraph data.
IntelliJ-IDEA MCP provides powerful IDE features including running tests, code analysis, refactoring, search, and project navigation. Use this when you need accurate Java code analysis (avoiding LSP false positives), running tests via IDEA configurations, refactoring symbols, or exploring codebase structure. Key commands: execute_run_configuration (run tests), get_file_problems (accurate errors/warnings), search_in_files_by_text (search code), list_directory_tree (view structure), get_file_text_by_path (read files), rename_refactoring (safe refactoring), execute_terminal_command (run shell commands).