A collection of reusable skills and knowledge bases for Claude AI assistants. Each skill is a focused set of guidelines, principles, or domain expertise that can be referenced when building applications or solving problems.
Skills are markdown documents that contain structured knowledge, best practices, and guidelines for specific domains. They help maintain consistency and quality across projects by codifying important principles and patterns.
| Skill | Description |
|---|---|
| agent-readiness | Framework for evaluating codebase readiness for autonomous AI development. |
| design-principles | Minimal design system inspired by Linear, Notion, and Stripe. |
| humanizer | Remove signs of AI-generated writing from text. |
| remove-ai-slop | Strip AI filler words and phrases from responses. |
| skill-creator | Guide for creating new skills. |
| uber-receipts | Fetch Uber ride history and trip data via web session cookies. |
Each skill follows a consistent structure:
skill-name/
└── SKILL.md
Skills use frontmatter metadata:
---
name: skill-name
description: Brief description of what this skill covers
---These skills are designed to be referenced by Claude AI assistants when working on relevant projects. They provide context-aware guidance and ensure consistent application of best practices.
To add a new skill:
- Create a new directory named after your skill
- Add a
SKILL.mdfile with frontmatter metadata - Document the skill's principles, guidelines, and best practices
- Follow the existing structure and formatting conventions
This repository contains skills and knowledge bases for use with Claude AI assistants.