OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add yoanbernabeu/grepai-skills --skill grepai-quickstart
Get started with GrepAI in 5 minutes. Use this skill for a complete walkthrough from installation to first search.
npx skills add yoanbernabeu/grepai-skills --skill grepai-quickstart
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes.
Verify: grepai version
Verify: curl http://localhost:11434/api/tags
Navigate to your project and initialize GrepAI:
This creates .grepai/config.yaml with default settings:
nomic-embed-text modelStart the watch daemon to index your code:
What happens:
.gitignore).grepai/index.gobFirst indexing output:
For long-running projects:
Now search semantically:
Trace function relationships:
| Command | Purpose |
|---|---|
grepai init | Initialize project config |
grepai watch | Start indexing daemon |
grepai watch --background | Run daemon in background |
grepai watch --status | Check daemon status |
grepai watch --stop | Stop daemon |
grepai search "query" | Semantic search |
grepai search --json | JSON output |
grepai trace callers "fn" | Find callers |
grepai trace callees "fn" | Find callees |
grepai status | Index statistics |
grepai version | Show version |
Be descriptive, not literal:
Describe intent:
Use English:
After mastering the basics:
grepai-embeddings-* skillsgrepai-storage-* skillsgrepai-search-* skillsgrepai-mcp-* skillsSuccessful quickstart: