Hl Claude Plugins — Development skill for Claude Code
A personal collection of Claude Code skills, distributed as installable plugins.
How to install Hl Claude Plugins
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open hleidev/hl-claude-plugins and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hl Claude Plugins does
A personal collection of Claude Code skills, distributed as installable plugins.
Alternatives in Development
- Claudekit Backend Tools — Backend development tools collection 1.9k ★
- Frontend Dev Pack — Frontend development skills collection 1.6k ★
- Claude Code Subagents — A comprehensive collection of 100+ production-ready development subagents for Claude Code 782 ★
README
hl-claude-plugins
**Claude Code skills, shipped as installable plugins.**
[](LICENSE) [](https://docs.claude.com/en/docs/claude-code)
[Install](#install) · [Plugins](#plugins) · [中文](README.zh.md)
This repository is a **plugin marketplace**: one repo that holds a growing set of plugins, each bundling one or more skills. Add the marketplace once, then install whichever plugins you want.
Requirements
Install
# 1. Add this marketplace
/plugin marketplace add hleidev/hl-claude-plugins
# 2. Install a plugin
/plugin install research@hl-claude-plugins
Plugins
| Plugin | Skills | Invoke | What it does |
|---|---|---|---|
research |
research |
/research:research |
Structured external-information research that produces a decision-grade report |
The plugin defaults to **Chinese** output. To use another language, change the "Output language" setting in the skill's `SKILL.md`, or just ask in your own language when you invoke it.
More plugins will be added to this same repo over time — adding one never requires a new repository.
Repository layout
hl-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # registry: lists every plugin below
├── plugins/
│ └── research/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ └── skills/
│ └── research/
│ └── SKILL.md # the skill
├── README.md
├── README.zh.md
└── LICENSE
License
MIT — see [LICENSE](LICENSE).
Related Skills
PhasedddSkill
My personal collection of open-source Claude Code skills
Swarm Sample Box
Personal collection of sample code and experiments using the Swarm multi-agent framework.
Claude Plugin Pack
Personal collection of plugins for Claude Code with multi-agent workflows and productivity tools
Enrich Batch
You are enriching an existing personal-knowledge-vault collection. This is a
Oh My Skills Diy
Personal collection of Claude Code skills / custom instructions
Agentcontrolplane
ACP is the Agent Control Plane - a distributed agent scheduler optimized for simplicity, clarity, and control.
Related Agents
Contributing To Claude Agents & Skills Plugin Marketplace
Thank you for your interest in contributing. This guide covers the v2.0.0 plugin format used by the marketplac
Arch Plugin Packager
Packages a newly scaffolded set of skills/agents/commands/hooks/MCPs into a valid, installable Claude Code plu
Prometheus Configuration
Complete guide to Prometheus setup, metric collection, scrape configuration, and recording rules. - wshobson/a