Claude Skill
Microck/ordinary-claude-skills
A collection of Claude Skills and Python resources focused on Claude and Claude Code development. Explore examples and tools for AI assistant implementation.
Overview
Repository
Install this Skill
git clone https://github.com/Microck/ordinary-claude-skills.gitRegistry
Summary
A collection of Claude Skills and resources, described as unappealing and ordinary, primarily implemented in Python.
一堆乏善可陈的Claude Skill与资源合集。
Key features
- Collection of Claude Skills
- Python-based resources
- Focus on Claude and Claude Code
- Curated list format
- Open source repository
Use cases
- Exploring Claude Skill examples
- Finding resources for Claude development
- Learning about Claude Code implementations
- Referencing Python-based Claude tools
- Browsing curated AI assistant skills
README excerpt
<p align="center"> <a href="https://github.com/Microck/ordinary-claude-skills"> <img src="https://i.ibb.co/Q3kYxbBt/claudeskills.png" alt="i drew this with my left hand. as you can deduce, im indeed right-handed" width="600"> </a> </p> <p align="center">a massive local repository of official and community-built claude skills, organized by category.</p> <p align="center"> <a href="https://microck.github.io/ordinary-claude-skills/#/"><img alt="docs" src="https://img.shields.io/badge/view-documentation-orange" /></a> <a href="https://github.com/Microck/ordinary-claude-skills/blob/main/LICENSE"><img alt="license" src="https://img.shields.io/badge/license-MIT-greene" /></a> <a href="https://github.com/Microck/ordinary-claude-skills"><img alt="maintenance" src="https://img.shields.io/badge/maintenance-passive-yellow" /></a> <a href="https://github.com/Microck/ordinary-claude-skills"><img alt="claude" src="https://img.shields.io/badge/AI-claude-purple" /></a> </p> --- ## quickstart there are two ways to consume this library. ### 1. the civilized way (search & browse) go to the **[static site](https://microck.github.io/ordinary-claude-skills/#/)**. i have indexed everything with search and categories. it is much easier than digging through folders. ### 2. the developer way (raw files) clone the repo to map these skills into your own mcp servers or agents. 1. **clone the repo** ```bash git clone https://github.com/Microck/ordinary-claude-skills.git cd ordinary-claude-skills ``` 2. **choose your weapon** * **for claude.ai:** go to your profile, hit `custom skills`, and upload the specific folder for the skill you want. * **for api/devs:** point your mcp client or system prompt config to the relevant skill directory. 3. **ve