-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (45 loc) · 2.18 KB
/
Copy path.env.example
File metadata and controls
57 lines (45 loc) · 2.18 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Claude setup directory
# This should point to your private Claude configuration directory
# containing personas/ and mcps/ subdirectories
CLAUDE_SETUP_DIR=~/claude-setup
# GitHub personal access token (used by gh CLI)
GH_TOKEN=change-me
# GitHub PAT with 'copilot' scope - used by the GitHub plugin MCP
# Get via: gh auth token (if you have Copilot via gh CLI)
# Or create a PAT at github.com/settings/tokens with copilot scope
GITHUB_PERSONAL_ACCESS_TOKEN=change-me
# Context7 API key (used by context7 MCP)
CONTEXT7_API_KEY=change-me
# Tavily AI search API key (used by tavily MCP)
# Get at: app.tavily.com/home
TAVILY_API_KEY=change-me
# Serper.dev Google search API key (used by serper MCP)
# Get at: serper.dev/api-key
SERPER_API_KEY=change-me
# Todoist API token (used by todoist MCP)
# Get at: todoist.com/app/settings/integrations/developer
TODOIST_API_KEY=change-me
# Set to true to install dev packages during `dots sync`
# (pyenv, node, uv, rustup, docker — see packages/packages.yaml)
DOTFILES_DEV=false
# Optional Claude plugins — set to true to install during `dots sync`.
# These are gated in claude/plugins/registry.yaml and stay out of
# enabledPlugins / extraKnownMarketplaces unless explicitly opted in.
# (Inline comments would leak into the exported value — keep them above.)
# cheese-flow plugin (~/Dev/cheese-flow)
CHEESE_FLOW=false
# vaudeville plugin (~/Dev/vaudeville)
VAUDEVILLE=false
# todoist-flow plugin (claude/plugins/local/todoist-flow)
TODOIST=false
# Harnesses to install agent skills into via `gh skill install` (space-separated).
# Run `skill-sync` to apply against repos in skills/_registry.yaml.
# Supported values (see `gh skill install --help`):
# antigravity, claude-code, cursor, codex, github-copilot, gemini-cli,
# amp, augment, bob, cline, codebuddy, command-code, continue, cortex,
# crush, deepagents, droid, firebender, goose, iflow-cli, junie, kilo,
# kimi-cli, kiro-cli, kode, mcpjam, mistral-vibe, mux, neovate, openclaw,
# opencode, openhands, pi, pochi, qoder, qwen-code, replit, roo, trae,
# trae-cn, universal, warp, windsurf, zencoder
# Leave empty to skip skill sync.
SKILL_HARNESSES="antigravity claude-code cursor github-copilot codex"