mindrally/skills
240+ Claude Code skills converted from Cursor rules. Expert coding guidelines for every major framework and language.
npx skills add mindrally/skillsREADME
Claude Code Skills Collection
240+ Claude Code skills converted from Cursor rules. Supercharge your AI coding with expert guidelines for React, Python, TypeScript, and everything in between.
A comprehensive collection of skills for Claude Code, Anthropic's official CLI for Claude.
Origin
These skills were converted from Cursor Rules (.cursorrules files) to the Claude Code skills format (SKILL.md). The original Cursor rules provided coding guidelines and best practices that Cursor AI would follow when generating code.
Each skill has been reformatted to work with Claude Code's skill system, which uses YAML frontmatter for metadata and markdown for the actual guidelines.
What Are Skills?
Skills are reusable instruction sets that enhance Claude Code's capabilities for specific technologies, frameworks, or development practices. When activated, they provide Claude with expert-level context about:
- Coding conventions and best practices
- Framework-specific patterns
- Project structure guidelines
- Error handling approaches
- Performance optimization techniques
Skill Format
Each skill follows this structure:
---
name: skill-name
description: Brief description of the skill
---
# Skill Title
Guidelines and instructions...
Installation
Option 1: Copy Individual Skills
Copy desired skill folders to your project's .claude/skills/ directory:
cp -r skills/react /path/to/your/project/.claude/skills/
Option 2: Global Installation
Copy skills to your global Claude Code configuration:
cp -r skills/* ~/.claude/skills/
Option 3: Clone Entire Repository
git clone https://github.com/YOUR_USERNAME/skills.git ~/.claude/skills
Available Skills
Frontend Frameworks
| Skill | Description |
|---|---|
react | React development with hooks, performance optimization |
nextjs-react-typescript | Next.js with React and TypeScript |
vue-typescript | Vue.js with TypeScript |
angular | Angular framework development |
svelte | Svelte framework |
sveltekit | SvelteKit full-stack framework |
remix | Remix framework |
astro | Astro static site generator |
nuxtjs-vue-typescript | Nuxt.js with Vue and TypeScript |
Mobile Development
| Skill | Description |
|---|---|
react-native-cursor-rules | React Native development |
expo-react-native-typescript | Expo with React Native and TypeScript |
flutter | Flutter cross-platform development |
swift | Swift language development |
swiftui-development | SwiftUI interface development |
android-development | Android native development |
kotlin-development | Kotlin development |
ionic | Ionic hybrid mobile apps |
Backend & APIs
| Skill | Description |
|---|---|
nodejs-development | Node.js backend development |
express-typescript | Express.js with TypeScript |
fastapi-python | FastAPI Python framework |
django-python | Django web framework |
flask-python | Flask Python framework |
ruby-rails | Ruby on Rails |
laravel | Laravel PHP framework |
spring-boot | Spring Boot Java framework |
go-backend-microservices | Go microservices |
nestjs-clean-typescript | NestJS with clean architecture |
graphql | GraphQL API development |
grpc-development | gRPC development |
trpc | tRPC type-safe APIs |
Languages
| Skill | Description |
|---|---|
typescript | TypeScript best practices |
python | Python development |
go | Go language |
rust | Rust programming |
java | Java development |
c-sharp | C# development |
ruby | Ruby development |
php-development | PHP development |
elixir | Elixir functional programming |
julia | Julia scientific computing |
lua | Lua scripting |
cpp | C++ development |
Databases & ORMs
| Skill | Description |
|---|---|
prisma | Prisma ORM |
drizzle-orm | Drizzle ORM |
sequelize | Sequelize ORM |
typeorm | TypeORM |
mongodb-development | MongoDB |
postgresql-best-practices | PostgreSQL |
mysql-best-practices | MySQL |
redis-best-practices | Redis |
elasticsearch-best-practices | Elasticsearch |
supabase | Supabase backend |
DevOps & Infrastructure
| Skill | Description |
|---|---|
docker | Docker containerization |
kubernetes | Kubernetes orchestration |
terraform | Terraform IaC |
aws-development | AWS cloud development |
gcp-development | Google Cloud Platform |
azure | Microsoft Azure |
ci-cd-best-practices | CI/CD pipelines |
github-workflow | GitHub Actions workflows |
gitlab-workflow | GitLab CI/CD |
serverless | Serverless architecture |
Testing
| Skill | Description |
|---|---|
testing | General testing practices |
jest | Jest testing framework |
cypress | Cypress E2E |
...