Skip to main content
Back to registry

grepai-watch-daemon

yoanbernabeu/grepai-skills

This skill covers the grepai watch command and daemon management for real-time code indexing.

Installs220
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-watch-daemon
Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykWARN
About this skill
This skill covers the grepai watch command and daemon management for real-time code indexing. The watch daemon: Output: Press Ctrl+C to stop. Output: Output: Output: When you save a file, editors often write multiple times quickly. Debouncing waits for changes to settle: The daemon indexes files: Large codebases show progress: After initial indexing, the daemon watches for: Uses OS-native file watching: Create ~/Library/LaunchAgents/com.grepai.watch.plist : Load: Create ~/.config/systemd/user/grepai-watch.service : Enable: Run separate daemons for each project: For multi-project setups: ❌ Problem: "Another daemon is already running" ✅ Solution: ❌ Problem: "Config not found" ✅ Solution: Initialize first: ❌ Problem: "Embedder connection failed" ✅ Solution: Start your embedding provider: ❌ Problem: Files not being indexed ✅ Solution: Check ignore patterns in config, ensure file extension is supported ❌ Problem: Indexing very slow ✅ Solutions: ❌ Problem: Index seems outdated ✅ Solution: Clear and reindex: ❌ Problem: Changes not detected ✅ Solutions: Regular health check: Output: Watch daemon status: - Starting initial code indexing - Setting up real-time file monitoring - Running the daemon in background - Troubleshooting indexing issues - Scans all source files in your project - Chunks code into segments (~512 tokens) - Generates embeddings via your configured provider - Stores...

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-watch-daemon do?

This skill covers the grepai watch command and daemon management for real-time code indexing.

Is grepai-watch-daemon good?

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

What agent does grepai-watch-daemon work with?

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

What are alternatives to grepai-watch-daemon?

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

How do I install grepai-watch-daemon?

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

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering