MisterClean/claude-plugins

3 stars · Last commit 2026-01-26

Custom skills for Claude Code - domain-specific knowledge and workflows

README preview

# Claude Plugins

A collection of custom plugins for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) that extend Claude's capabilities with domain-specific knowledge and workflows.

## What Are Plugins?

Plugins are packages of **skills** — markdown-based instruction sets that teach Claude how to handle specialized tasks. When you ask Claude something that matches a skill's triggers, it automatically loads the relevant knowledge and follows proven workflows.

<p align="center">
  <img src="./assets/kung_fu.png" alt="I know kung fu" width="400">
</p>

Think of skills as **expert playbooks** — they encode domain expertise, API patterns, best practices, and common pitfalls so Claude can reliably execute complex tasks without hallucinating details.

## Available Skills

| Skill | Description | Triggers |
|-------|-------------|----------|
| [chicago-data-portal](./skills/chicago-data-portal/) | Query Chicago's open data using Socrata/SODA API | "query Chicago data", "find Chicago datasets", "Chicago crime data" |
| [cook-county-data-portal](./skills/cook-county-data-portal/) | Query Cook County's open data (property, courts, medical examiner) | "query Cook County data", "get property assessments", "medical examiner data" |

View full repository on GitHub →