Stats
Links
Categories
A shared collection of reusable Claude Code skills
npx claudepluginhub benediktstroebl/skillsA shared collection of reusable Claude Code skills
A shared collection of reusable Claude Code skills, packaged as a Claude Code marketplace.
Use the marketplace source:
benediktstroebl/skills
Or as a local path:
./path/to/this/repo
skills/example-skill/ to skills/your-skill-name/SKILL.md — update the frontmatter (name, description, version) and replace the instructions with your own.claude-plugin/plugin.json in your skill directory with name and description.claude-plugin/marketplace.json under the plugins arrayskills/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace manifest
│ └── plugin.json # Root plugin manifest
├── skills/
│ └── example-skill/
│ ├── .claude-plugin/
│ │ └── plugin.json # Skill plugin manifest
│ └── SKILL.md # Skill instructions
└── README.md