Loading...
Loading...
Found 34 Skills
Navigate this repo quickly to find the correct app, package, or service, and identify the right files for changes.
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
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.
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).
Mod development for Space Engineers version 1. Search mod code for examples and patterns.
Use GitHits CLI for canonical open-source examples, indexed source, docs, grep, file listing, and code navigation. Activate when verifying library behavior from source or examples. For metadata, vulnerabilities, dependency graphs, or changelogs, use githits-package instead.
Searches code by AST patterns and performs structural refactoring across files. Use when finding function calls, replacing code patterns, or refactoring syntax that regex cannot reliably match.
In-game (programmable block, aka PB) script development for Space Engineers version 1. Search script code for examples and patterns.