Curated plugin marketplace for AI agents - works with Claude Code, Codex, and openskills
npx skills add https://github.com/numman-ali/n-skills --skill orchestrationقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
"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
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 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 or use your agent's native installer — your choice!
/plugin marketplace add numman-ali/n-skills
Then install any skill:
/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
Works with every agent: Claude Code, Cursor, Windsurf, Cline, OpenCode, and anything that reads AGENTS.md.
npm i -g openskills
openskills install numman-ali/n-skills
openskills sync
New to OpenSkills? It's the universal skills installer. Learn more →
Codex:
$skill-installer https://github.com/numman-ali/n-skills/tree/main/skills/tools/zai-cli
| Skill | Category | Source | Description |
|---|---|---|---|
| orchestration | workflow |
native | Multi-agent orchestration with cc-mirror tasks + TodoWrite |
| open-source-maintainer | workflow |
native | End-to-end GitHub repo maintenance for open-source projects |
| dev-browser | automation |
SawyerHood | Browser automation with persistent page state |
| gastown | tools |
native | Multi-agent orchestrator (best with Claude Code + Opus) |
| zai-cli | tools |
native | Z.AI vision, search, reader, and GitHub exploration via MCP |
More skills coming soon. Want to contribute? See CONTRIBUTING.md
| 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 |
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:
Not interested in:
Or DM me on X: @nummanali
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 |
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:
sources.yaml via PR.source.jsonWhy not submodules? Submodule hell is real. This approach is simpler and works with openskills, Claude Code, and every other tool without special handling.
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
Built for developers who value simplicity.
Apache 2.0 · Made by @numman-ali