Skip to main content
Back to registry

grepai-init

yoanbernabeu/grepai-skills

This skill covers the grepai init command and project initialization.

Installs211
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-init
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill covers the grepai init command and project initialization. Running grepai init creates the .grepai/ directory with: The generated config.yaml : Default patterns exclude: Edit .grepai/config.yaml to customize: For monorepos, init at the root: Or use workspaces for separate indices: If you need to reset: Warning: This deletes your index. You'll need to re-run grepai watch . After init, verify with: ❌ Problem: .grepai already exists ✅ Solution: Delete it first or edit existing config: ❌ Problem: Config created but Ollama not running ✅ Solution: Start Ollama before running grepai watch : ❌ Problem: Wrong directory initialized ✅ Solution: Remove .grepai and init in correct directory After successful initialization: - Setting up GrepAI in a new project - Understanding what grepai init creates - Customizing initial configuration - Troubleshooting initialization issues - Version control: .git - GrepAI data: .grepai - Dependencies: node_modules , vendor - Build outputs: target , dist , build - Cache: __pycache__ - Init at project root: Where your main code lives - Add .grepai/ to .gitignore : Index is machine-specific - Customize ignore patterns: Exclude generated/vendored code - Review config after init: Adjust for your stack

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-init do?

This skill covers the grepai init command and project initialization.

Is grepai-init good?

grepai-init does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-init work with?

grepai-init currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, github-copilot, claude-code.

What are alternatives to grepai-init?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-init?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-init

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering