Eddy
Community@eduardtomasek
Eddy maintains GrepAI semantic code search skills plus engineering discipline skills covering issue triage, TDD, diagnosis, PRD creation, and architecture improvement.
Agent Skills by Eddy
Showing 38 vetted skills indexed across 1 GitHub repositories.
grepai-storage-gob
Configure GOB local file storage as the vector index backend for GrepAI.
grepai-trace-graph
Build recursive call graphs from codebases using GrepAI trace graph.
grepai-search-basics
Perform semantic code search with GrepAI using natural language queries.
grepai-trace-callers
Find all code locations that call a specific function using GrepAI trace.
setup-matt-pocock-skills
Configures issue tracker, triage labels, and domain docs for engineering skills.
grepai-languages
Lists GrepAI supported languages and configures indexing and call-graph tracing per language.
grepai-troubleshooting
Diagnose and resolve common GrepAI indexing, search, and configuration issues.
grepai-installation
Installs GrepAI on macOS, Linux, and Windows using Homebrew, shell scripts, PowerShell, or source builds.
grepai-chunking
Configure code chunking size and overlap for GrepAI semantic search indexing.
grepai-ollama-setup
Install and configure Ollama as the local embedding provider for GrepAI code search.
grepai-embeddings-lmstudio
Configure LM Studio as the local embedding provider for GrepAI semantic code search.
grepai-watch-daemon
Configure and manage the GrepAI watch daemon for real-time code indexing and file monitoring.
improve-codebase-architecture
Identifies shallow modules and proposes deepening refactors to improve codebase testability and navigability.
triage
Triage GitHub issues through a label-driven state machine with agent briefs.
grepai-search-boosting
Configures path-based score boosting to rank GrepAI semantic search results.
grepai-mcp-tools
Documents GrepAI MCP server tools for semantic code search and call tracing.
diagnose
Diagnose hard bugs and performance regressions through a structured reproduce-hypothesise-fix loop.
to-issues
Converts plans and PRDs into vertical-slice issues on a project issue tracker.
grepai-quickstart
Guides installation, indexing, and semantic code search setup with GrepAI and Ollama.
grepai-workspaces
Configure GrepAI workspaces to index and search multiple related projects together.
grepai-embeddings-openai
Configure OpenAI as the embedding provider for GrepAI semantic code search.
zoom-out
Generates a high-level map of relevant modules and callers for unfamiliar code areas.
grepai-mcp-claude
Configure GrepAI as an MCP server to enable semantic code search in Claude Code.
grepai-config-reference
Documents all GrepAI configuration options in .grepai/config.yaml for setup and tuning.
Frequently Asked Questions About Eddy
FAQPage SchemaWhat tasks can I accomplish with eduardtomasek's skills?▼
You can install and configure GrepAI for semantic code search, build call graphs via caller/callee tracing, manage watch daemons for real-time indexing, triage issues, run red-green-refactor TDD cycles, diagnose bugs with a disciplined loop, and turn plans into PRDs and issues.
Who are these skills designed for?▼
Software engineers and maintainers working in Claude Code or Cursor who need semantic code search across codebases, plus teams wanting structured issue triage, test-driven development, architecture improvement, and disciplined bug diagnosis practices.
How do I install and run GrepAI using these skills?▼
Start with grepai-installation for macOS, Linux, or Windows, then run grepai-init in your project and follow grepai-quickstart for a five-minute walkthrough to first search. Configure storage via GOB, PostgreSQL/pgvector, or Qdrant, and embeddings via Ollama, LM Studio, or OpenAI.
Are these skills open source and what do they cost?▼
The karpathy-guidelines skill is explicitly MIT licensed and sourced from a public GitHub repository. Other skills carry no stated license or fee in the manifest; GrepAI itself supports free local embedding providers like Ollama, avoiding cloud embedding costs.
What prerequisites do these skills require?▼
GrepAI skills require installing GrepAI and choosing a storage backend and embedding provider. The Matt Pocock engineering skills require running setup-matt-pocock-skills first to configure AGENTS.md/CLAUDE.md, the issue tracker, triage labels, and domain docs before using triage, tdd, diagnose, or to-prd.