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-skillsThen 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-skillsWorks 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 syncNew to OpenSkills? It's the universal skills installer. Learn more β
Other native installers
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:
- 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
- Open an issue with your skill details
- Explain what it does and why it's valuable
- If approved, submit a PR following CONTRIBUTING.md
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:
- You maintain your skill in your own repo
- Add an entry to
sources.yamlvia PR - GitHub Actions syncs your skill folder daily
- 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.
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
- openskills β Universal skills installer for all AI agents
- zai-cli β Z.AI capabilities via CLI and MCP
- agentskills.io β The open standard for AI agent skills
Built for developers who value simplicity.
Apache 2.0 Β· Made by @numman-ali