explaingit

alirezarezvani/claude-skills

Analysis updated 2026-06-24 · repo last pushed 2026-05-21

14,673PythonAudience · vibe coderComplexity · 2/5MaintainedLicenseSetup · easy

TLDR

Library of 268 skills, 33 agents, and 7 personas for Claude Code and other AI coding assistants, with a script that converts them to each tool's native format.

Mindmap

mindmap
  root((claude-skills))
    Inputs
      SKILL.md files
      Persona configs
      Install scripts
    Outputs
      Installed skills
      Cursor rules
      Aider conventions
    Use Cases
      Specialize Claude Code
      Port skills to Cursor
      Add C-level personas
      Cover non-coding domains
    Tech Stack
      Python
      Markdown
      Shell
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Install a bundle of engineering skills into Claude Code via the plugin marketplace

USE CASE 2

Convert these skills into Cursor rules or Aider CONVENTIONS.md with the included script

USE CASE 3

Add C-level personas like CFO or COO to your AI assistant for business advice

USE CASE 4

Use the regulatory and quality skill bundle to draft compliance checklists

What is it built with?

PythonMarkdownShell

How does it compare?

alirezarezvani/claude-skillsscipy/scipyhorovod/horovod
Stars14,67314,68614,688
LanguagePythonPythonPython
Last pushed2026-05-212025-12-01
MaintenanceMaintainedQuiet
Setup difficultyeasyeasyhard
Complexity2/54/55/5
Audiencevibe coderresearcherresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Python helpers stick to the standard library, so a Claude Code plugin install adds skills with no extra dependencies.

MIT lets you use, modify, and ship this in commercial products as long as you keep the copyright notice.

In plain English

This repository is a large collection of so-called skills and plugins for AI coding assistants. A skill, in this context, is a bundle of written instructions, checklists, and small Python helper scripts that an AI assistant can read to behave like a specialist in a particular field. The README counts 268 skills, 33 agents, 7 personas, and 54 commands, all open-source and released under the MIT License. The skills are designed mainly for Claude Code, Anthropic's coding agent, but the README states they also work with eleven other tools, including OpenAI Codex, Gemini CLI, Cursor, Aider, Windsurf, Kilo Code, OpenCode, Augment, and Antigravity. A conversion script in the repository turns the same set of skills into the file format each tool expects, so users do not have to rewrite them by hand. The README distinguishes three building blocks. Skills describe how to do a task, agents describe what task to do, and personas describe who is thinking, for example a startup CTO or a CFO. The skills are grouped into domains: engineering, advanced engineering, product, marketing, regulatory and quality, project management, C-level advisory covering CFO, CMO, CRO, CPO, COO and similar roles, business and growth, and finance. Installation depends on the tool. For Claude Code, the user adds the marketplace with /plugin marketplace add alirezarezvani/claude-skills and then runs /plugin install commands for each domain or for a single skill. For Codex and OpenClaw there are dedicated install scripts. For the other seven tools, scripts/install.sh writes the skills into the format that tool expects, for example .cursor/rules for Cursor or CONVENTIONS.md for Aider. Each skill contains a SKILL.md file with structured instructions and decision rules, optional Python tools that the README says are written using only the standard library so no extra installs are needed, and reference documents like templates and checklists. The README emphasizes that the bundle covers many roles outside pure coding, including marketing, compliance, and executive advisory, which is unusual for this kind of repository. The full README is longer than what was shown.

Copy-paste prompts

Prompt 1
Give me a 5-minute install guide for claude-skills on Claude Code using /plugin marketplace add
Prompt 2
Show me how to install only the engineering and product skill bundles, not the full set
Prompt 3
Walk me through using scripts/install.sh to convert these skills into .cursor/rules
Prompt 4
How do I write a new SKILL.md that fits this repo's structure for a Postgres tuning expert
Prompt 5
Explain the difference between a skill, an agent, and a persona as this repo uses them

Frequently asked questions

What is claude-skills?

Library of 268 skills, 33 agents, and 7 personas for Claude Code and other AI coding assistants, with a script that converts them to each tool's native format.

What language is claude-skills written in?

Mainly Python. The stack also includes Python, Markdown, Shell.

Is claude-skills actively maintained?

Maintained — commit in last 6 months (last push 2026-05-21).

What license does claude-skills use?

MIT lets you use, modify, and ship this in commercial products as long as you keep the copyright notice.

How hard is claude-skills to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is claude-skills for?

Mainly vibe coder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.