一键导入
cue-agent-profile-manager
When user asks about managing Claude Code or Codex profiles, skills, MCPs, or agent configuration, use cue CLI commands to help them
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
When user asks about managing Claude Code or Codex profiles, skills, MCPs, or agent configuration, use cue CLI commands to help them
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no p
AI-optimized browser automation CLI with context-efficient snapshots. Use for long autonomous sessions, self-verifying workflows, video recording, and cloud browser testing (Browserbase).
Audit Flowser context routing, shared-skill discoverability, and Claude/Codex wiring. Use when context docs or skill surfaces move, split, or drift.
Audit active Flowser plan files for staleness, completion, and routing truth. Use when cleaning up plans, reconciling active work, or archiving completed artifacts.
Audit agent harness health: Claude/Codex agent parity, skill registry consistency, README.md sync, and protocol file wiring. Use when agents, skills, README.md, or development-protocol files move, split, or drift.
Autonomous iterative optimization loop for measurable metrics like coverage, performance, or bundle size. Use when repeated experiments can be judged by a mechanical score.
| 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 |
Pick a profile. Launch with the right skills, MCPs, and plugins. Nothing else.
npm install -g @opencue/claude-code-skills
# or
gh repo clone opencue/claude-code-skills ~/Documents/cue && ~/Documents/cue/install.sh
cue init # interactive setup for current project
cue list # show all profiles
cue optimizer # visual dashboard of all profiles
claude # launches with the resolved profile
| 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 |
.cue-profile pins a profile to a directorycore baseline