Skills · Community project

Claude Skills

Claude Skills is a cross-platform collection of hundreds of skills, agents, commands, and scripts spanning engineering, product, marketing, research, compliance, finance, and daily productivity.

25.0k StarsMITPythonUpdated today
01

Project overview

Claude Skills packages engineering, product, marketing, research, compliance, finance, and productivity methods as reusable agent skills, with installation or conversion paths for multiple hosts. It is useful when you want to select professional workflows from a broad catalog, but the entire repository should not be enabled blindly.

02

Core capabilities

01

Multi-domain skills catalog

Choose reusable workflows across engineering, product, marketing, research, compliance, and business domains.

02

Claude Code plugin installation

Provides a marketplace and domain-oriented installation for Claude Code.

03

Codex and multi-host support

Provides formats or installation scripts for Codex, Gemini CLI, Cursor, OpenCode, and other hosts.

04

Bundled Python tools and templates

Many skills include Python tools, references, templates, and verification guidance.

Claude Skills README showing domain categories and capability overview for hundreds of skills
Skills Overview organizes engineering, product, marketing, research, and operations workflows for selective installation.View repository image
03

Installation and usage

Choose one domain or a small set of skills, then use the repository's command for your host. Windows users should verify Developer Mode and symlink behavior first.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install a small selection of skills from https://github.com/alirezarezvani/claude-skills for the current agent host. Read README.md, INSTALLATION.md, LICENSE, and each selected SKILL.md, scripts, and references first. Ask for my host and target domain; do not install the whole catalog by default. For Codex, use the documented `npx agent-skills-cli add alirezarezvani/claude-skills --agent codex` path. On Windows, check Developer Mode, symlinks, and UTF-8 requirements. Ask before downloading software, running scripts, writing global directories, requesting credentials or extra permissions, or replacing files. Verify each skill with a nonsensitive small task.
01Before you start
  • A supported agent host
  • Node.js and npx for the Codex path
  • Review symlink notes before using mirror directories on Windows
02Copy the install command or configuration
npx agent-skills-cli add alirezarezvani/claude-skills --agent codex
03Complete the setup steps
  1. 1
    Choose a domain and host

    Select a domain from Skills Overview and confirm whether you use Claude Code, Codex, Gemini CLI, or another host.

  2. 2
    Review components and boundaries

    Read each selected SKILL.md, scripts, references, and host-specific installation notes.

  3. 3
    Install and verify individually

    Run the host-specific command, enable only a small set of skills, and verify invocation and output with small tasks.

How to verify the setup

Confirm the selected skill appears in the host's skill directory, then explicitly invoke it on a nonsensitive minimal task. Verify that the expected SKILL.md was loaded and the output matches its documentation.

Before using it
  • Start with a small set and expand only when needed
  • Do not ignore the Windows symlink warning
Claude Skills README showing quick installation and the Windows symlink warning
The Quick Install section documents Windows symlink and UTF-8 requirements before host-specific setup.View repository image
04

Use cases

SCENARIO 01

Add professional workflows

Select existing skills for review, product planning, marketing, research, or operations.

SCENARIO 02

Move workflows across hosts

Use similar methods in Codex, Claude Code, Gemini CLI, and other tools.

SCENARIO 03

Study skill design

Review complex skills with scripts, references, and templates.

05

Assessment

The main value is breadth, active maintenance, multiple host paths, and coverage beyond engineering. The tradeoff is catalog size and host-specific differences, which require careful component selection. This assessment is based on the README, installation documentation, release, and license without executing a skill.

Why it may be useful

  • Covers 20 domains
  • Supports multiple agent hosts
  • Includes scripts, templates, and references

What to know first

  • Large catalog requires careful selection
  • Host behavior is not identical
  • No installation or functional test was performed
06

README

Claude Skills


Overview

Claude Skills is a cross-platform collection of hundreds of skills, agents, commands, and scripts spanning engineering, product, marketing, research, compliance, finance, and daily productivity. 380 Claude Code skills & agent skills & plugins for Claude Code, Codex, Gemini CLI, Cursor, and more coding agents.

Getting started

  • Choose one domain or a small set of skills, then use the repository's command for your host. Windows users should verify Developer Mode and symlink behavior first.
  • The current README lists 386 production-ready skills across 20 domains and distinguishes skills, agents, and personas.
  • The documented Codex command is `npx agent-skills-cli add alirezarezvani/claude-skills --agent codex`.
  • Confirm the selected skill appears in the host's skill directory, then explicitly invoke it on a nonsensitive minimal task. Verify that the expected SKILL.md was loaded and the output matches its documentation.

Configuration

npx agent-skills-cli add alirezarezvani/claude-skills --agent codex
Read the complete README on GitHub