Loading...
Loading...
Found 23 Skills
Compare OpenAI Codex GPT-5.3 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.
Read and search GitHub repository documentation via gitmcp.io MCP service. **WHEN TO USE:** - User provides a GitHub URL - User mentions a specific repo in owner/repo format - User asks "what does this repo do?", "read the docs for X repo", or similar - User wants to search code or docs within a repo
Free AI search via Exa MCP. Web search for news/info, code search for docs/examples from GitHub/StackOverflow, company research for business intel. No API key needed.
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
Configure search result boosting in GrepAI. Use this skill to prioritize certain paths and penalize others.
Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.
Reference for all GrepAI MCP tools. Use this skill to understand available MCP tools and their parameters.
Search GitHub code, repositories, issues, and PRs via MCP
AST-based code search and refactoring via ast-grep MCP
Performs fast text search with one-shot patterns that minimize iterations by getting files, lines, and context in a single call. Use this skill when searching for text patterns, finding specific code locations, or getting context around matches
Practical guide for building safe, syntax-aware srgn CLI commands for source-code search and transformation. Use when users ask for srgn commands, scoped refactors (comments/docstrings/imports/functions), multi-file rewrites with --glob, custom tree-sitter query usage, or CI-style checks with --fail-any/--fail-none.