mindrally/skills

240+ Claude Code skills converted from Cursor rules. Expert coding guidelines for every major framework and language.

0 stars0 forksUpdated Jan 23, 2026
npx skills add mindrally/skills

README

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

SkillDescription
reactReact development with hooks, performance optimization
nextjs-react-typescriptNext.js with React and TypeScript
vue-typescriptVue.js with TypeScript
angularAngular framework development
svelteSvelte framework
sveltekitSvelteKit full-stack framework
remixRemix framework
astroAstro static site generator
nuxtjs-vue-typescriptNuxt.js with Vue and TypeScript

Mobile Development

SkillDescription
react-native-cursor-rulesReact Native development
expo-react-native-typescriptExpo with React Native and TypeScript
flutterFlutter cross-platform development
swiftSwift language development
swiftui-developmentSwiftUI interface development
android-developmentAndroid native development
kotlin-developmentKotlin development
ionicIonic hybrid mobile apps

Backend & APIs

SkillDescription
nodejs-developmentNode.js backend development
express-typescriptExpress.js with TypeScript
fastapi-pythonFastAPI Python framework
django-pythonDjango web framework
flask-pythonFlask Python framework
ruby-railsRuby on Rails
laravelLaravel PHP framework
spring-bootSpring Boot Java framework
go-backend-microservicesGo microservices
nestjs-clean-typescriptNestJS with clean architecture
graphqlGraphQL API development
grpc-developmentgRPC development
trpctRPC type-safe APIs

Languages

SkillDescription
typescriptTypeScript best practices
pythonPython development
goGo language
rustRust programming
javaJava development
c-sharpC# development
rubyRuby development
php-developmentPHP development
elixirElixir functional programming
juliaJulia scientific computing
luaLua scripting
cppC++ development

Databases & ORMs

SkillDescription
prismaPrisma ORM
drizzle-ormDrizzle ORM
sequelizeSequelize ORM
typeormTypeORM
mongodb-developmentMongoDB
postgresql-best-practicesPostgreSQL
mysql-best-practicesMySQL
redis-best-practicesRedis
elasticsearch-best-practicesElasticsearch
supabaseSupabase backend

DevOps & Infrastructure

SkillDescription
dockerDocker containerization
kubernetesKubernetes orchestration
terraformTerraform IaC
aws-developmentAWS cloud development
gcp-developmentGoogle Cloud Platform
azureMicrosoft Azure
ci-cd-best-practicesCI/CD pipelines
github-workflowGitHub Actions workflows
gitlab-workflowGitLab CI/CD
serverlessServerless architecture

Testing

SkillDescription
testingGeneral testing practices
jestJest testing framework
cypressCypress E2E

...

Read full README

Publisher

mindrallymindrally

Statistics

Stars0
Forks0
Open Issues0
LicenseApache License 2.0
CreatedJan 23, 2026