numman-ali/openskills

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 59 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 26th, 2025
Open Issues & Pull Requests: 43 (+0)
GitHub issues: Enabled
Number of forks: 669
Total Stargazers: 10,747 (+1)
Total Subscribers: 61 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.3 hours
Mean response time: 4.2 days
90th percentile: 23.8 days
Tracked items: 33

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 5 hours, while "enhancement" waits about 32 hours. Only 8% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 29
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 197 days
Stale 30+ days: 28
Stale 90+ days: 26

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (24)
  • bug (23)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

OpenSkills is a universal skills loader for AI coding agents that brings Anthropic's skills system to every AI coding agent through a single CLI tool.

The tool solves the problem of skills being locked into Claude Code by generating the exact same available_skills XML format that Claude Code uses, making it readable by any agent that can parse AGENTS.md files. It works by installing SKILL.md files to a project or global location and writing them into an AGENTS.md file in the format that multiple agents understand. Skills can be loaded on demand to keep agent context clean, and the tool supports installation from the Anthropic marketplace, GitHub repositories, local paths, and private git repos.

Developers should choose OpenSkills if they use multiple AI coding agents and want to share a single skills library across them without duplicating effort. It suits projects that need skills to be versioned alongside code or installed from private sources. The tool maintains exact compatibility with Claude Code's skill format and folder structure, so skills written for Claude Code work immediately with other agents like Cursor, Windsurf, Aider, and Codex. Installation defaults to project-local storage in .claude/skills or .agent/skills, with options for global installation or universal mode to avoid conflicts when using Claude Code alongside other agents.

The project shows active development with recent commits addressing core functionality. Work spans multiple areas including the core skill-loading mechanism, command-line interface refinement, and documentation of the SKILL.md authoring format. The maintainer has implemented features for updating skills from git sources and managing skill sources across different installation locations.