grepai-init
Installation
SKILL.md
GrepAI Init
This skill covers the grepai init command and project initialization.
When to Use This Skill
- Setting up GrepAI in a new project
- Understanding what
grepai initcreates - Customizing initial configuration
- Troubleshooting initialization issues
Basic Usage
cd /path/to/your/project
grepai init
What Init Creates
Related skills
More from yoanbernabeu/grepai-skills
grepai-search-basics
Basic semantic code search with GrepAI. Use this skill to learn fundamental search commands and concepts.
616grepai-ollama-setup
Install and configure Ollama for local embeddings with GrepAI. Use this skill when setting up private, local embedding generation.
540grepai-search-advanced
Advanced search options in GrepAI. Use this skill for JSON output, compact mode, and AI agent integration.
539grepai-trace-graph
Build complete call graphs with GrepAI trace. Use this skill for recursive dependency analysis.
523grepai-search-tips
Tips and best practices for effective GrepAI searches. Use this skill to improve search result quality.
523grepai-trace-callees
Find function callees with GrepAI trace. Use this skill to discover what functions a specific function calls.
506