Claude Code skillsBy Mahamad SuhailMIT licensedOpen source

Skills I built for Claude Code.

A small, growing catalog of plugins and skills. Each one is a self-contained SKILL.md that drops into Claude Code, the Agent SDK, or any client that reads the standard skill format.

1
Live plugins
17
Total skills shipped
MIT
License
0
Lock-in
Community

If a skill saved you time, star it.

Every plugin is MIT licensed and lives in a public GitHub repo. Stars help the catalog reach the next person who needs it. PRs, issues, and forks welcome.

Contributors1 shipping
warpirate

Last commit 8h ago on main

2
stars
How I build them

Four principles every skill follows.

These are the rules every plugin in the catalog follows. If a skill stops following them, it gets pulled.

01

Self-contained

Each skill is one SKILL.md. No runtime deps, no build step, no servers to host.

02

Trigger-driven

Claude Code auto-loads skills based on description trigger phrases. Nothing to invoke by hand.

03

Refuses slop

Writing skills bake anti-AI-tell rules into drafting itself, not a post-hoc polish pass.

04

MIT, no lock-in

Drop SKILL.md anywhere that reads the standard format. Works outside Claude Code too.