Mindrally skills collection
Claude Code Skills Collection
Over two hundred coding-guideline skills for frameworks and languages, converted from Cursor rules to SKILL.md
Install
git clone https://github.com/Mindrally/skills.git ~/.claude/skillsInstalls every skill globally. If ~/.claude/skills already exists, clone elsewhere and copy the folders you need.
This is third-party code. Review the repository files before installing.
What it does
The repository takes rules from .cursorrules files and ports them to the Claude Code skill format. Each skill is a folder with a SKILL.md covering conventions, project structure, error handling and performance tips for one technology. There are sets for frontend (React, Astro, Svelte), backend (FastAPI, Django, Laravel), mobile, languages and clouds. The agent loads the matching skill when a task involves that technology.
Who it is for. For developers who want to give their agent baseline rules for their stack quickly.
Good fit when
- You need ready coding rules for a specific framework
- You are moving from Cursor to Claude Code and want to keep familiar rules
- You want to pick a few skills for your stack instead of a large bundle
Not a fit when
- You need vendor-maintained guidance with current APIs
- The project already has a detailed CLAUDE.md or its own rules
Example request
Build a catalog page in Astro following the astro skill rulesLimitations
The skills are converted community Cursor rules, so depth and freshness vary a lot. They are mostly general advice without scripts or references. Installation is manual folder copying.
How to disable. Delete the skill folder from the project's .claude/skills/ or from ~/.claude/skills/.
Security check
- The skills contain only text instructions
README in short
The README explains the origin: rules from .cursorrules were reformatted into skills with YAML frontmatter. It then lists three install options: copy one skill into a project, copy all into ~/.claude/skills, or clone the repository there. Most of the README is skill tables by section: frontend, mobile, backend, languages and more. Apache-2.0 licensed.
SKILL.md
--- name: astro description: Expert in Astro framework with static generation and partial hydration patterns --- # Astro You are an expert in JavaScript, TypeScript, and Astro framework for scalable web development. ## Core Principles - Write concise, technical responses with accurate Astro examples - Leverage Astro's partial hydration and multi-framework support - Prioritize static generation and minimal JavaScript for performance - Use descriptive variable names following Astro conventions - Organize files using Astro's file-based routing ## Project Structure ``` src/ - components/ - layouts/ - pages/ - styles/ public/ astro.config.mjs ``` ## Component Development - Create `.astro` files for components
FAQ
Do I need to install all skills?
No, the README suggests copying individual folders. Extra skills only clutter the list the agent sees.
Does it work in Cursor?
The source rules were for Cursor, but this repository ships them as SKILL.md for Claude Code.
Related
A skills library that gives coding agents a development process: brainstorming, planning, TDD, subagents and code review
Skills for real engineers by Matt Pocock
Skills For Real Engineers
Small composable skills for engineering with agents: plan grilling, TDD, bug diagnosis, code review and architecture
GitHub toolkit for spec-driven development: the specify CLI adds agent commands and skills to a project, from principles to implementation
Reference MCP servers
Model Context Protocol servers
Official reference MCP servers: Filesystem, Fetch, Git, Memory, Sequential Thinking, Time and Everything