Managing skillsets
Your library lives at ~/.nori/profiles/. Activation writes a translated
copy into each configured agent’s directory and drops a .nori-managed
marker there.
Switching
Section titled “Switching”sks switch # interactive pickersks switch my-swe # by nameBefore switching away, sks compares the installed files against their
recorded hashes; if you edited managed files it stops and tells you —
--force discards the edits. With redownloadOnSwitch enabled (the
default), the skillset is refreshed from the registry first.
Knowing what’s active
Section titled “Knowing what’s active”sks current # active skillset for an agentsks list # your librarysks list-active # walks up from CWD showing every managed directorysks dir # open your skillset library (~/.nori/profiles)Multiple agents
Section titled “Multiple agents”sks config --agents sets your default agents; switches and installs
broadcast to all of them. Target one explicitly with --agent <name>.
Cleaning up
Section titled “Cleaning up”sks clear— remove managed files and deactivatesks clear-current— clear every managed directory from CWD upwardsks factory-reset <agent>— wipe the agent’s directory entirely (interactive only)
Files sks touched outside its own directories (like
~/.claude/settings.json) are backed up to <file>.pre-nori on first
install and restored on uninstall.
this page as markdown: /skillsets/guides/profiles.md· index for agents: /llms.txt