cue

Agent Profile Manager for Claude Code & Codex

Pick a profile. Launch with the right skills, MCPs, and plugins. Nothing else.

npm install -g cue-ai

or: gh repo clone opencue/claude-code-skills && ~/Documents/cue/install.sh

40+
CLI commands
120+
built-in skills
15
profiles
100K+
MCPs via Smithery

๐ŸŽฏ Per-Profile Isolation

Skills, MCPs, and plugins scoped to the active profile. Marketing doesn't see backend's tools.

๐Ÿ“ Directory-Aware

Pin a profile to a directory with .cue-profile. Every launch from inside boots with that loadout.

๐Ÿ›’ Marketplace

Search 100K+ MCP servers via Smithery. Install skills from GitHub with one command.

๐Ÿ“Š Optimizer Dashboard

Visual overview of all profiles with brand icons, usage stats, CLI dependencies, and token budgets.

๐Ÿ” Smart Detection

cue init scans your project and suggests the right profile. Auto-detect Next.js, Docker, Medusa, etc.

๐Ÿฅ Doctor & Audit

Detect drift, find unused skills, check CLI dependencies, lint skill quality. Keep profiles lean.

How it works

# Set up cue in your project
$ cd ~/projects/my-app
$ cue init
Detected: TypeScript, Next.js, Prisma, Tailwind
Suggested: frontend (92% match)
โœ… Pinned "frontend" to this directory.

# Now just type claude โ€” cue handles the rest
$ claude
cue: resolved profile "frontend" (10 skills, 0 MCPs)
launching claude with CLAUDE_CONFIG_DIR=~/.config/cue/runtime/frontend/claude

# Search and install MCPs from Smithery
$ cue marketplace search-mcps "github"
github          4,008 uses  Connect your AI agents to GitHub
vercel/grep     1,474 uses  Search millions of public repos

$ cue marketplace install-mcp github
โœ… Added "github" to profile "frontend"