forked from gotalab/skillport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 1.06 KB
/
Copy path.env.example
File metadata and controls
31 lines (25 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SkillPort Configuration
# ----------------------
# Variables prefixed with SKILLPORT_ are SkillPort-specific.
# API keys use standard names for compatibility with other tools.
# Path Settings
# SKILLPORT_SKILLS_DIR=./.skills
# Explicit DB override (optional). By default derived from ~/.skillport/indexes/
# SKILLPORT_DB_PATH=~/.skillport/indexes/default/skills.lancedb
# Search Settings
# SKILLPORT_SEARCH_LIMIT=10
# SKILLPORT_SEARCH_THRESHOLD=0.2
# Skill Filters (comma-separated)
# SKILLPORT_ENABLED_SKILLS=skill-a,skill-b
# SKILLPORT_ENABLED_CATEGORIES=development,documentation
# SKILLPORT_ENABLED_NAMESPACES=team-tools
# Core Skills (always available without searching)
# SKILLPORT_CORE_SKILLS_MODE=auto # auto, explicit, none
# SKILLPORT_CORE_SKILLS=code-review,team-standards # for explicit mode
# Execution Settings
# SKILLPORT_ALLOWED_COMMANDS=python,python3,uv,node,cat,ls,grep
# GitHub (for private repositories)
# GITHUB_TOKEN=ghp_...
# Embedding Settings
# Set to 'none' (default) or 'openai'. Leave unset to keep default.
SKILLPORT_EMBEDDING_PROVIDER=none