Eddy avatar

Eddy

Community

@eduardtomasek

3Followers
|
40Public Repos
|
38Published Skills

Eddy maintains GrepAI semantic code search skills plus engineering discipline skills covering issue triage, TDD, diagnosis, PRD creation, and architecture improvement.

Skills Distribution
DomainDeveloper To...Semantic Code Sear.. (45%)Vector Storage & E.. (20%)Issue Triage & PRD.. (15%)Testing, Debugging.. (15%)

Agent Skills by Eddy

Showing 38 vetted skills indexed across 1 GitHub repositories.

eduardtomasekeduardtomasek

grepai-storage-gob

Configure GOB local file storage as the vector index backend for GrepAI.

Community
Basic
eduardtomasekeduardtomasek

grepai-trace-graph

Build recursive call graphs from codebases using GrepAI trace graph.

Community
Basic
eduardtomasekeduardtomasek

grepai-search-basics

Perform semantic code search with GrepAI using natural language queries.

Community
Basic
eduardtomasekeduardtomasek

grepai-trace-callers

Find all code locations that call a specific function using GrepAI trace.

Community
Basic
eduardtomasekeduardtomasek

setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills.

Community
Intermediate
eduardtomasekeduardtomasek

grepai-languages

Lists GrepAI supported languages and configures indexing and call-graph tracing per language.

Community
Basic
eduardtomasekeduardtomasek

grepai-troubleshooting

Diagnose and resolve common GrepAI indexing, search, and configuration issues.

Community
Intermediate
eduardtomasekeduardtomasek

grepai-installation

Installs GrepAI on macOS, Linux, and Windows using Homebrew, shell scripts, PowerShell, or source builds.

Community
Basic
eduardtomasekeduardtomasek

grepai-chunking

Configure code chunking size and overlap for GrepAI semantic search indexing.

Community
Basic
eduardtomasekeduardtomasek

grepai-ollama-setup

Install and configure Ollama as the local embedding provider for GrepAI code search.

Community
Basic
eduardtomasekeduardtomasek

grepai-embeddings-lmstudio

Configure LM Studio as the local embedding provider for GrepAI semantic code search.

Community
Basic
eduardtomasekeduardtomasek

grepai-watch-daemon

Configure and manage the GrepAI watch daemon for real-time code indexing and file monitoring.

Community
Intermediate
eduardtomasekeduardtomasek

improve-codebase-architecture

Identifies shallow modules and proposes deepening refactors to improve codebase testability and navigability.

Community
Advanced
eduardtomasekeduardtomasek

triage

Triage GitHub issues through a label-driven state machine with agent briefs.

Community
Advanced
eduardtomasekeduardtomasek

grepai-search-boosting

Configures path-based score boosting to rank GrepAI semantic search results.

Community
Basic
eduardtomasekeduardtomasek

grepai-mcp-tools

Documents GrepAI MCP server tools for semantic code search and call tracing.

Community
Basic
eduardtomasekeduardtomasek

diagnose

Diagnose hard bugs and performance regressions through a structured reproduce-hypothesise-fix loop.

Community
Advanced
eduardtomasekeduardtomasek

to-issues

Converts plans and PRDs into vertical-slice issues on a project issue tracker.

Community
Intermediate
eduardtomasekeduardtomasek

grepai-quickstart

Guides installation, indexing, and semantic code search setup with GrepAI and Ollama.

Community
Basic
eduardtomasekeduardtomasek

grepai-workspaces

Configure GrepAI workspaces to index and search multiple related projects together.

Community
Intermediate
eduardtomasekeduardtomasek

grepai-embeddings-openai

Configure OpenAI as the embedding provider for GrepAI semantic code search.

Community
Basic
eduardtomasekeduardtomasek

zoom-out

Generates a high-level map of relevant modules and callers for unfamiliar code areas.

Community
Basic
eduardtomasekeduardtomasek

grepai-mcp-claude

Configure GrepAI as an MCP server to enable semantic code search in Claude Code.

Community
Intermediate
eduardtomasekeduardtomasek

grepai-config-reference

Documents all GrepAI configuration options in .grepai/config.yaml for setup and tuning.

Community
Basic

Frequently Asked Questions About Eddy

FAQPage Schema
What 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.