by Microck
An unappealing collection of Claude Skills and resources.
# Add to your Claude Code skills
git clone https://github.com/Microck/ordinary-claude-skillsthere are two ways to consume this library.
go to the static site. i have indexed everything with search and categories. it is much easier than digging through folders.
clone the repo to map these skills into your own mcp servers or agents.
clone the repo
git clone https://github.com/Microck/ordinary-claude-skills.git
cd ordinary-claude-skills
choose your weapon
custom skills, and upload the specific folder for the skill you want.verify
ask claude can you use the [skill name] skill now? if it says yes, you are gucci.
skills are basically fancy prompt packages and scripts that teach claude how to do specific things without you having to explain the context every single time. they load lazily (only when needed), which saves context window space and keeps claude from getting confused by instructions it doesn't need yet.
this repo aggregates hundreds of skills from anthropic, composiohq, k-dense-ai, and random internet geniuses.