By jylhis
Rust development intelligence: 29 skills covering ownership, lifetimes, error handling, concurrency, domain patterns, and LSP tooling plus rust-analyzer integration
Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名
Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, interactive, TUI, ratatui, crossterm, indicatif, progress bar, colored output, shell completion, config file, environment variable, 命令行, 终端应用, 参数解析
Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service mesh, observability, tracing, metrics, health check, cloud, deployment, 云原生, 微服务, 容器
Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, firmware, HAL, PAC, RTIC, embassy, interrupt, DMA, peripheral, GPIO, SPI, I2C, UART, embedded-hal, cortex-m, esp32, stm32, nrf, 嵌入式, 单片机, 固件, 裸机
Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction, ledger, payment, exchange rate, precision, rounding, accounting, 金融, 交易系统, 货币, 支付
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub jylhis/claude-marketplace --plugin rust-devCurated agent skills catalogue by Jylhis
General productivity and workflow skills for session management, logging, and daily workflows
Obsidian knowledge base skills — markdown, canvas, bases, CLI, and web content extraction
Nix development intelligence: Nix language, NixOS modules, flakes, devenv, nixpkgs, home-manager, plus nil LSP and mcp-nixos integration
Plugin marketplace management tools
Comprehensive collection of specialized Rust development agents with Claude Code best practices. Includes rust-modern-apis skill for proactive suggestions of stable Rust APIs added in 1.89–1.97, loaded explicitly at session startup by rust-developer and rust-code-reviewer. team-develop skill for multi-agent collaborative development and team-debug skill for multi-agent root cause investigation (stops at consolidated review, awaits user decision on issues/epic/team-develop handoff), both via Claude Code experimental agent teams. continuous-improvement orchestrator spawns read-only rust-live-tester, rust-researcher, rust-arch-analyst, and rust-security-analyst agents for automated CI cycles; the arch-inspect and security-audit skills back the code-quality and vulnerability audits. Full-cycle SDD orchestrator with BRD/SRS/NFR pipeline (spec-from-stream skill). Autonomous tech-writer agent for user-facing documentation with progressive disclosure. rust-analyzer LSP integration for real-time code intelligence. Handoff protocol via rust-agent-handoff skill for context sharing. Adversarial critic agent for stress-testing designs. Updated for Rust Edition 2024 and modern tooling.
Advanced Rust skills for ownership, error handling, and async programming.
Meta-plugin that installs all skills from all plugins in the marketplace
Comprehensive Rust development assistant with meta-question routing, coding guidelines, version queries, and ecosystem support
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Rust development skill with strict coding standards, FAIL FAST error handling, and build/review agents