Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jylhis
Nix development intelligence: Nix language, NixOS modules, flakes, devenv, nixpkgs, home-manager, plus nil LSP and mcp-nixos integration
npx claudepluginhub jylhis/claude-marketplace --plugin nix-devUse for devenv.sh developer environment patterns including devenv.nix, devenv.yaml, devenv shell, devenv up, devenv init, devenv test, devenv languages, devenv processes, devenv services, pre-commit hooks in devenv, cachix caching, devenv.lock, direnv integration, ad-hoc nix environments, or enterShell configuration.
Use for Nix flakes structure and workflows including flake.nix, flake.lock, nix flake commands, nix develop, nix build, nix run, nix shell, nix fmt, inputs, outputs, devShells, packages, nixosConfigurations, follows, flake-utils, flake-parts, flake templates, eachDefaultSystem, or flake checks.
Use for Home Manager module patterns including home.nix, home.packages, home-manager programs modules, home.file, xdg configuration, declarative dotfiles, user configuration, home-manager switch, homeConfigurations, nix-darwin integration, programs.git, programs.zsh, programs.neovim, programs.direnv, home.stateVersion, or flake-based Home Manager.
Use for Nix debugging and troubleshooting including infinite recursion, hash mismatch, IFD import from derivation, build failures, nix log, nix why-depends, evaluation errors, attribute missing, unfree package errors, collision errors, builtins.trace, nix repl, nix eval, nix path-info, store paths, garbage collection, closure size analysis, or slow evaluation diagnosis.
Use when working with Nix expression language fundamentals including syntax, expressions, functions, builtins, let-in bindings, with expressions, inherit, rec, attrsets, attribute sets, string interpolation, derivations, import, fetchurl, fixed-point patterns, nixpkgs lib functions, lambdas, operators, or lazy evaluation.
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.
Nix language server
Advanced Nim programming skills for systems programming and metaprogramming
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Developer onboarding, environment setup guides, and git commit workflows. Covers Windows, macOS, Linux, WSL, package management, shell configuration, AI tooling, and productivity tools.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
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
Go development intelligence: 36 skills covering idioms, patterns, testing, performance, security, and modern syntax plus gopls LSP
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
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