Quick start
Sixty seconds from npm install to a working setup with skills wired into your AI agent.
Step 1: Onboard
After installing the CLI (see Installation), run:
This auto-detects which AI agent you actively use (Claude Code, Copilot CLI, Codex, Cursor, Kimi, Gemini, …) by scanning the agent's home directory, picks a primary candidate by recency × volume, and installs a curated skill bundle for that agent.
Profiles let you tailor the bundle:
Step 2: Initialise your project (interactive)
Walks you through picking providers and pasting tokens — they go straight to the OS keychain. For details see Project initialization.
Alternative: manual configuration
If you'd rather configure providers by hand, follow the steps below.
Choose your provider
DevBoy tools supports GitHub, GitLab, ClickUp, and Jira. Pick the one your project uses.
GitHub
- Go to GitHub → Settings → Developer settings → Personal access tokens → Tokens (classic)
- Click Generate new token (classic)
- Select the
repoandread:userscopes - Click Generate token and copy it
GitLab
- Go to GitLab → User Settings → Access Tokens
- Click Add new token
- Select the
apiandread_userscopes - Click Create personal access token and copy it
Jira
- For Jira Cloud: Go to https://id.atlassian.com/manage-profile/security/api-tokens
- Click Create API token, give it a label, and copy it
Tip: Use the Quick Config Generator on the GitHub, GitLab, or Jira integration page — paste your URL and it will generate the commands for you.
Step 3: Verify connection
You should see output confirming the connection is successful.
Step 4: Try some commands
List issues
List merge requests / pull requests
Step 5: Integrate with AI assistants
Claude Code (CLI)
The easiest way is to use the init command with --claude flag:
Or register manually:
Verify the integration:
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Next steps
- GitHub Integration - Full GitHub configuration reference
- GitLab Integration - Full GitLab configuration reference
- Jira Integration - Full Jira configuration reference