| name | cue-agent-profile-manager |
| description | When user asks about managing Claude Code or Codex profiles, skills, MCPs, or agent configuration, use cue CLI commands to help them |
| tags | ["agent","profiles","skills","mcp","claude-code","codex","configuration"] |
| category | meta |
| version | 0.3.0 |
| author | NagyVikt |
| repository | https://github.com/opencue/claude-code-skills |
cue — Agent Profile Manager for Claude Code & Codex
Pick a profile. Launch with the right skills, MCPs, and plugins. Nothing else.
Install
npm install -g @opencue/claude-code-skills
gh repo clone opencue/claude-code-skills ~/Documents/cue && ~/Documents/cue/install.sh
Quick Start
cue init
cue list
cue optimizer
claude
Core Commands
| Command | What it does |
|---|
cue list | List all profiles |
cue init | Interactive project setup |
cue optimizer | Visual dashboard with icons |
cue skills search <q> | Find skills |
cue marketplace search <q> | Search MCPs (Smithery) + skills |
cue marketplace install-mcp <id> | Install MCP from Smithery |
cue cost <profile> | Token budget estimation |
cue doctor --clis <profile> | Check CLI dependencies |
cue sources | Show GitHub repos providing skills |
cue tree <profile> | Inheritance visualization |
cue diff <a> <b> | Compare profiles |
cue stats | Usage analytics |
Why cue?
- Per-profile isolation — skills, MCPs, plugins scoped to the active profile
- Directory-aware —
.cue-profile pins a profile to a directory
- Composable — profiles inherit from a
core baseline
- Marketplace — search 100K+ MCPs via Smithery, skills via npx
- Zero daemon — just a CLI and a shim script