Configuration
Configuration File
kitpack reads configuration from .kitpack/config.json or the default config at ~/.kitpack/config.json.
{
"registry": "local",
"localIndexDir": "~/.kitpack/index"
}| Field | Type | Default | Description |
|---|---|---|---|
registry | "npm" | "local" | "local" | Which registry to publish/search |
localIndexDir | string | ~/.kitpack/index | Directory for local registry index |
Environment Variables
| Variable | Description |
|---|---|
VERCEL_OIDC_TOKEN | Vercel OIDC token for authenticated skills.sh API access |
Data Directory
kitpack stores installed skills locally:
.kitpack/
packs.json # Project skill metadata
skills/
<skill-name>/ # Each installed skill
packs.json
files/
SKILL.md
...
files/ # Files added via kitpack add