VS Code extension for nullapt — browse the registry, install, remove, verify, and publish AI skills without leaving the editor.
- Sidebar panel — Installed Skills and Registry views in the Activity Bar
- Install / Remove via Command Palette (
Ctrl+Shift+P) - Verify a
SKILL.jsonsignature with a right-click → nullapt: Verify SKILL.json - Publish directly from a
SKILL.jsonfile - Browse opens nullapt.dev in your browser
- nullapt CLI must be on your PATH (or configure
nullapt.cliPath)
| Setting | Default | Description |
|---|---|---|
nullapt.registryUrl |
https://registry.nullapt.dev |
Use a self-hosted registry |
nullapt.cliPath |
(PATH) | Absolute path to the nullapt binary |
git clone https://github.com/nullapt/vscode-nullapt
cd vscode-nullapt
npm install
npm run dev # watch mode
# Press F5 in VS Code to launch Extension Development Host