Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jylhis
Go development intelligence: 36 skills covering idioms, patterns, testing, performance, security, and modern syntax plus gopls LSP
npx claudepluginhub jylhis/claude-marketplace --plugin golang-devGolang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performance provides the optimization patterns.
Golang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, version embedding, exit codes, I/O patterns, signal handling, shell completion, argument validation, and CLI unit testing. Also triggers when code uses cobra, viper, or urfave/cli.
Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards.
Golang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes.
Idiomatic context.Context usage in Golang — creation, propagation, cancellation, timeouts, deadlines, context values, and cross-service tracing. Apply when working with context.Context in any Go code.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Go language discipline: conventions, idioms, toolchain, and LSP-powered code intelligence
Advanced Go skills for concurrency, error handling, and interfaces.
AI Agent Skills for production-ready Go projects
Go development following Google Go style guide with Go 1.25+ features and best practices
Go language server
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Curated agent skills catalogue by Jylhis
Rust development intelligence: 29 skills covering ownership, lifetimes, error handling, concurrency, domain patterns, and LSP tooling plus rust-analyzer integration
General productivity and workflow skills for session management, logging, and daily workflows
Obsidian knowledge base skills — markdown, canvas, bases, CLI, and web content extraction
A plugin marketplace for Claude Code. Install plugins that add skills, agents, hooks, MCP servers, and LSP servers.
Add this marketplace to Claude Code:
/plugin marketplace add Jylhis/claude-marketplace
Then install a plugin:
/plugin install example-plugin@jylhis-plugins
| Plugin | Description |
|---|---|
code-explainer | A skill for explaining code in plain English |
example-plugin | An example plugin demonstrating skills, agents, and hooks |
golang-dev | Go development intelligence: 36 skills + gopls LSP via nix |
sqlite-mcp | MCP server providing read/write access to a local SQLite database |
test-generator | An agent that generates unit tests for source files |
todo-guard | Hook that prevents committing files with TODO/FIXME markers |
typescript-lsp | TypeScript/JavaScript language intelligence via LSP |
.claude-plugin/
marketplace.json # Plugin catalog
plugins/
code-explainer/ # Skill plugin
example-plugin/ # Full plugin with skills, agents, hooks
golang-dev/ # Go skills + gopls LSP
sqlite-mcp/ # MCP server plugin
test-generator/ # Agent plugin
todo-guard/ # Hook plugin
typescript-lsp/ # LSP server plugin
Each plugin contains .claude-plugin/plugin.json and its component files (skills, agents, hooks, .mcp.json, etc.).
See CONTRIBUTING.md.
MIT