Loading...
Loading...
Found 94 Skills
Search and navigate large codebases efficiently. Use when finding specific code patterns, tracing function calls, understanding code structure, or locating bugs. Handles semantic search, grep patterns, AST analysis.
Guide for creating GreptimeDB triggers, by which we can trigger external webhook like Alertmanager. This feature can be used as alternative to Prometheus alerting rule.
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
Configure GOB local file storage for GrepAI. Use this skill for simple, single-machine setups.
Get started with GrepAI in 5 minutes. Use this skill for a complete walkthrough from installation to first search.
Configure Ollama as embedding provider for GrepAI. Use this skill for local, private embedding generation.
Configure multi-project workspaces in GrepAI. Use this skill for monorepos and multiple related projects.
Configure PostgreSQL with pgvector for GrepAI. Use this skill for team environments and large codebases.
Configure OpenAI as embedding provider for GrepAI. Use this skill for high-quality cloud embeddings.
Configure code chunking in GrepAI. Use this skill to optimize how code is split for embedding.
Semantic code search using mgrep for efficient codebase exploration. This skill should be used when searching or exploring codebases with more than 30 non-gitignored files and/or nested directory structures. It provides natural language semantic search that complements traditional grep/ripgrep for finding features, understanding intent, and exploring unfamiliar code.