Curated plugin marketplace for AI agents - works with Claude Code, Codex, and openskills
npx skills add https://github.com/numman-ali/n-skills --skill orchestrationInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
Curated by Numman Ali
One marketplace. Every agent.
Install ยท Skills ยท Submit a Skill ยท 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
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