Skip to content

Instantly share code, notes, and snippets.

View jordanilchev's full-sized avatar

Jordan Ilchev jordanilchev

View GitHub Profile
@jordanilchev
jordanilchev / SKILL.md
Created March 25, 2026 05:07
Go languuage LSP (gopls) AI Agent SKILL.md for Open Code / Claude Code
name lsp-go-cli
description Navigate, analyze, refactor, and rename Go code using gopls (the Go language server CLI). Provides type-aware operations across the entire codebase.

What I do

Use gopls (the Go language server) as a CLI tool to perform type-aware code intelligence operations: navigate to definitions, find references, rename symbols, list symbols, run diagnostics, inspect call hierarchies, execute code actions, format code, and manage imports — all with full semantic understanding of the Go codebase.

When to use me