Discover skills your AI agent is missing

cue scans GitHub for skill-compatible repos, scores them, and installs the best ones into your agent profile — Claude Code, Codex, Cursor, Cline, Gemini, Copilot, Windsurf, Roo Code, Amp, and Aider.

npm install -g cue-ai && cue discover search

🏆 Top 10 Hidden Gems

  Repo Score Profile What it does
💎 wedding-invitation-skill 15 core AI skill that designs wedding invitations from conversation
💎 Deliberation-Loop 11.5 core Multi-path reasoning via 6-role structured debate
💎 the-council 11.5 core Multi-model advisory board — second opinions from GPT-4, Gemini
💎 claude-ecosystem-health 10.4 backend Detect drift between skills, agents, MCP servers
💎 moodle-quizsmith 10 core Moodle MCQ Generator for GIFT XML & Aiken
💎 dokpilot 9.8 backend VPS deployment via Dokploy — setup, deploy, domains
💎 pre-sales_career_navigator 9 core Analyzes pre-sales experience, generates career paths
💎 skill-ci 8.5 core Reusable CI workflow — validates SKILL.md format
💎 plugins 8.3 core Claude Code plugins marketplace
💎 Cursor-history-MCP 8 backend Extract and vectorize Cursor chat history

→ Full discovered list


Profiles

Profile Domain
core Baseline — memory, reasoning, meta skills
backend APIs, deployment, diagnostics

Install

npm install -g cue-ai
cue discover search                    # find gems
cue discover install --min-score 8     # install top gems
cue use backend                        # switch profile

GitHub →