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.
Install
Section titled “Install”Requires the Sonenta CLI.
sonenta skills addThis 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:
sonenta initSee what is available
Section titled “See what is available”sonenta skills listReads the server catalogue. Works signed out, but needs a network. Installing does need an account; the free plan is enough.
Update
Section titled “Update”The skill and the hook are versioned templates. To refresh the installed versions to the latest shipped one:
sonenta skills updateIf 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.
Remove
Section titled “Remove”sonenta skills removeThis 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.
- The five agents: what each one does
- CLI reference:
sonenta skills - MCP setup: wiring Sonenta into your agent