Openskills banner
numman-ali numman-ali

Openskills

AI community

Description

Universal skills loader for AI coding agents - npm i -g openskills

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenSkills

**Universal skills loader for AI coding agents**

One CLI. Every agent. Same format as Claude Code.

[![npm version](https://img.shields.io/npm/v/openskills.svg)](https://www.npmjs.com/package/openskills) [![npm downloads](https://img.shields.io/npm/dm/openskills.svg)](https://www.npmjs.com/package/openskills) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

[Quick Start](#-quick-start) · [How It Works](#-how-it-works) · [Commands](#-commands) · [Create Skills](#-creating-your-own-skills) · [FAQ](#-faq)


✨ What Is OpenSkills?

OpenSkills brings **Anthropic's skills system** to every AI coding agent — Claude Code, Cursor, Windsurf, Aider, Codex, and anything that can read `AGENTS.md`.

**Think of it as the universal installer for SKILL.md.**


🚀 Quick Start

npx openskills install anthropics/skills
npx openskills sync

By default, installs are project-local (`./.claude/skills`, or `./.agent/skills` with `--universal`). Use `--global` for `~/.claude/skills`.


✅ Why OpenSkills

  • Exact Claude Code compatibility — same prompt format, same marketplace, same folder structure
  • Universal — works with Claude Code, Cursor, Windsurf, Aider, Codex, and more
  • Progressive disclosure — load skills only when needed (keeps context clean)
  • Repo-friendly — skills live in your project and can be versioned
  • Private friendly — install from local paths or private git repos

🧠 How It Works

Claude Code System Prompt (Skills)

Claude Code ships skills as **SKILL.md files** and exposes them inside a `` block. When the user asks for a task, Claude dynamically loads the matching skill.



pdf
Comprehensive PDF manipulation toolkit for extracting text and tables...