An open API service indexing awesome lists of open source software.

https://github.com/numman-ali/n-skills

Curated plugin marketplace for AI agents - works with Claude Code, Codex, and openskills
https://github.com/numman-ali/n-skills

Last synced: 4 months ago
JSON representation

Curated plugin marketplace for AI agents - works with Claude Code, Codex, and openskills

Awesome Lists containing this project

README

          

n-skills




**Curated by [Numman Ali](https://x.com/nummanali)**

[![Twitter Follow](https://img.shields.io/twitter/follow/nummanali?style=social)](https://x.com/nummanali)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE)
[![agentskills.io](https://img.shields.io/badge/format-agentskills.io-purple.svg)](https://agentskills.io)
[![AGENTS.md](https://img.shields.io/badge/discovery-AGENTS.md-green.svg)](https://www.infoq.com/news/2025/08/agents-md/)

**One marketplace. Every agent.**

[Install](#-quick-start) ยท [Skills](#-available-skills) ยท [Submit a Skill](#-want-to-be-featured) ยท [Philosophy](#-philosophy)

---

## ๐Ÿ’ก Philosophy

> **"Write once. Run everywhere."**

AI coding agents are evolving fast, and each has its own way of doing things:

```
Claude Code โ†’ CLAUDE.md, .claude/skills/
GitHub Copilot โ†’ AGENTS.md, copilot-instructions.md
Codex โ†’ SKILL.md, ~/.codex/skills/
Cursor โ†’ .cursor/rules/*.mdc
Windsurf โ†’ Cascade Rules, Memories
Cline โ†’ .clinerules
Factory/Droid โ†’ .factory/droids/*.md
OpenCode โ†’ .opencode/skill/, opencode.json
```

### The n-skills Way

We embrace the diversity with a universal approach:

```
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ โ”‚
โ”‚ SKILL.md โ†’ The universal skill format โ”‚
โ”‚ AGENTS.md โ†’ The universal discovery file โ”‚
โ”‚ openskills โ†’ The universal installer โ”‚
โ”‚ โ”‚
โ”‚ Write once. Run everywhere. โ”‚
โ”‚ โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
```

[AGENTS.md](https://www.infoq.com/news/2025/08/agents-md/) is now adopted by **20,000+ repositories** and natively supported by GitHub Copilot, Google Gemini, OpenAI Codex, Factory Droid, Cursor, and more.

**n-skills is a curated marketplace.** Install via [openskills](https://github.com/numman-ali/openskills) or use your agent's native installer โ€” your choice!

---

## ๐Ÿš€ Quick Start

### Claude Code

```bash
/plugin marketplace add numman-ali/n-skills
```

Then install any skill:
```bash
/plugin install orchestration@n-skills
/plugin install open-source-maintainer@n-skills
/plugin install gastown@n-skills
/plugin install dev-browser@n-skills
/plugin install zai-cli@n-skills
```

### OpenSkills (Universal)

Works with **every agent**: Claude Code, Cursor, Windsurf, Cline, OpenCode, and anything that reads AGENTS.md.

```bash
npm i -g openskills
openskills install numman-ali/n-skills
openskills sync
```

> **New to OpenSkills?** It's the universal skills installer. [Learn more โ†’](https://github.com/numman-ali/openskills)

Other native installers

**Codex:**
```bash
$skill-installer https://github.com/numman-ali/n-skills/tree/main/skills/tools/zai-cli
```

---

## ๐Ÿ“ฆ Available Skills

| Skill | Category | Source | Description |
|:------|:---------|:-------|:------------|
| **[orchestration](./skills/workflow/orchestration/)** | `workflow` | native | Multi-agent orchestration with cc-mirror tasks + TodoWrite |
| **[open-source-maintainer](./skills/workflow/open-source-maintainer/)** | `workflow` | native | End-to-end GitHub repo maintenance for open-source projects |
| **[dev-browser](./skills/automation/dev-browser/)** | `automation` | [SawyerHood](https://github.com/SawyerHood/dev-browser) | Browser automation with persistent page state |
| **[gastown](./skills/tools/gastown/)** | `tools` | native | Multi-agent orchestrator (best with Claude Code + Opus) |
| **[zai-cli](./skills/tools/zai-cli/)** | `tools` | native | Z.AI vision, search, reader, and GitHub exploration via MCP |

> More skills coming soon. Want to contribute? See [CONTRIBUTING.md](CONTRIBUTING.md)

---

## ๐Ÿ—‚๏ธ Categories

| Category | What goes here |
|:---------|:---------------|
| `workflow` | Multi-agent orchestration, task coordination |
| `tools` | CLI tools and utilities |
| `development` | Language-specific dev assistance |
| `productivity` | Workflow automation |
| `automation` | Browser, CI/CD, system automation |
| `data` | Databases, data processing |
| `documentation` | Docs, diagrams, specs |

---

## ๐ŸŽฏ Want to be Featured?

This is a **curated** marketplace. Anyone can request to be included, but only **high-quality, real value-add projects** will be considered.

**What we're looking for:**
- Skills that solve real problems
- Clean, well-documented code
- Genuine utility for developers
- Active maintenance

**Not interested in:**
- Wrapper skills with no real value
- Abandoned or unmaintained projects
- Low-effort submissions

### How to Submit

1. Open an [issue](https://github.com/numman-ali/n-skills/issues) with your skill details
2. Explain what it does and why it's valuable
3. If approved, submit a PR following [CONTRIBUTING.md](CONTRIBUTING.md)

Or DM me on X: [@nummanali](https://x.com/nummanali)

---

## ๐ŸŒ Universal Compatibility

n-skills works everywhere because we use open standards:

| Agent | How it works | Status |
|:------|:-------------|:------:|
| **Claude Code** | Native plugin system | โœ… Native |
| **GitHub Copilot** | Reads AGENTS.md directly | โœ… Native |
| **Codex** | $skill-installer | โœ… Native |
| **Factory/Droid** | Reads AGENTS.md directly | โœ… Native |
| **Cursor** | openskills โ†’ AGENTS.md | โœ… Universal |
| **Windsurf** | openskills โ†’ AGENTS.md | โœ… Universal |
| **Cline** | openskills โ†’ AGENTS.md | โœ… Universal |
| **OpenCode** | Native skill support | โœ… Native |
| **Amp Code** | openskills โ†’ AGENTS.md | โœ… Universal |

---

## ๐Ÿ”„ Auto-Sync from Upstream

External skills stay in sync with their source repos automatically.

```
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚ โ”‚
โ”‚ Your Repo n-skills โ”‚
โ”‚ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โ”‚
โ”‚ skills/my-skill/ โ”€โ”€โ–บ skills/category/my-skill/ โ”‚
โ”‚ โ”‚
โ”‚ Daily cron syncs your latest changes. โ”‚
โ”‚ You maintain ownership. We curate the collection. โ”‚
โ”‚ โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
```

**How it works:**
1. You maintain your skill in your own repo
2. Add an entry to [`sources.yaml`](sources.yaml) via PR
3. GitHub Actions syncs your skill folder daily
4. Attribution preserved via `.source.json`

**Why not submodules?** Submodule hell is real. This approach is simpler and works with openskills, Claude Code, and every other tool without special handling.

---

## ๐Ÿ“ Repository Structure

```
n-skills/
โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ””โ”€โ”€ marketplace.json # Claude Code registry
โ”œโ”€โ”€ .github/workflows/
โ”‚ โ””โ”€โ”€ sync-skills.yml # Daily sync automation
โ”œโ”€โ”€ scripts/
โ”‚ โ”œโ”€โ”€ sync-external.mjs # Sync engine
โ”‚ โ””โ”€โ”€ update-registry.mjs # Registry generator
โ”œโ”€โ”€ sources.yaml # External skill manifest
โ”œโ”€โ”€ AGENTS.md # Universal discovery
โ”œโ”€โ”€ skills/
โ”‚ โ”œโ”€โ”€ automation/
โ”‚ โ”‚ โ””โ”€โ”€ dev-browser/ # Synced from SawyerHood
โ”‚ โ”‚ โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ”‚ โ””โ”€โ”€ skills/dev-browser/ # SKILL.md lives here
โ”‚ โ”œโ”€โ”€ tools/
โ”‚ โ”‚ โ”œโ”€โ”€ gastown/
โ”‚ โ”‚ โ”‚ โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ”‚ โ”‚ โ””โ”€โ”€ skills/gastown/
โ”‚ โ”‚ โ””โ”€โ”€ zai-cli/
โ”‚ โ”‚ โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ”‚ โ””โ”€โ”€ skills/zai-cli/
โ”‚ โ””โ”€โ”€ workflow/
โ”‚ โ”œโ”€โ”€ orchestration/
โ”‚ โ”‚ โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ”‚ โ””โ”€โ”€ skills/orchestration/
โ”‚ โ””โ”€โ”€ open-source-maintainer/
โ”‚ โ”œโ”€โ”€ .claude-plugin/
โ”‚ โ””โ”€โ”€ skills/open-source-maintainer/
โ””โ”€โ”€ docs/
โ”œโ”€โ”€ skill-format.md # How to write skills
โ”œโ”€โ”€ cross-platform.md # Multi-agent compatibility
โ””โ”€โ”€ categories.md # Category guidelines
```

---

## ๐Ÿ”— Related Projects

- **[openskills](https://github.com/numman-ali/openskills)** โ€” Universal skills installer for all AI agents
- **[zai-cli](https://github.com/numman-ali/zai-cli)** โ€” Z.AI capabilities via CLI and MCP
- **[agentskills.io](https://agentskills.io)** โ€” The open standard for AI agent skills

---

**Built for developers who value simplicity.**

Apache 2.0 ยท Made by [@numman-ali](https://github.com/numman-ali)