hleidev

Hl Claude Plugins — Development skill for Claude Code

Development community

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

README

hl-claude-plugins

**Claude Code skills, shipped as installable plugins.**

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-d97757)](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).