From auggie-context
Set up Auggie credentials for the auggie-context plugin
How this command is triggered — by the user, by Claude, or both
Slash command
/auggie-context:auggie-setupThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Auggie Setup Command Help the user configure their Auggie credentials using `auggie login`. ## Steps to Guide the User ### Step 1: Check if already authenticated Ask the user to run: If this outputs `accessToken` and `tenantURL`, they're already authenticated. Skip to Step 3. If it shows an error or asks to login, proceed to Step 2. ### Step 2: Authenticate with Auggie Instruct the user: 1. **Install Auggie CLI** (if not already installed): Visit https://docs.augmentcode.com/cli for installation instructions. 2. **Login to Auggie**: This will: - Open a browser f...
Help the user configure their Auggie credentials using auggie login.
Ask the user to run:
auggie token print
If this outputs accessToken and tenantURL, they're already authenticated. Skip to Step 3.
If it shows an error or asks to login, proceed to Step 2.
Instruct the user:
Install Auggie CLI (if not already installed):
Visit https://docs.augmentcode.com/cli for installation instructions.
Login to Auggie:
auggie login
This will:
~/.augment/session.jsonVerify login succeeded:
auggie token print
You should see your accessToken and tenantURL.
After authenticating, restart Claude Code to pick up the new credentials.
Then run /auggie-index to index your codebase.
The Auggie SDK automatically loads credentials from ~/.augment/session.json (created by auggie login). No environment variables or manual configuration needed.
Install the Auggie CLI from https://docs.augmentcode.com/cli
Run auggie login again to refresh your session.
~/.augment/session.json existsnpx claudepluginhub vleytman/1wp-plugins --plugin auggie-context/setupInteractive setup wizard that detects installed AI providers, configures authentication, and optimizes token usage. Auto-runs on first install and surfaces a status dashboard on manual invocation.
/ai-coding-configInteractively sets up or updates AI coding configurations for Claude Code, Cursor, Aider, and Continue. Detects tools, manages repo, guides plugin installation. Supports update argument.
/authManages Composure CLI authentication: login/logout via OAuth, check status, upgrade plan, migrate configs, refresh tokens.
/aiwg-regenerate-claudeRegenerates CLAUDE.md for Claude Code integration via intelligent merge: analyzes project state and tech stack, preserves team content, updates AIWG and Claude-specific sections only. Supports --no-backup, --dry-run, --full flags.
/setupCheck whether the local Qwen Code CLI is ready and optionally toggle the stop-time review gate
/setupChecks whether Codex and Gemini CLIs are installed and authenticated, with optional guided installation for missing CLIs.