Claudette is distributed through Package Control, the standard package manager for Sublime Text. Installation takes a few minutes and requires a free Anthropic account to obtain an API key.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/barryceelen/claudette/llms.txt
Use this file to discover all available pages before exploring further.
Install Claudette
Install Package Control
If you do not already have Package Control, open the command palette and run Install Package Control. Sublime Text will download and install it automatically.Alternatively, follow the Package Control installation guide for manual instructions.
Open the command palette
Open the command palette with the keyboard shortcut for your operating system:
| Platform | Shortcut |
|---|---|
| Mac | Cmd + Shift + P |
| Windows | Ctrl + Shift + P |
| Linux | Ctrl + Shift + P |
Run Package Control: Install Package
Type
Package Control: Install Package and press Enter. Wait a moment while Package Control fetches the package list.Get an API key from Anthropic
Claudette requires an Anthropic API key to communicate with Claude. Create or sign in to your account at console.anthropic.com, then generate a new API key.
Settings file location
The settings file is located at the path shown in the Sublime Text menu. On most systems the user settings file is stored here:| Platform | Path |
|---|---|
| Mac | ~/Library/Application Support/Sublime Text/Packages/User/Claudette.sublime-settings |
| Windows | %APPDATA%\Sublime Text\Packages\User\Claudette.sublime-settings |
| Linux | ~/.config/sublime-text/Packages/User/Claudette.sublime-settings |
Manual installation
If you prefer not to use Package Control, you can install Claudette manually:- Download or clone the Claudette repository from GitHub.
- Open Sublime Text and go to Preferences > Browse Packages to open the
Packagesdirectory. - Copy the
Claudettefolder into thePackagesdirectory. - Restart Sublime Text.
- Configure your API key as described in step 6 above.