Skip to content

Claude Code skill and hook

Sonenta installs a Claude Code skill and an i18n guardrail hook into your repository. They are opt-in, non-intrusive, and run entirely locally: no backend call.

The skill gives the agent your project's conventions; the PostToolUse hook catches drift as the agent writes, not three commits later.

Requires the Sonenta CLI.

Fenêtre de terminal
sonenta skills add

This writes three files under .claude/ and merges the hook into your settings, without touching anything else. The merge is safe: your other hooks and settings stay in place.

You can also enable it while initialising a project:

Fenêtre de terminal
sonenta init
Fenêtre de terminal
sonenta skills list

Reads the server catalogue. Works signed out, but needs a network. Installing does need an account; the free plan is enough.

The skill and the hook are versioned templates. To refresh the installed versions to the latest shipped one:

Fenêtre de terminal
sonenta skills update

If you have edited the installed skill or hook yourself, the command leaves it intact and reports it as customised. Your changes are never silently overwritten.

Fenêtre de terminal
sonenta skills remove

This deletes the skill and hook files, and removes only its entry from .claude/settings.json, leaving your other settings untouched.

Always restart your Claude Code session after add, remove or update.