---
title: Nori Skillsets
description: The open-source skill manager — one skillset, installed into any coding agent.
status: draft
sidebar:
  order: 3
---

Skillsets (`sks` in your shell, `nori-skillsets` on npm) packages the skills,
instructions, subagents, slash commands, and MCP servers your coding agents
work with — and installs one canonical skillset into whichever agents you
use. Thirteen agents — seven supported, six experimental — come from a
single declarative table; a registry at
[noriskillsets.dev](https://noriskillsets.dev) (public, plus private per-org
registries) handles sharing and versioning.

```sh
npm install -g nori-skillsets
sks init
sks install senior-swe
```

## Sections

- [start/](/skillsets/start/) — install, first skillset, project scoping
- [guides/](/skillsets/guides/) — authoring skills, managing skillsets, publishing, MCP
- [reference/](/skillsets/reference/) — commands, configuration, supported agents, schemas
- [develop/](/skillsets/develop/) — architecture and contributing

Source: [github.com/tilework-tech/nori-skillsets](https://github.com/tilework-tech/nori-skillsets).
