From devglobe
Configures DevGlobe plugin by saving API key to ~/.devglobe/api_key, creating directory if needed, and initializing config.json with defaults. Invoke with /setup YOUR_API_KEY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devglobe:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure the DevGlobe plugin. User arguments: $ARGUMENTS
Configure the DevGlobe plugin. User arguments: $ARGUMENTS
If no API key is provided AND no key exists at ~/.devglobe/api_key:
show an error:
/devglobe:setup YOUR_API_KEY~/.devglobe/ directory if needed~/.devglobe/api_key (plain text, no trailing newline)~/.devglobe/config.json does not exist, create it with defaults: {"shareRepo": false, "anonymousMode": true}Confirm the API key was saved. Show current settings from ~/.devglobe/config.json.
Mention they're now live on https://devglobe.xyz.
Mention other commands: /devglobe:status, /devglobe:anonymous, /devglobe:share-repo.
npx claudepluginhub nako0/devglobe-extension --plugin devglobeToggle repo sharing on DevGlobe: enable (true) to show current repo name on profile, disable (false) to hide it. Manages ~/.devglobe/config.json; shows status without args.
Guides first-time Honcho setup: checks API key status, instructs environment variable setup (bash/powershell), validates connection, creates config for persistent memory in Claude Code.
View and update dev-setup plugin settings in .claude/dev-setup.json: worktrees_dir, env_file, wt_port_pattern. Use interactive menu or direct key-value args.