
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
nori-skillsets
Advanced tools
CLI Client for installing and managing Nori Skillsets
The Nori Skillsets Client connects you to noriskillsets.dev, a registry of verified Claude Code Skills and packaged agent configurations. Install complete Skillsets or individual Skills that have been reviewed for effectiveness, clarity, and proper implementation.
For complete documentation and to browse available Skillsets, visit:
A Skillset is a complete, unified configuration that defines how your coding agent behaves. Skillsets can include:
Install the client:
npm install -g nori-skillsets
Run init to set up a skillsets folder at cwd/.nori/profiles and capture your existing configs. Note that this will set up in the folder that you run the command in, allowing you to scope skillsets by project.
nori-skillsets init
Download a skillset from noriskillsets.dev.
nori-skillsets download senior-swe
Switch to using the new skillset.
nori-skillsets switch senior-swe
Skillsets are stored in ~/.nori/profiles/ as your library of available configurations. When you switch to a Skillset, the client copies its contents into the relevant locations in cwd/.claude/ where Claude Code reads them.
Skillset Structure:
~/.nori/profiles/my-skillset/
├── CLAUDE.md # Custom instructions
├── skills/ # Skill definitions
│ ├── my-skill/
│ │ └── SKILL.md
│ └── another-skill/
│ └── SKILL.md
├── subagents/ # Subagent configurations
└── slashcommands/ # Custom slash commands
When you activate a Skillset:
cwd/.claude/cwd/.nori/profiles/<skillset-name>/ to cwd/.claude/This separation lets you maintain multiple Skillsets and switch between them without losing any configuration.
Create the skillset directory:
mkdir -p ~/.nori/profiles/my-skillset
Add a CLAUDE.md file with your custom instructions:
# My Custom Skillset
Add your workflow preferences here:
- Testing requirements
- Git automation rules
- Code style guidelines
- Any repeating instructions
Activate your skillset:
nori-skillsets switch my-skillset
Manual changes made to a .claude/ directory will be removed when switching skillsets. Manual changes should be made in the .nori/profile/ directory instead.
Teams can set up private registries to share custom Skillsets across the organization. With private registries:
Contact us at usenori.ai to set up a private registry for your team.
FAQs
Nori Skillsets plugin for Claude Code
The npm package nori-skillsets receives a total of 266 weekly downloads. As such, nori-skillsets popularity was classified as not popular.
We found that nori-skillsets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.