My monorepo of herdr plugins. Each plugin lives in its own folder with a herdr-plugin.toml manifest and an executable.
Folder-name prefix signals maturity (a human label — not a marketplace hide; everything here is discoverable):
wip-<name>— work in progress, expect breakagebeta-<name>— usable, still stabilizing<name>— stable
Promote by renaming the folder to drop the prefix.
herdr plugin install tomaszhanc/herdr-plugins/<folder>
# local dev:
herdr plugin link "$PWD/<folder>"This repo ships a project-local Claude Code skill: .claude/skills/create-herdr-plugin/. Describe the plugin you want and it scaffolds a working plugin, smoke-tests it, links it into herdr, and pushes.
Public repo tagged with the GitHub topic herdr-plugin, so plugins appear in the herdr marketplace (index refreshes ~every 30 min).