27 AI Agent Skills for GrepAI - semantic code search and call graph analysis
<p align="center"> <img src="https://img.shields.io/badge/Skills-27-brightgreen" alt="27 Skills"> <img src="https://img.shields.io/badge/License-MIT-blue" alt="MIT License"> <img src="https://img.shields.io/badge/PRs-Welcome-orange" alt="PRs Welcome"> <img src="https://img.shields.io/github/stars/yoanbernabeu/grepai-skills?style=social" alt="GitHub Stars"> </p> <h1 align="center">GrepAI Skills</h1> <p align="center"> <strong>27 AI Agent Skills to master semantic code search with GrepAI.</strong><br> Installation, configuration, search, tracing, MCP integration — everything you need. </p> <p align="center"> <a href="#quick-install">Install</a> • <a href="#all-27-skills">Skills</a> • <a href="#example-usage">Usage</a> • <a href="#contributing">Contribute</a> </p> --- ## Quick Install ```bash npx skills add yoanbernabeu/grepai-skills ``` **That's it.** Works with Claude Code, Cursor, Codex, OpenCode, Windsurf, and 30+ AI agents. ### One-Liners ```bash # Install everything (27 skills) npx skills add yoanbernabeu/grepai-skills # Install only search skills npx skills add yoanbernabeu/grepai-skills --skill grepai-search-basics # Install globally (available in all projects) npx skills add yoanbernabeu/grepai-skills -g # List all available skills npx skills add yoanbernabeu/grepai-skills --list # Install to specific agents npx skills add yoanbernabeu/grepai-skills -a claude-code -a cursor # Non-interactive (CI/CD friendly) npx skills add yoanbernabeu/grepai-skills --all -y ``` ### Other Installation Methods <details> <summary><strong>Claude Code Plugin</strong></summary> ```bash /plugin marketplace add yoanbernabeu/grepai-skills /plugin install grepai-complete@grepai-skills ``` </details> <details> <summary><strong>Manual Installation</strong></summary> Copy the `skills/` directory to: - **Global**: `~/.cursor/skills/` (or `~/.cursor/skills/`, etc.) - **Project**: `.cursor/skills/` (or `.cursor/skills/`, etc.) </details> --- ## What i
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.